Code::Blocks Forums

User forums => Help => Topic started by: manianis on February 01, 2007, 09:16:05 am

Title: Code Generation Problem
Post by: manianis on February 01, 2007, 09:16:05 am
When I generate a new code for wxWidgets applications I get message like :

#ifndef [PROJECT_HDR]APP_H
#define [PROJECT_HDR]APP_H

I don't what's the problem ?
Title: Re: Code Generation Problem
Post by: Biplab on February 01, 2007, 09:54:19 am
It's due to the fact that the file is not getting parsed properly by the wxWidgets wizard.

Please post more details, OS, C::B Rev, wx Config, options that you selected.
Title: Re: Code Generation Problem
Post by: manianis on February 01, 2007, 03:58:29 pm
I'm using the 29/01/2007 Revision of codeblocks ; wxWidgets Unicode Release Monolothic DLL version 2.8.0 under Windows 2K.
Title: Re: Code Generation Problem
Post by: Biplab on February 01, 2007, 04:33:01 pm
Please download the 31st January's Nightly. Also install the nightly in a different folder. Do not overwrite your old nightly installation. Also do not install New wxWidgets wizard with this new nightly.

I suspect you have installed the wizard improperly.  :)
Title: Re: Code Generation Problem
Post by: manianis on February 01, 2007, 05:05:33 pm
Yes indeed Thank you !!!  :oops: 8)