October 14, 2004
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.