Board index » cppbuilder » debug / release

debug / release


2005-02-22 04:32:05 AM
cppbuilder53
Hello,
Just wondering if any one can tell me what might be going on from this
little information.
I have an application (done in BCB5) that works, builds (debug settings)
with no errors/warnings.
When I change it to 'release mode' and try to build it .... it complains of
errors in Comctrls.hpp.
 
 

Re:debug / release

"mattk" <mattkreuter@kmc-controls>wrote in message
Quote
Hello,

Just wondering if any one can tell me what might be going on from this
little information.

I have an application (done in BCB5) that works, builds (debug settings)
with no errors/warnings.
When I change it to 'release mode' and try to build it .... it complains
of
errors in Comctrls.hpp.
Perhaps a typo somewhere within an #ifndef _DEBUG and #endif ?
- Dennis
 

Re:debug / release

"mattk" <mattkreuter@kmc-controls>wrote in message
Quote
Hello,

Just wondering if any one can tell me what might be going on from this
little information.

I have an application (done in BCB5) that works, builds (debug settings)
with no errors/warnings.
When I change it to 'release mode' and try to build it .... it complains
of
errors in Comctrls.hpp.

Likely I have no clue, but I recall a great deal of confusion around
multiple versions of the comctrls support files (dll) between various OS's.
Is it possible that there is a non matching comctrl hpp to the actual
comctrls files you have on your machine?
Perhaps also maybe compare that projects's BPR file contents with a brand
new one generated by builder after you first rename the default.bpr?
Sometimes I've found things that make no sense to be caused by wacky
settings in the bpr file.
Good luck, let us know!
Martin
 

{smallsort}