Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » SDL sample needs *.dll
Re: SDL sample needs *.dll [message #14859 is a reply to message #14857] |
Tue, 18 March 2008 13:40   |
masu
Messages: 378 Registered: February 2006
|
Senior Member |
|
|
Try with link options and full path (C:/upp/sdl/lib/sdl.dll) and build your application in shared mode.
Command line should look like this:
c++ ... -shared ... "C:/upp/sdl/lib/sdl.dll" ...
You can activate shared build mode in output mode options.
Can you post the resulting verbose linker output?
Matthias
[Updated on: Tue, 18 March 2008 13:52] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Fri Aug 29 02:11:53 CEST 2025
Total time taken to generate the page: 0.05956 seconds
|