-=:: FBSL ::=-

(C)2001-2010 by Gerome GUILLEMIN, Mehdi BOUAZIZ and Mike LOBANOVSKY
It is currently Thu Sep 09, 2010 12:21 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 37 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: Mon Apr 14, 2008 9:50 pm 
Offline
FBSL Administrator
FBSL Administrator
User avatar

Joined: Sat Mar 12, 2005 8:06 pm
Posts: 2877
Location: Paris -- France
Mike Lobanovsky wrote:
Codeman wrote:
another cool thing i am working on is to externalise the compilation part using my 2exe.fbs (i am adding gui part) to compil scripts allowing the user to choose some compilation options like exe name, compression, code optimisations (using apurate), and so on..)
another advantage of doing this s that we could update the res of the compiled exe , changing the exe icon,version infos ,descriptions ect...
(mimics a real compiler :D )


Very interesting! That's not mimicking, that's real resource handling, but only not at a pre- but at a post-compilation stage. I personally don't care if I handle the resources this or that way.

I'm only doubtful about compression: AFAIR the script stud is inserted already compressed so is there any way to re-compress it EXCEPT that you know the decompilation password or if the source is not password-protected? ;)


If you go onto that way, please wire your idea with mine that simply wants to make 'real' FBSL resource objects files with the use of XML!
An XML file will contain the main script + other resource files : icon, declares, classes...
I think we should merge our ideas to make a first attempt that will 'build' FBO (FBSL Object files) thanks to XML.
Once this step OK and correctly working, I'll port this idea into FBSL.EXE and then compress, crypt & co to have a 'compiled' executable containing more than an actual and unique script file! :)

_________________
Yours,

(¯`·._.·[Gerome GUILLEMIN]·._.·´¯)
:: Full SETUP w. HELP 07th of September 2010 ::
http://gedd123.free.fr/FBSLv3.exe [3.4.0.7]
http://gedd123.free.fr/FBSLv3bin.zip [minimal]
Laissons les jolies femmes aux hommes sans imagination. / Let us leave pretty women to men without imagination.(M.Proust)
The success is a defeat for the one who does not want to dance any more! (H.F. Thiefaine)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 14, 2008 9:58 pm 
Offline
FBSL Administrator
FBSL Administrator
User avatar

Joined: Tue Apr 19, 2005 7:22 am
Posts: 890
That's correct, Gerome,

Such efforts should not be wasted just for fun -- they can lead to major restructuring of the final product, and they can and should also be incorporated in the future FSF so I'll keep an eye on that too... ;)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 14, 2008 10:01 pm 
Offline
FBSL Administrator
FBSL Administrator
User avatar

Joined: Sat Mar 12, 2005 8:06 pm
Posts: 2877
Location: Paris -- France
Mike Lobanovsky wrote:
That's correct, Gerome,

Such efforts should not be wasted just for fun -- they can lead to major restructuring of the final product, and they can and should also be incorporated in the future FSF so I'll keep an eye on that too... ;)


Ok Yoda, I'll keep an eye onto FSF as well:)

_________________
Yours,

(¯`·._.·[Gerome GUILLEMIN]·._.·´¯)
:: Full SETUP w. HELP 07th of September 2010 ::
http://gedd123.free.fr/FBSLv3.exe [3.4.0.7]
http://gedd123.free.fr/FBSLv3bin.zip [minimal]
Laissons les jolies femmes aux hommes sans imagination. / Let us leave pretty women to men without imagination.(M.Proust)
The success is a defeat for the one who does not want to dance any more! (H.F. Thiefaine)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 14, 2008 10:16 pm 
Offline
FBSL Administrator
FBSL Administrator
User avatar

Joined: Tue Apr 19, 2005 7:22 am
Posts: 890
But do your eyes actually see anything thru those goggles? :D


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 14, 2008 10:24 pm 
Offline
FBSL Administrator
FBSL Administrator
User avatar

Joined: Sat Mar 12, 2005 8:06 pm
Posts: 2877
Location: Paris -- France
Mike Lobanovsky wrote:
But do your eyes actually see anything thru those goggles? :D


These glasses are useful for me every morning when I take train to cross La Defense :)
These glasses allows me to see girls better :)
Seriously, as a computer geek, my eyes are now fragile and sun is horrible for me, started to become a... martian? :)

_________________
Yours,

(¯`·._.·[Gerome GUILLEMIN]·._.·´¯)
:: Full SETUP w. HELP 07th of September 2010 ::
http://gedd123.free.fr/FBSLv3.exe [3.4.0.7]
http://gedd123.free.fr/FBSLv3bin.zip [minimal]
Laissons les jolies femmes aux hommes sans imagination. / Let us leave pretty women to men without imagination.(M.Proust)
The success is a defeat for the one who does not want to dance any more! (H.F. Thiefaine)


Top
 Profile  
 
 Post subject:
PostPosted: Mon Apr 14, 2008 10:29 pm 
Offline
FBSL Administrator
FBSL Administrator
User avatar

Joined: Tue Apr 19, 2005 7:22 am
Posts: 890
Gerome wrote:
...become a... martian? :)


A creature OF THE DARK!!! :shock: :twisted: :lol:


Top
 Profile  
 
 Post subject: auto adding #use "@|WIN32" on new script
PostPosted: Sun Jun 22, 2008 9:45 pm 
Offline
FBSL Administrator
FBSL Administrator
User avatar

Joined: Sat Nov 24, 2007 3:33 pm
Posts: 316
Location: France
so edit electra.fbs and at line 1530 :

Code:
               Case IDM_NEW
                  '=======================================
                  ' New file selection confirmed
                  '=======================================
                  If CheckModifyState("") Then
                     SaveTab()
                     AlternateFileName = Untitled
                     currenttab = SendMessage(hFileTab, TCM_GETITEMCOUNT, 0, 0)
                     OpenTab(FALSE)
                     Fbsl_SetText(hwndRichEdit, "#Uses " & DQ & "@|WIN32" & DQ & LF)
                     SendMessage(hFileTab, TCM_SETCURSEL, currenttab, 0)
                  End If



notice that you just have to add the:

Code:
Fbsl_SetText(hwndRichEdit, "#Uses " & DQ & "@|WIN32" & DQ & LF)

_________________
_-=<(¯`·._.·[ CodeMan ]·._.·´¯)>=-_
Your only limit : Your imagination

FBSL V3 TESTED On :
Image

Chris (2.0GHz AMD Atlon 64 X2 3800+ w/ 4GB RAM, GeForce 9600GT w/ 1GB VRAM, Windows Vista Home Premium Fr)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 37 posts ]  Go to page Previous  1, 2, 3

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group