User forums > Using Code::Blocks

wxSmith

<< < (3/3)

dominover:
Solved.. It's finally over.  I know understand something I didn't before. 

By entering the two entries below in Dos I'm able to set up a project without error.

mingw32-make -f makefile.gcc SHARED=0 UNICODE=1 MONOLITHIC=1 BUILD=release

mingw32-make -f makefile.gcc SHARED=0 UNICODE=1 MONOLITHIC=1 BUILD=debug

These are the settings for both the debut and the release version which now work.  I initially had SHARED=1 which means that I couldn't proceed in the Project set-up process unless I had selected the DLL option. 

This has taken me days...

Freem:
And you did not had a linker error, in compiler logs? This is very surprising for me... I had such kind of issues long time in the past and had linker error message.

dominover:
I think that is because it compiled as I asked it to compile.  So it compiled correctly.  It was when I went generate a new project I was putting in the wrong settings.   Not that I would have figured that out without 15 attempts of installing it. 

Navigation

[0] Message Index

[*] Previous page

Go to full version