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 » Question about debugging dll
Re: Question about debugging dll [message #13710 is a reply to message #13707] Wed, 23 January 2008 23:10 Go to previous messageGo to previous message
bytefield is currently offline  bytefield
Messages: 210
Registered: December 2007
Experienced Member
You can debug a dll by make it a program. Put a main function in it , compile and run it as a program. If it work well then you can remove the unwanted main and compile it again as a dll and use it in your programs. You cannot (guess) run a dll(alone) in a debugger since there is no call to its functions(how you test it?).
However the Upp is made with statically linking in mind (see dll hell Razz ). Hope i was usefull(but don't know if it is the right answer Confused ).


cdabbd745f1234c2751ee1f932d1dd75
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Creating shared libs
Next Topic: Strange build error only after changing
Goto Forum:
  


Current Time: Sun Sep 07 12:31:59 CEST 2025

Total time taken to generate the page: 0.08268 seconds