Difference between revisions of "User:Minooz/GAM666"

From CDOT Wiki
Jump to: navigation, search
(Extra Resources)
(Extra Resources)
Line 8: Line 8:
 
: [http://www.winprog.org/tutorial/simple_window.html Creating Simple Window]
 
: [http://www.winprog.org/tutorial/simple_window.html Creating Simple Window]
 
: [http://www.toymaker.info/Games/html/winmain.html#ShowWindow ToyMaker]
 
: [http://www.toymaker.info/Games/html/winmain.html#ShowWindow ToyMaker]
 +
WM_PAINT case
 
: [http://www.cprogramming.com/tutorial/opengl_first_windows_app.html paint stuff]
 
: [http://www.cprogramming.com/tutorial/opengl_first_windows_app.html paint stuff]
 
: [http://www.functionx.com/win32/Lesson12.htm paint stuff]
 
: [http://www.functionx.com/win32/Lesson12.htm paint stuff]
 +
 +
D3DXCreateTextureFromFile
 +
 +
: [http://www.cplusplus.com/forum/windows/6828/ 1]
 +
: [http://stackoverflow.com/questions/5852005/directx-texture-warping 2]
  
 
=== Errors ===
 
=== Errors ===
 
: 1.unable to find d3d9x.lib -> properties -> VC++Directories -> Include Directories(point to SDK JUNE(2010)/include), Also Library Direcbories (point to SDK JUNE(2010)/lib/x86)
 
: 1.unable to find d3d9x.lib -> properties -> VC++Directories -> Include Directories(point to SDK JUNE(2010)/include), Also Library Direcbories (point to SDK JUNE(2010)/lib/x86)
 
: 2.a value of type const char cannot be assigned to a value of type LPCWSTR  -> (LPCWSTR)"Window Creation Failed!"
 
: 2.a value of type const char cannot be assigned to a value of type LPCWSTR  -> (LPCWSTR)"Window Creation Failed!"

Revision as of 19:30, 3 October 2011

Game Programming 666

Course page @ https://cs.senecac.on.ca/~gam666/pages/content/index.html
Course Page on wiki -> http://zenit.senecac.on.ca/wiki/index.php/GAM666
Team Page on GAM666 -> http://zenit.senecac.on.ca/wiki/index.php/GAM666/DPS901_Victorious_Secret

Extra Resources

What are TCHAR-...
Creating Simple Window
ToyMaker

WM_PAINT case

paint stuff
paint stuff

D3DXCreateTextureFromFile

1
2

Errors

1.unable to find d3d9x.lib -> properties -> VC++Directories -> Include Directories(point to SDK JUNE(2010)/include), Also Library Direcbories (point to SDK JUNE(2010)/lib/x86)
2.a value of type const char cannot be assigned to a value of type LPCWSTR -> (LPCWSTR)"Window Creation Failed!"