Mar 5th, 2001, 02:54 PM
#1
Thread Starter
Frenzied Member
I have just installed DX8.
In my source code I include the ddraw.h, but the compiler errors out with 31 errors.
I have instructed the compiler to search for header files in C:\DEV-C++\Include\G++;C:\DEV-C++\Include\;c:\mssdk\include\
What is wrong???
Mar 5th, 2001, 02:56 PM
#2
Monday Morning Lunatic
What errors does it give?
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Mar 5th, 2001, 03:01 PM
#3
Thread Starter
Frenzied Member
Many!!!
This is some of them:
49 c:\dev-c_~1\include\objbase.h
from c:\MSSDK\INCLUDE\ddraw.h:36,
3 menuprog.cpp
C:\DEV-C_~1\INCLUDE\unknwn.h:23: `com_interface' only supported with -fvtable-thunks
23 c:\dev-c_~1\include\unknwn.h
warning: `com_interface' attribute directive ignored
37 c:\dev-c_~1\include\unknwn.h
`com_interface' only supported with -fvtable-thunks
The rest looks alot like these...
Mar 5th, 2001, 03:07 PM
#4
Thread Starter
Frenzied Member
Here are the erros in a bmp file:
Attached Files
Mar 5th, 2001, 03:07 PM
#5
Monday Morning Lunatic
That's not a path problem. It means that some of the stuff used in the header files isn't supported by the compiler. Could you attach an full list of all the errors and I'll see if I can find out why.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Mar 5th, 2001, 03:08 PM
#6
Monday Morning Lunatic
DOH!!!!!!!
You already attached it while I was asking
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Mar 5th, 2001, 03:09 PM
#7
Frenzied Member
dont you need to add the dependencies or something. In VC++ its something like tools->options
Mar 5th, 2001, 03:12 PM
#8
Thread Starter
Frenzied Member
Mar 5th, 2001, 03:28 PM
#9
Thread Starter
Frenzied Member
Attached Files
Mar 5th, 2001, 03:33 PM
#10
Monday Morning Lunatic
Have you tried using the vtable chunks option? (Whatever the hell that is )
But let's face it...the DirectX SDK is supposed to be for MSVC++.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width