Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
Code Generation Problem
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Code Generation Problem (Read 4296 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 ?
Logged
Biplab
Developer
Lives here!
Posts: 1874
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.
Logged
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.
Logged
Biplab
Developer
Lives here!
Posts: 1874
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.
Logged
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:
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
Code Generation Problem