Page 18 of 104

Posted: Wed Apr 05, 2006 7:50 am
by gnozal
Flype wrote:gnozal,
at home, it returns MS.PSDKSVR2003SP1.1033
Sorry for the typo, I meant '.1033'.
And, does it work now ?

Posted: Wed Apr 05, 2006 7:54 am
by gnozal
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.
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:I downloaded the newest version as of my post. Is there a newer version since my post?
All new versions are announced in this thread by 'Update' :wink:

Posted: Wed Apr 05, 2006 11:33 am
by gnozal
Update

Changes :
- added IncludeBinary tool, to select a file to include (as file or data [optional compression]).

Posted: Wed Apr 05, 2006 11:49 am
by ts-soft
Nice idea :lol:

but why not compatible with PureBin2Data :cry:


your syntax:

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 
my syntax:

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 
so can use with my lib and so on!

Posted: Wed Apr 05, 2006 12:16 pm
by gnozal
but why not compatible with PureBin2Data
What is important to use your lib ?
Would it be enough if I add this :

Code: Select all

Data.l 7812 ; original filesize 
Data.b 1 ; compressed with JCalg1
before the label ?
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

Posted: Wed Apr 05, 2006 12:29 pm
by Flype
gnozal wrote:
Flype wrote:gnozal,
at home, it returns MS.PSDKSVR2003SP1.1033
Sorry for the typo, I meant '.1033'.
And, does it work now ?
Yes gnozal, it works perfectly now :P
Not tested with msdn option, but sdk is ok for me.
By the way, where can i find the msdn version ?

And the includebinary tool is cool too :wink:

Thank you for your great support.

Posted: Wed Apr 05, 2006 12:31 pm
by ts-soft
gnozal wrote:
but why not compatible with PureBin2Data
What is important to use your lib ?
Would it be enough if I add this :

Code: Select all

Data.l 7812 ; original filesize 
Data.b 1 ; compressed with JCalg1
before the label ?
Yes
gnozal 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
Yes
and 2 for BriefLZ. :D
over 2 for you :wink:

Posted: Wed Apr 05, 2006 12:38 pm
by gnozal
Flype wrote:Yes gnozal, it works perfectly now :P
Not tested with msdn option, but sdk is ok for me.
By the way, where can i find the msdn version ?
Great !
I am still using Win32.hlp, the MSDN thing was a request. I don't know more.

Posted: Wed Apr 05, 2006 1:21 pm
by gnozal
Update

Changes :
- the IncludeBinary tool can now also generate a PureBin2Data compatible DataSection

Posted: Wed Apr 05, 2006 1:33 pm
by ts-soft
thx :D

Posted: Thu Apr 06, 2006 4:11 pm
by gnozal
Update

Changes :
- added quick help panel (shortcuts, manual markers, etc...), adapted from remi_meier's CHM file. Maybe he will update his jaPBe help file :twisted:

Posted: Thu Apr 06, 2006 4:19 pm
by remi_meier
gnozal wrote:Maybe he will update his jaPBe help file :twisted:
Sorry, I have other things to do, but I could (if I find them again) upload
the help files for anyone who wants to update them. :P

Posted: Fri Apr 07, 2006 8:32 am
by gnozal
Update

Almost final version.

Changes :
- some fixes in QuickHelp panel
- updated help file (included in download)

Posted: Fri Apr 07, 2006 2:15 pm
by gnozal
I said almost ...

Update

Changes :
- added code page support for Find feature (see http://www.purebasic.fr/english/viewtopic.php?t=21036)

Posted: Tue Apr 11, 2006 11:09 am
by gnozal
jaPBe 3.6.4 release candidate

Changes :
- some fixes
- added shortcut for Project Options [F8]
- added TreeGadget to select preferences tab
- added 'Debugger' preferences tab : allows to modify debugger options from jaPBe
- it is better TM