anubis
06-25-2003, 07:30 AM
yesterday evening i ran into a strange problem. i suddenly couldn't compile my code anymore. the linker generated a "missing external" error for every line of code where i made a call to the stl. this seemed very strange since the stl has no external libs. as i was to tired to investigate this yesteraday i went to sleep. today i looked at the problem again and tried isolate the error. so i set up a few other test projects. what it came down to is this :
- the code compiles without an error if i compile it into an .exe file.
- the code also compiles into a dll if and that's the big if
--- if the code calling the sdl does not get exported ---
i have not the slightest clue why this error is there and what the solution might be.
if anybody has any ideas on how to solve this... please... :(
- the code compiles without an error if i compile it into an .exe file.
- the code also compiles into a dll if and that's the big if
--- if the code calling the sdl does not get exported ---
i have not the slightest clue why this error is there and what the solution might be.
if anybody has any ideas on how to solve this... please... :(