Debug vs release

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

Whats the difference.
I built an exe and ran both the debug version and the release version,
neither would run
although the app runs perfectly fine in the IDE?
It complains about an ActiveX object that is a user control drawn on the
form. it is registered and
runs perfectly fine in the IDE???

-Lou
 
Seriously? There's world of difference between Debug mode and Release mode not
the least of which is that you cannot break into code in Release mode.


Thomas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top