[Dev-cpp] Help

That’s just because it’s using mingw instead of msvc. I never build the jucer with mingw, so hadn’t seen that bug before, but presumably the fix would just be a clarification near the top of the file:

#if JUCE_MSVC #define type_name raw_name #else #define type_name name #endif

[quote=“jules”]That’s just because it’s using mingw instead of msvc. I never build the jucer with mingw, so hadn’t seen that bug before, but presumably the fix would just be a clarification near the top of the file:

#if JUCE_MSVC #define type_name raw_name #else #define type_name name #endif [/quote]

You are right. :smiley: (as usual)

There were a JUCE_WIN32 instead of JUCE_MSVC.

Now, all compiles, link and executes.

Thank you.

[quote=“hd”]Hi,

…You can get Code::Blocks project files from:
http://www.dynaset.org/dogusanh/download/juce_codeblocks.zip

[/quote]
Unfortunately, this link seems to be dead now… Does anyone know of another location? I don’t get the Jucer compiled with Code::Blocks/MinGW