SDL NEED HELP!!
Hello , I need some help with sdl opengl and vc 6.0 How do I do to compile with out error ?
desocupada
When does the error appear ? at compile time ? at execution ?
What kind of errors ? file not found ? crash ? missing classes or types ?
What kind of errors ? file not found ? crash ? missing classes or types ?
My suggestion would be to get the pre-compiled .dll
(assuming you''re developing on a windows machine).
Then follow the instructions in the vc6.0 readme. It''s all there and took me no longer than 5 minutes to set up.
Just make sure you follow the project creation instructions with regard to the multi-threading.
Make sure you have put all the .lib and .h fils in the \include directory and not some subdirectory (well, you could, just make sure you #include "\inclues\sdl\blah.h"
Make sure you have the libs declared in your project''s link tab.
Finally make sure you have at least the sdl.dll in your windows system32 directory, and for best results I find that putting the dll in your project directory works for me.
I had problems with creating a console app, so stay away from it and output stuff to a file instead.
(assuming you''re developing on a windows machine).
Then follow the instructions in the vc6.0 readme. It''s all there and took me no longer than 5 minutes to set up.
Just make sure you follow the project creation instructions with regard to the multi-threading.
Make sure you have put all the .lib and .h fils in the \include directory and not some subdirectory (well, you could, just make sure you #include "\inclues\sdl\blah.h"
Make sure you have the libs declared in your project''s link tab.
Finally make sure you have at least the sdl.dll in your windows system32 directory, and for best results I find that putting the dll in your project directory works for me.
I had problems with creating a console app, so stay away from it and output stuff to a file instead.
I like pie! - weebl.
Oneiric - Another graphics engine in the works.
Oneiric - Another graphics engine in the works.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement