DoubleDutch wrote:Gnozal: Is it possible for you to compile an early release of your libs, so people can try compiling projects that use your libs on PB4.30?
Sorry, but I will release new versions for PB4.30 final only, as previous PB versions have shown that libs may be broken from one beta to another (and I do not have much spare time for the moment (so maybe I change my mind when I have more free time)).
And only x86 libs, as I don't have a 64bits OS.
Thanks.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Install some Linux 64 bits and run the windows x64 PB under wine
At least the 32 bits version runs. Will have to try at home on the x64.
That way no special win license would be needed.
just an idea
Thalius
"In 3D there is never enough Time to do Things right,
but there's always enough Time to make them *look* right." "psssst! i steal signatures... don't tell anyone! "
I have updated the PB4.40 beta libs, because the help support was broken.
It seems that unlike previous versions, the current tailbite adds '.chm' to the defined help file.
So with '/CHM:PureCOLOR.CHM' it ends up with 'PureCOLOR.CHM.chm' in the compiled userlibrary.
I have recompiled the libs without '.chm' extension for the help file.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal wrote:I have updated the PB4.40 beta libs, because the help support was broken.
It seems that unlike previous versions, the current tailbite adds '.chm' to the defined help file.
So with '/CHM:PureCOLOR.CHM' it ends up with 'PureCOLOR.CHM.chm' in the compiled userlibrary.
I have recompiled the libs without '.chm' extension for the help file.
Should be fixed in one of the next versions of TailBite
Hi, I just downloaded your updated libs for Beta 3 but it doesn't let me specify the install folder for PureBasic. It says PureBasic is installed in C:\Program Files\PureBasic, but that's version 4.31. I have version 4.40 Beta 3 installed in C:\Program Files\PureBasic440. So you should update your installers to allow the user to change the location.
UserOfPure wrote:Hi, I just downloaded your updated libs for Beta 3 but it doesn't let me specify the install folder for PureBasic. It says PureBasic is installed in C:\Program Files\PureBasic, but that's version 4.31. I have version 4.40 Beta 3 installed in C:\Program Files\PureBasic440. So you should update your installers to allow the user to change the location.
1. The installers look for the PB path in the registry. Please run PB 4.40 Purebasic.exe once (to register the PB 4.40 purebasic path) and try again.
2. You can already choose any folder you want : click on the 'Install...' button and change the target directory.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Hi, for #1 i thought PureBasic would set the location in the Registry when installing the beta, but obviously it doesn't change it. This is a bug then that needs fixing; I will post a report for the team.
For #2 i see what you mean. I didn't click Install before because I thought it would instantly start installing files at the location shown (ie. the old location). Now I see it prompts for a new location. Is there a way to mention to the user that he can change the location after clicking Install, so as not to panic them like it did me?