Show whole topic Aug 23, 2008 8:40 pm
mague Offline
Developer
Registered since: Dec 29, 2007
Location: Hungary


Subject: Re: File types and explanations, game rules
could you compile the SDL core dll and libs?

That should be the first thing that you try to compile with the IDE. There is a good english tutorial for setting up the MSVC environment in the SDL-1.2.13.zip file called VisualC.html

You can find TortoiseSVN at the following URL: tortoisesvn.tigris.org

I read articles about MSVC express editions and their limitations. Maybe you have to do some tricks, before the IDE will see your include libraries in the express edition. Maybe you have to add the lib files to your project, or you have to explicitly add the lib files to a header file like something like this:
#pragma link "something.lib"

or you have to specify the additional lib files in your project's linker options... or... I don't know.
Tamas Kleiber
Branch or not to branch, that is the question! Unlocking your destiny is only one LSB away Happy JE 0x74 <-> JNE 0x75