Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Modified & Improved wxWidgets Project Wizard
manutd:
I tried. What did you use?
Biplab:
Just tested it again with MSVC 7.1 (Debug/Release-Dynamic-Ansi-Multilib) and GCC (Debug/Release-Static-Ansi-Multilib). It works smoothly.
What are the errors you are getting??
manutd:
I don't know why, but it works now :? I think I may have found a bug with at least empty project, if not all projects: if you select created precompiled header, it is never created and thus at build time you get an error that it does not exist. Fixes?
Biplab:
--- Quote from: manutd on January 31, 2007, 01:48:24 am ---I don't know why, but it works now :? I think I may have found a bug with at least empty project, if not all projects: if you select created precompiled header, it is never created and thus at build time you get an error that it does not exist. Fixes?
--- End quote ---
Thanks for the details. :)
I think the error is coming due to the force inclusion of {Project_Name}_pch.h file. It was kept to ensure that the pch header gets included to all the cpp files. The option is not visible to users as it is added in Project level.
PCH is only supported for GCC by Code::Blocks. Thus I've used different approach for other compilers.
Fix:
1. Rename your PCH header to {Project_Name}_pch.h,
Or
2. Open your project file and replace all instances of {Project_Name}_pch.h with the name of PCH header (e.g., wx_pch.h) you are using.
I'll try to improve this part so that it becomes painless.
Regards,
Biplab
Biplab:
Hi All,
I am late to announce that Revision 7 had been merged with 30th January 2007 Nightly Release. Therefore I would request users to download the latest nightly to get the latest C::B & wx wizard together.
This thread will be kept active for discussion. Please post your suggestions to improve it in this thread. But no wizard code will be released through this thread in future.
I would like to Thank all for their support & feedback.
Regards,
Biplab
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version