BMax 1.33 verfügbar (Update!)

Übersicht Sonstiges News

Neue Antwort erstellen

Mr.Hyde

Newsposter

Betreff: BMax 1.33 verfügbar (Update!)

BeitragMi, Apr 29, 2009 20:50
Antworten mit Zitat
Benutzer-Profile anzeigen
user posted image

Heute erschien die BlitzMax Version 1.33 für alle System (Windows, Linux und Mac). Wie bereits die letzten Versionen handelt es sich hierbei wieder um eine Vollinstallation also KEIN Update. Um einwandfreie Funktionalität zu gewährleisten, darf es also nicht einfach über die alte Installation kopiert werden, sondern eine Neuinstallation wird verlangt. Den Download findet ihr wie immer auf euren Accountseiten auf blitzbasic.com.

Changelog:
Code: [AUSKLAPPEN]
***** 1.33 Release *****

Major unicode fix release!

* MacOS/Linux/Win2K/XP/Vista:

   Full unicode support has been added to the BRL, Pub and MaxGUI modules!

* Win95/98/ME:

   MaxGUI now provides unicode support but requires unicows.dll to run:

   http://www.microsoft.com/downloads/details.aspx?FamilyId=73BA7BD7-ED06-4F0D-80A4-2A7EEAEE17E2&displaylang=en

   You will need to copy the included unicows.dll into your BlitzMax directory to run the MaxIDE under 95/98/ME, as MaxIDE uses MaxGUI.

   Max apps that use MaxGUI will also need unicows.dll to run under Win95/98/ME. Unfortunately, unicows cannot legally be redistributed with apps so
   you will need to notify users in a readme.txt file or similar.

   The BRL and Pub modules DO NOT support unicode under Win95/98/ME and do not require unicows.
 
* MaxIDE now does a quick test to see if it can write to necessary directories when it starts up. This should detect any potential problems with admin/user modes on Vista. Note: If you install Blitzmax to the default "program files" directory on Vista, you will need to use 'run as administrator' to run MaxIDE. Installing BlitzMax elsewhere (for example, good old "c:\") will allow you to run MaxIDE as a non-admin user.

* Several changes to BRL.System and Pub.Stdc - many interfaces that previously used $z and $w params now just use plain Blitz strings. This will hopefully not affect client code in any way!

* AppDir and AppFile detection code moved from BRL.AppStub to BRL.Blitz.

* TChannel Playing() methods in BRL.OpenALAudio and BRL.DirectSoundAudio modified to return False if channel is paused.

* Linux glgraphics window close button now generates EVENT_APPTERMINATE (AppTerminate() in polled mode...) ala Win/Mac instead of just closing/dying.

* Linux glgraphics window size now locked ala Windows, Mac versions.

* Removed exception handling for SIGILL, SIGSEGV, SIGABRT, SIGTERM. These used to get converted to Max style 'Throw's - but only on some platforms and in a quite probably unrecoverable way. Best just to leave these to the OS/debugger to deal with.


Update!

Vor zwei Stunden veröffentliche Mark Sibly den Release Candidate 5 (das vorherige war übrigens RC4), welche den - auch in diesem Thread angesprochenen - Float/Double-Bug behebt. Danke an BtbN aus unserem Forum für die schnelle Fehlersuche!

Hummelpups

BeitragMi, Apr 29, 2009 21:19
Antworten mit Zitat
Benutzer-Profile anzeigen
okay, in der neuen Version kann nicht nach Float und Double gecastet werden, falls sich wer wundert, das
seine Projekte verbuggt sind.

Micha
blucode - webdesign - Ressource - NetzwerkSim
BlitzBasic 2D - BlitzMax - MaxGUI - Monkey - BlitzPlus
 

ChristianK

BeitragMi, Apr 29, 2009 21:30
Antworten mit Zitat
Benutzer-Profile anzeigen
Funktioniert doch! Question
AdvanceLcd
Intel Core 2 Duo 3.2 GHz, 4 GB RAM, GeForce 8800 GTX | MacBook Pro 15,4″ Intel Core 2 Duo 2.4 GHz, 2 GB RAM, GeForce 8600M GT

Hummelpups

BeitragMi, Apr 29, 2009 22:03
Antworten mit Zitat
Benutzer-Profile anzeigen
Code: [AUSKLAPPEN]
superstrict

Global Var1:float = float( "0.35" )
Global Var2:float = float( F1() )

Print "V1: " + Var1
Print "V2: " + Var2

function F1:string()
   return "0.35"
end function


wenn man die Rückgabe einer FUnktion casten will, hab ich gerade bemerkt.
blucode - webdesign - Ressource - NetzwerkSim
BlitzBasic 2D - BlitzMax - MaxGUI - Monkey - BlitzPlus

Mr.Hyde

Newsposter

BeitragMi, Apr 29, 2009 22:05
Antworten mit Zitat
Benutzer-Profile anzeigen
Er ist übrigens nicht der einzige (mal davon abgesehen, dass es bei mir genauso nicht funktioniert)

http://blitzmax.com/Community/...opic=84452

EDIT: Im Selben Thread findet sich auch ein Fix von BtbN, der das Problem löst.
BBP News RSS | Chaos Interactive | Watanien 2 Screens, Infos und Download | Watanien 2 Worklog | PuzzleMasters
http://abgeordnetenwatch.de - http://www.regierungs-beratung.de - Der Regierung auf die Finger schauen

D2006

Administrator

BeitragDo, Apr 30, 2009 8:40
Antworten mit Zitat
Benutzer-Profile anzeigen
Ich erlaubte mir soeben ein Update dieser News vorzunehmen.
Intel Core i5 2500 | 16 GB DDR3 RAM dualchannel | ATI Radeon HD6870 (1024 MB RAM) | Windows 7 Home Premium
Intel Core 2 Duo 2.4 GHz | 2 GB DDR3 RAM dualchannel | Nvidia GeForce 9400M (256 MB shared RAM) | Mac OS X Snow Leopard
Intel Pentium Dual-Core 2.4 GHz | 3 GB DDR2 RAM dualchannel | ATI Radeon HD3850 (1024 MB RAM) | Windows 7 Home Premium
Chaos Interactive :: GoBang :: BB-Poker :: ChaosBreaker :: Hexagon :: ChaosRacer 2

Mr.Hyde

Newsposter

BeitragDo, Apr 30, 2009 13:03
Antworten mit Zitat
Benutzer-Profile anzeigen
Danke Deer! Das ging ja erstaunlich fix.
BBP News RSS | Chaos Interactive | Watanien 2 Screens, Infos und Download | Watanien 2 Worklog | PuzzleMasters
http://abgeordnetenwatch.de - http://www.regierungs-beratung.de - Der Regierung auf die Finger schauen

Neue Antwort erstellen


Übersicht Sonstiges News

Gehe zu:

Powered by phpBB © 2001 - 2006, phpBB Group