Author Topic: Code Generation Problem  (Read 4128 times)

manianis

  • Guest
Code Generation Problem
« 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 ?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Code Generation Problem
« Reply #1 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.
Be a part of the solution, not a part of the problem.

manianis

  • Guest
Re: Code Generation Problem
« Reply #2 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.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Code Generation Problem
« Reply #3 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.  :)
Be a part of the solution, not a part of the problem.

manianis

  • Guest
Re: Code Generation Problem
« Reply #4 on: February 01, 2007, 05:05:33 pm »
Yes indeed Thank you !!!  :oops: 8)