Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » SDL sample needs *.dll
SDL sample needs *.dll [message #14842] Mon, 17 March 2008 19:47 Go to previous message
amando1957 is currently offline  amando1957
Messages: 57
Registered: November 2007
Location: Wien/Vienna/Viden
Member
Hello folks,

I am using U++ 2007.1 at WIN2K. I wanted to try the SDL example from the folder "examples". First i have ned to correct the path
#ifdef PLATFORM_WIN32
#include <SDL.h>
to
#ifdef PLATFORM_WIN32
#include <C:\upp\sdl\include/SDL.h>
. Then it still complained it would not find the "sdl.dll":
Linking...
c++.exe: SDL.dll: No such file or directory


I have found that file on
C:/upp/sdl/lib/sdl.dll
. I have tried to add this path in "Project / Main Package configuration", but did not succeed. I have also added the packages "Core, Draw, SdlExample".

Obvious i need to tell the path of the *.dll, but don't know where. Can someone give me a pointer?

kind greets
amando
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Strange breakpoint problem
Next Topic: Help!!! How to compiling src (upp-2007.1.tar.gz) in the LINUX
Goto Forum:
  


Current Time: Mon Apr 28 00:56:06 CEST 2025

Total time taken to generate the page: 0.00946 seconds