hi i new to orge
when i success compiler the program
and run
the message comes out
"please specify the name of the executable file to be used for the debug session"
what should to chose the execuable files name [/img]
When you run a dll through the debugger it will ask for an executable to test it against.
What you probably want is to debug one of the exe's (demo apps) and not the dll. Just select (make the project active - depends on IDE) the demo you want to run through the debugger, than start that app.