User forums > Using Code::Blocks
New Project wisard creates .rc. and WxWizFrame.fbp file in a CBs template dir
MasterAlexei:
Hello every one.
I am using now build SVN 7929 (Updt. from Windows)
and after creating a new wxWidgets project, the wizard has asked me if I want to overwrite the .rc and .fbp files in a CodeBlocks\share\CodeBlocks\templates\wizard\wxwidgets\ directories.
Earlier it does put this files into projects directory.
Is there some settings to make, to point the right directories for that wizard (I did enter the right directory for my project)?
oBFusCATed:
What version of C::B are you using?
I've seen this with self compiled C::B (using autotools) on linux, but I've not bothered to debug it.
MasterAlexei:
Oh. Sorry, It's windows version, self compiled from SVN rev7929
Radek:
Strange. Unless I am mistaken, the *.fbp file is a wxFormBuilder project file but Code Blocks does not use wxFB. It has its own resource editor, which uses *.wxs files. Code blocks should have nothing common with *.fbp files. Where to store *.fbp and wxFB output files should be decided by wxFB.
Are you using wxFormBuilder?
MasterAlexei:
Yes, I am using wxFormBuilder.
All I did is just created new Project:
File->New->Project...->wxWidgets project.
As Preferred GUI builder I select wxFormBuilder, Frame Based, then some other options, and as I click finish, it ask to confirm, that CodeBlocks\share\CodeBlocks\templates\wizard\wxwidgets\rc\resource.rc file will be overwritten,
then CodeBlocks\share\CodeBlocks\templates\wizard\wxwidgets\wxfb\frame\GUIFrame.cpp will be overwritten,
then CodeBlocks\share\CodeBlocks\templates\wizard\wxwidgets\wxfb\frame\GUIFrame.h will be overwritten, and
CodeBlocks\share\CodeBlocks\templates\wizard\wxwidgets\wxfb\frame\WxWizFrame.fbp will be overwritten.
Then it creates a project, where this files are also in a project tree with the whole path, where my CB is located (D:\Soft\SDKs\CB... and so on) but the project is located in D:\MyProjects\wxWidgets\ProjName dir.
Navigation
[0] Message Index
[#] Next page
Go to full version