User forums > Using Code::Blocks

wxSmith form don`t updated after compiling project... under git

(1/2) > >>

Anaflion:
Hello everyone!

In windows 10 in Code::Blocks v16.01, wxWidgets-3.0.2, wxSmith does not update the form after compilation ... And I have installed a Git.  And I newbee with Git.  :'(  Can it one block some file? 

I have updated wxSmith form with moving, adding and editing component properties, have save the project files and
after rebuilding project and running my app I have see the old version of my apps GUI.   

Please help me understand which files are locked or which project paths is wrongs.

Project path D:\DEV\Gazomer\

The extension section in *.cbp:
   
--- Code: --- <Extensions>
                    <code_completion />
                    <envvars />
                    <debugger />
                     <wxsmith version="1">
                            <gui name="wxWidgets" src="src/GazomerApp.cpp" main="GazomerFrame" init_handlers="necessary" language="CPP" />
                                 <resources>                                         
<wxFrame wxs="wxsmith/Gazomerframe.wxs" src="src/GazomerMain.cpp" hdr="src/GazomerMain.h" fwddecl="0" i18n="1" name="GazomerFrame" language="CPP" />
                                </resources>
                      </wxsmith>
            </Extensions>
--- End code ---
-----------------------------------------------------------------------------------------
Updated:

wxSmith not parsed form modification (Gazomerframe.wxs file successful updated) to
source and header of window  (GazomerMain.cpp and GazomerMain.h)

Thanks in advance!

ollydbg:

--- Quote from: Anaflion on July 21, 2019, 08:09:01 am ---In windows 10 in Code::Blocks v16.01, ...

--- End quote ---
This is really a very old C::B version, I would suggest you to use a more recent nighty build version, see here:Nightly builds


--- Quote ---The extension section in *.cbr:
--- End quote ---
cbp file? or cbr file?

Did you press the "save everything" menu item? which saves all the source files and project files.

Anaflion:

--- Quote from: ollydbg on July 21, 2019, 08:55:04 am ---cbp file? or cbr file?

Did you press the "save everything" menu item? which saves all the source files and project files.

--- End quote ---
*.cbp:

Thank you,  ollydbg!  I corrected a typo: * .cbp should have been written.   

I click "control + shift + s" and save all files.

stahta01:
Did you delete the special wxSmith comments from the source files?
You are not supposed to delete the special comments or add code between the special comments.

Tim S.
'

stahta01:
Did you add the object files or exe files to git?
I consider it to be wrong to add object files and exe files to git in nearly all cases.

Tim S.

Navigation

[0] Message Index

[#] Next page

Go to full version