Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
exchndl related patch because win32/lib folder is empty in SVN
oBFusCATed:
It doesn't work by default on my machine.
I have to remove the post build step in both wx28 and wx30 builds, otherwise it deletes it and fails to start.
And it is hard dependency and cb fails to start if it is missing.
What am I doing wrong? Should I run updata.bat after every build?
Why isn't it an automatically called?
What about debugging which always builds the source?
stahta01:
--- Quote from: oBFusCATed on September 02, 2015, 11:27:09 pm ---It doesn't work by default on my machine.
I have to remove the post build step in both wx28 and wx30 builds, otherwise it deletes it and fails to start.
And it is hard dependency and cb fails to start if it is missing.
What am I doing wrong? Should I run updata.bat after every build?
Why isn't it an automatically called?
What about debugging which always builds the source?
--- End quote ---
My guess is update.bat needs to be ran manually so you can use the CB in output to build the CB in devel folder.
FYI: I have plans to add an lib folder in addition to the devel folder which would make it easy to fix this problem without doing the deletes.
Does anyone think it a worth while idea for me to create the patch to do it to the Windows builds?
Tim S.
ollydbg:
--- Quote from: stahta01 on September 03, 2015, 01:54:50 am ---
FYI: I have plans to add an lib folder in addition to the devel folder which would make it easy to fix this problem without doing the deletes.
Does anyone think it a worth while idea for me to create the patch to do it to the Windows builds?
Tim S.
--- End quote ---
You mean, do not put the lib files(.a files) in the devel folder? Instead put them in a separate lib folder? I totally agree, I think devel folder should only contains executables.
stahta01:
--- Quote from: ollydbg on September 03, 2015, 02:34:33 am ---
--- Quote from: stahta01 on September 03, 2015, 01:54:50 am ---
FYI: I have plans to add an lib folder in addition to the devel folder which would make it easy to fix this problem without doing the deletes.
Does anyone think it a worth while idea for me to create the patch to do it to the Windows builds?
Tim S.
--- End quote ---
You mean, do not put the lib files(.a files) in the devel folder? Instead put them in a separate lib folder? I totally agree, I think devel folder should only contains executables.
--- End quote ---
Correct put all the .a files in the lib folder this includes static libs and import libs.
Also, ones like tinyxml and other static libs in various sub folders.
The reason I was planning to do it; was to make it easier to delete all the .a files; because, I had weird issues that seemed to required that to fix.
Tim S.
MortenMacFly:
--- Quote from: oBFusCATed on September 02, 2015, 11:27:09 pm ---What am I doing wrong? Should I run updata.bat after every build?
--- End quote ---
To beginners I would say "Yes". A more precise explanation follows below...
--- Quote from: oBFusCATed on September 02, 2015, 11:27:09 pm ---Why isn't it an automatically called?
--- End quote ---
Because it takes time and most of the time you don't need that.
--- Quote from: oBFusCATed on September 02, 2015, 11:27:09 pm ---What about debugging which always builds the source?
--- End quote ---
Again: You shouldn't rely the the presence of this DLL to be able to debug. However, for debugging you rely on update.bat being called at least once in the session to ensure resources are up-to-date. Depending on what you do (whether you change resources or not) you don't need it for a while then...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version