Posted: Wed Apr 05, 2006 7:50 am
Sorry for the typo, I meant '.1033'.Flype wrote:gnozal,
at home, it returns MS.PSDKSVR2003SP1.1033
And, does it work now ?
http://www.purebasic.com
https://www.purebasic.fr/english/
Sorry for the typo, I meant '.1033'.Flype wrote:gnozal,
at home, it returns MS.PSDKSVR2003SP1.1033
You don't have to install PB4.00 beta over PB3.94. Just launch the PB IDE one time and it should work (works for me).Shannara wrote:Yeah, thats one of the things mentioned in the other thread concerning the beta. If you installed 3.94 first, then copy the beta over it, everything would work ... But it's not the recommended way by the team.
All new versions are announced in this thread by 'Update'Shannara wrote:I downloaded the newest version as of my post. Is there a newer version since my post?
Code: Select all
DataSection
PureBasicLogo_bmp_Start:
Data.l $1E84434A,$6D3C0000,$A9B8424F,$146920D0,$042548F1,$7D809410,$48070043,$2200A144,$D0082100,$699F9528,$800C44A1,$384BF229
; ...
Data.b $00,$80
PureBasicLogo_bmp_End:
EndDataSection
Code: Select all
DataSection
Data.l 7812 ; original filesize
Data.b 1 ; compressed with JCalg1
PureBasicLogo: ; startlabel
Data.l $1E84434A,$6D3C0000,$A9B8424F,$146920D0,$042548F1,$7D809410,$48070043,$2200A144,$D0082100,$699F9528,$800C44A1,$384BF229
; ...
Data.b $00,$80
PureBasicLogo_End:
EndDataSection
What is important to use your lib ?but why not compatible with PureBin2Data
Code: Select all
Data.l 7812 ; original filesize
Data.b 1 ; compressed with JCalg1
Code: Select all
Data.l 7812 ; original filesize
Data.b 0 ; NOT compressed
Yes gnozal, it works perfectly nowgnozal wrote:Sorry for the typo, I meant '.1033'.Flype wrote:gnozal,
at home, it returns MS.PSDKSVR2003SP1.1033
And, does it work now ?
Yesgnozal wrote:What is important to use your lib ?but why not compatible with PureBin2Data
Would it be enough if I add this :before the label ?Code: Select all
Data.l 7812 ; original filesize Data.b 1 ; compressed with JCalg1
Yesgnozal wrote: Another question : if it is not compressed, it should be like this ?Code: Select all
Data.l 7812 ; original filesize Data.b 0 ; NOT compressed
Great !Flype wrote:Yes gnozal, it works perfectly now![]()
Not tested with msdn option, but sdk is ok for me.
By the way, where can i find the msdn version ?
Sorry, I have other things to do, but I could (if I find them again) uploadgnozal wrote:Maybe he will update his jaPBe help file