Difference between revisions of "User:Minooz/GAM666"
(→Extra Resources) |
(→Game Programming 666) |
||
Line 2: | Line 2: | ||
: Course page @ https://cs.senecac.on.ca/~gam666/pages/content/index.html | : 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 | : 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 === | === Extra Resources === | ||
: [http://www.codeproject.com/Tips/76252/What-are-TCHAR-WCHAR-LPSTR-LPWSTR-LPCTSTR-etc What are TCHAR-...] | : [http://www.codeproject.com/Tips/76252/What-are-TCHAR-WCHAR-LPSTR-LPWSTR-LPCTSTR-etc What are TCHAR-...] |
Revision as of 17:25, 1 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
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!"