Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

directx question

Status
Not open for further replies.

sunanda

Programmer
May 24, 2005
1
US
Hello Everybody,
Iam new to this group. Iam working on a gaming program which uses DirectX and OpenGL . The errors I get when I compile the program are




DX Space Ship.cpp
should not include d3dtypes.h when compiling for DX8 or newer interfaces
c:\dxss2\includes\matlab\include\libmatlb.h(315) : error C2447:
missing function header (old-style formal list?)
c:\dxss2\dxss 3200\dxss globals.h(106) : error C2146: syntax error :
missing ';' before identifier 'dims'
c:\dxss2\dxss 3200\dxss globals.h(106) : fatal error C1004: unexpected
end of file found
Error executing cl.exe.

DX Space Ship.obj - 3 error(s), 0 warning(s)


Do you think I need to include the cpw library file.
Any suggestion from your side would be of great help to me .
Thanks
Sunanda
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top