|
Post by DJLinux on Sept 25, 2012 8:15:07 GMT -5
fixed ?
DJ
|
|
|
Post by Darkjester on Sept 25, 2012 23:11:14 GMT -5
Not as of yet, it appears to be a bug with wxwidgets so i cannot link yet gonna wait for 13 hours of compiling  another build so hopefully i get this ironed out in the next century ;P
|
|
|
Post by matthew on Sept 27, 2012 12:44:36 GMT -5
A quick update for anyone who's interested.
Last night Josh and myself created a Statically linked version of wxWidgets. We've now got a copy of the Basic4GL Executable which is just over 2MB in size and isn't dependent on external DLLs.
|
|
|
Post by DJLinux on Sept 28, 2012 11:49:23 GMT -5
I'm currently not involved but very interested
DJ
|
|
|
Post by Darkjester on Sept 28, 2012 16:22:43 GMT -5
I'm currently not involved but very interested DJ You have facebook or instant messager? I think we could use your expertise ;D
|
|
|
Post by matthew on Sept 28, 2012 16:50:01 GMT -5
Below is an image of the new IDE. Click here to download the EXE. A lot more features are going to added in the forthcoming Months. ;-) Josh has done all the Programming, I've just helped with Compiling & Testing. :-) 
|
|
|
Post by Darkjester on Oct 9, 2012 23:04:00 GMT -5
missing syntax highlighting. create exe function(includes adding an icon and a few other things) add in sprite library, image library, opengl functionality, and finally the extras for hte final release  getting very close ;p anybody still interested id hate if something happened to my source code 
|
|
|
Post by Darkjester on Oct 19, 2012 0:16:49 GMT -5
Djlinux? Would you like to contribute? I remember before when you were working on your version of basic4gl you created an ide, would it be possible that you used scintilla?
|
|
|
Post by angros47 on Oct 19, 2012 14:08:17 GMT -5
I'm still alive...
Is your source code hosted somewhere? If we can download a copy of it, we could provide a "backup" if something happened to it.
I hope to be able to add some other features to the sprite library, meanwhile: I was thinking about... do you remember slice-based sprites used in isometric maps in Command&Conquer? Loading slices would be easy (an image with multiple frames, like ones used in animations, would do the trick), and converting them to an isometric sprites is possible.
|
|
|
Post by Darkjester on Oct 19, 2012 22:20:04 GMT -5
Ill upload it onto here tonight 
|
|
|
Post by Wayne Rayner on Nov 3, 2012 9:11:04 GMT -5
Great work guys on the progress so far and I hope you all keep it going. Would oneday like to use new basic4GL for game development. Just asking a question as SDL is going to be used, would the old image library functions will they be ported to the new version of basic4GL. Just wondering as some of my projects may need to be started when new basic4GL is ready  Thank you to all especially Darkjester and Matthew who has spent a lot of their spare time on this. Cant wait to see this project finished. Also great to see post from Tom again  missed your input on a lot of things Regards to All Wayne Rayner P.S. Expect some demos of my games in the near months 
|
|
|
Post by DJLinux on Nov 5, 2012 18:01:26 GMT -5
Djlinux? ... would it be possible that you used scintilla? First take a look to the wxFBE sourcecode it works for Linux and Windows. (scintilla is a part of the C++ wxWidgets GUI and wxFBE use the wx-c wrapper) May be after one or two days you can build your own Basic4GL IDE. www.freebasic.net/forum/viewtopic.php?f=8&t=20284DJ
|
|
|
Post by Darkjester on Nov 8, 2012 16:50:28 GMT -5
Djlinux? ... would it be possible that you used scintilla? First take a look to the wxFBE sourcecode it works for Linux and Windows. (scintilla is a part of the C++ wxWidgets GUI and wxFBE use the wx-c wrapper) May be after one or two days you can build your own Basic4GL IDE. www.freebasic.net/forum/viewtopic.php?f=8&t=20284DJ Thanks for the responce, I took a look at it and got some ideas  ill keep the status updated, if anyone would like i can upload a command line version of the compiler for testing?
|
|
|
Post by DJLinux on Nov 30, 2012 13:14:45 GMT -5
how long do you need to wite a IDE ?
|
|
|
Post by matthew on Nov 30, 2012 23:29:25 GMT -5
how long do you need to wite a IDE ? Josh is currently at College, so he's probably too busy Studying, Working and having Fun (though not necessarily in that order) to work on the IDE.
|
|