www.digitalmars.com         C & C++   DMDScript  

c++.command-line - OPTLINK : Warning 134: No Start Address

Hello,

i use dmc to link a project.

i use SDL.lib and and opengl32.lib

dmc -oProject.exe {all my obj file} SDL.lib opengl32.lib

optlink say to me this warning,
"OPTLINK : Warning 134: No Start Address"
and when i run the binary file resulting
it crash.

please, is any body can explain to me the problem
and his solution :)

PS: i use SDL.lib and opengl32.lib from a dmd project what 
compile and run proprelly.

thanks a lot.
Oct 14 2004