arrrgghhh

Started by
6 comments, last by Ashiren 24 years, 1 month ago
I''ve been getting all sorts of errors when I''m running Directx SDK samples. Everything from Syntax errors and missing storage-class or type specifiers Anyone have any ideas on fixing this problem?
Advertisement
Couple of obvious thoughts:
Did you put the DirectX headers in the right place in the include path?
Are you compiling a Windows app and not a console app?
Are you linking everything you need?
oh gawd.
screw the samples...

Anyways,

my actual program is giving me errors such as:
"cannot convert parameter" and "is not a member of"


.....
Uh golly, do u KNOW the language your program is written in(not being mean,just a question)
a bit
damnit.
I hate RETAINED MODE...


there

now it''s working
got rid of the annoying frames.
(it was creating the errors and I still don''t know why).


LPDIRECT3DRM lpD3DRM;
LPDIRECT3DRMFRAME roots;
LPDIRECT3DRMFRAME notroots;


lpD3DRM->CreateFrame(NULL, &roots);
lpD3DRM->CreateFrame(&notroots, &roots);

this gave me an error... not sure why.
I''ve declared the D3DRM components. The Frames is what was giving me the problems. And I''m still not sure why. Any ideas?




Nevermind.


thanks for the help though
Heh. Yeah, no problem. (Wait! I didn''t do anything!)

If you code it, they will come...

Commander M
http://commanderm.8m.com
cmndrm@commanderm.8m.com

This topic is closed to new replies.

Advertisement