Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

SVN-HEAD binaries download

<< < (3/18) > >>

Ceniza:
Both for the main project file and all the contrib plugins' project files I remove -g and add -O3 and -s.

Before packing it into a 7z I run UPX --best on the EXE and DLLs in output.

Now, about the wx library, I compile it using configure and before 7z I run UPX --best on it too.

Well, I think those are all the tricks.

The only additional difference is I have access to the latest changes in CVS (anonymous CVS sees the changes about 5 hours later), functionality should be the same :)

therion:
Humm... yup, upx and opts are always a good idea :-)

BTW did you saw that post about w98 problems with our builds?
Do you know how to fix it?

C ya

takeshimiya:
UPX has been discussed here. It does not provide any gain if it'll be compressed with 7-zip, it only makes things worse (search in the forum).

thomas:

--- Quote from: therion on November 22, 2005, 11:33:32 am ---BTW did you saw that post about w98 problems with our builds?
--- End quote ---
There is no problem with the build. The issue is about SHGetFolderPath which is available on any reasonably up-to date Windows system.
Windows98 SE, ME, 2000, and NT4 support it out of the box. Only Windows98 and 95 do not, they require at least Internet Explorer 5. I daresay that these are no impossible requirements ;)

takeshimiya:
thomas: that's not true, see here how to solve using Inno Setup.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version