Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: sevendogzero on April 24, 2017, 07:28:47 pm

Title: Release/Target - Different .exe
Post by: sevendogzero on April 24, 2017, 07:28:47 pm
I'm using CB for win32 dev.

Release build and Debug builds end up with different exe.

Example Combo box is longer with no vert scroll bar under Release, but
shorter with a vert scroll bar under Debug

One combo box displays statics statically loaded values under release, but not under
Debug.

Any ideas, suggestions.


Title: Re: Release/Target - Different .exe
Post by: stahta01 on April 24, 2017, 07:44:30 pm
Compare the full build logs and check for the difference.

http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php/FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)

Tim S.