Hello.
I have a problem.
Ive maked my prog to use Windows visual styles like described here: http://msdn.microsoft.com/en-us/library/ms997646.aspx#xptheming_topic4
But in Dev-Cpp with GCC MinGW compiler it works perfect, but with CodeBlock it doesnt. It disables all the controls and popups in my program and that's it.
What am I doing wrong ?
anybody ?
What Compiler are you using with Code::Blocks build?
Note, this is needed info on nearly every question; please state it!
FYI: The "XP Look and feel" plugin helps to handle this problem; but, I have never did any fine tuning on it.
Tim S
GCC MinGW as with dev-cpp..
p.s - and the "XP look and Feel" plugin doesn't help.. the same problem when i'm creating the manifest file with it.. so.. something is wrong there.. but what ?
Quote from: Plazzmex on January 31, 2009, 09:55:15 PM
GCC MinGW as with dev-cpp..
If you are using another installation of MinGW GCC that might be the cause.
NOTE: To use more than one copy of MinGW GCC, there MUST NOT be an C:\MinGW folder where C is any drive letter.
I suggest turning on Full Compiler logging under Code::Blocks and whatever dev-cpp can do to get the commands passed to the Compiler; then, compare the commands to see where the problem exists.
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F
Tim S
oh way..
I think that its a windows problem..
Because now even with wx-devcpp it isn't working..
What to do ?
Quote from: Plazzmex on February 06, 2009, 06:00:08 PM
oh way..
I think that its a windows problem..
Because now even with wx-devcpp it isn't working..
What to do ?
Delete all the MinGW package, and install only one package.
Post the compiler output message if problems still exist.
Quote from: ollydbg on February 07, 2009, 07:25:55 AM
Delete all the MinGW package, and install only one package.
Tried this.. Nothing changed.. the same problem exist.
Quote from: ollydbg on February 07, 2009, 07:25:55 AM
Post the compiler output message if problems still exist.
Nothing.. The compiler compiles it perfect, without any warning messages or errors..
all clear.