Here is the second public release of the the 4.20 serie, which should solve most of the regressions introduced by the switch to the new VC compiler. Now, even the main compiler is compiled with VC, which should provide some more speed to the compilation progress (hopefully). There is some news tough:
- Added hex and binary support for Val() and ValQ()
- Added #PB_String_NoCase constants for RemoveString(), ReplaceString() and CompareMemoryString()
- Added #PB_String_Equal, #PB_String_Lower and #PB_String_Greater constants for CompareMemoryString()
- Added #PB_String_InPlace constant for ReplaceString()
- Added #PB_Sort_Ascending, #PB_Sort_Descending and #PB_Sort_NoCase constants for Sort() commands
- Added #PB_Screen_NoSynchronization, #PB_Screen_WaitSynchronization and #PB_Screen_SmartSynchronization constants for FlipBuffers()
- Added #PB_Sprite3D_NoFiltering and #PB_Sprite3D_BilinearFiltering constants for Sprite3DQuality()
Thanks to all the testers, and keep up the good work !
The Fantaisie Software Team
Last edited by Fred on Tue Apr 01, 2008 1:07 pm, edited 1 time in total.
Can't get the compiler to start from the IDE, it isn't loaded on starting the IDE and "Restart Compiler" is ineffective. Update tool run targeting a clean install of PB 4.10. Is there a way to get the compiler started?
Can't get the compiler to start from the IDE, it isn't loaded on starting the IDE and "Restart Compiler" is ineffective. Update tool run targeting a clean install of PB 4.10. Is there a way to get the compiler started?
Me neither... It just won't start at all :/. WinXP Sp2 here. I also did a fresh install but it doesn't work.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
To those of you who tried a clean install: it's important to remember that
the pref files for PureBasic are stored in a separate folder to PureBasic,
meaning that if you install v4.10 to a fresh new folder and then apply the
v4.20 Beta 2 patch to it, it'll still use old prefs files when starting (thanks,
Vista). So try deleting or renaming the pref files first. It could solve your
problem.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
To those of you who tried a clean install: it's important to remember that
the pref files for PureBasic are stored in a separate folder to PureBasic,
meaning that if you install v4.10 to a fresh new folder and then apply the
v4.20 Beta 2 patch to it, it'll still use old prefs files when starting (thanks,
Vista). So try deleting or renaming the pref files first. It could solve your
problem.
Tried that... It ain't budging... I'll keep trying...
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
... which should solve most of the regressions introduced by the switch to the new VC compiler.
Do you use Visual Studio? If yes, is it version 8 or already 9 you are using?
If it is still version 8 I highly encourage you to use MSVC 9. It offers
even more optimizations and produces lighter code than v8.
Anyway thanks for the update...