Forum
As BorIDE progresses... - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+--- Thread: As BorIDE progresses... (/showthread.php?tid=222)

Pages: 1 2 3 4 5 6 7 8 9 10


Re: As BorIDE progresses... - oblo - 03-04-2013

Thanks for the update and for your great work! Big Grin

Cheers


Re: As BorIDE progresses... - LCD - 03-04-2013

oblo Wrote:Thanks for the update and for your great work! Big Grin

Cheers
You are welcome.
But please report any bugs (except for Painter!!!).


Re: As BorIDE progresses... - oblo - 03-05-2013

I've just found one. Trying to compile anything, it creates a .TAP with 65kb and no emulator can open it. This is the debug window output:

BorIDE version: 0.5 r0 Alpha
ZX Basic Compiler version: zxb.exe 1.3.0-s979 (at least version 1.3.0 s975 is needed)

 09:21:55 -> Compilation starts(3 Lines)
 09:21:55 -> Source C:\Descargas\BorIDE\new.bor saved
 09:21:55 -> C:\Descargas\BorIDE\zxb.exe "temp.bor" -S 24200 -o "C:\Descargas\BorIDE\Test.bin" --heap-size=1024
 09:21:56 -> Exit code: 0
 09:21:56 -> Done: Compilation successfull
 09:21:56 -> Compilation time: 891ms
"C:\Descargas\zxspin\ZXSpin.exe" "C:\Descargas\BorIDE\Test.tap"


The Compiler Options I used are the same as the previous version (BorIDE 0.4 and ZXBasic 1.2.9) If you need more info or any additional test, please tell me.

Cheers


Re: As BorIDE progresses... - LCD - 03-05-2013

oblo Wrote:I've just found one. Trying to compile anything, it creates a .TAP with 65kb and no emulator can open it. This is the debug window output:

BorIDE version: 0.5 r0 Alpha
ZX Basic Compiler version: zxb.exe 1.3.0-s979 (at least version 1.3.0 s975 is needed)

 09:21:55 -> Compilation starts(3 Lines)
 09:21:55 -> Source C:\Descargas\BorIDE\new.bor saved
 09:21:55 -> C:\Descargas\BorIDE\zxb.exe "temp.bor" -S 24200 -o "C:\Descargas\BorIDE\Test.bin" --heap-size=1024
 09:21:56 -> Exit code: 0
 09:21:56 -> Done: Compilation successfull
 09:21:56 -> Compilation time: 891ms
"C:\Descargas\zxspin\ZXSpin.exe" "C:\Descargas\BorIDE\Test.tap"


The Compiler Options I used are the same as the previous version (BorIDE 0.4 and ZXBasic 1.2.9) If you need more info or any additional test, please tell me.

Cheers
Thanks! I will make a fix today... :oops:


Re: As BorIDE progresses... - LCD - 03-05-2013

Please redownload...


Re: As BorIDE progresses... - oblo - 03-06-2013

Great, it compiles well now Big Grin

Cheers


Re: As BorIDE progresses... - oblo - 03-10-2013

Hi

I've just found another bug. Each time I select the "Close Project" option or push the 'X' button, BorIDE crashed with the "Application_name has stopped working" window. It happens in Windows 7 x64 and Wndows 8 x64.

Cheers


Re: As BorIDE progresses... - LCD - 03-10-2013

oblo Wrote:Hi

I've just found another bug. Each time I select the "Close Project" option or push the 'X' button, BorIDE crashed with the "Application_name has stopped working" window. It happens in Windows 7 x64 and Wndows 8 x64.

Cheers
This happens only if it was the only or last open project, right?


Re: As BorIDE progresses... - oblo - 03-10-2013

It also happens when two projects are opened: one new and one previously saved. If I close the previous saved and left only the new, crash happens too.

Cheers


Re: As BorIDE progresses... - LCD - 03-13-2013

oblo Wrote:It also happens when two projects are opened: one new and one previously saved. If I close the previous saved and left only the new, crash happens too.

Cheers
I will try to fix it for the next minor release.


Re: As BorIDE progresses... - slenkar - 04-05-2013

any chance of a linux release?

I could use it in Wine I spose


Re: As BorIDE progresses... - LCD - 04-09-2013

slenkar Wrote:any chance of a linux release?

I could use it in Wine I spose
I planed a native linux version and made the code portable whenever possible, but some functions con still be done only with the API, and I do not know Linux API, where the Win API is well documented and can be found often on the internet.


Re: As BorIDE progresses... - slenkar - 04-09-2013

what type of functions? the GTK framework works cross-platform and has a lot of apps using it


Re: As BorIDE progresses... - LCD - 04-11-2013

slenkar Wrote:what type of functions? the GTK framework works cross-platform and has a lot of apps using it
E.g. I'm using the asynchron key/button reading (_GetAsyncKeyState()) because the build-in key reading is not asynchronous.
GTK has some disadvantages like huge library. See this:
http://forums.purebasic.com/english/viewtopic.php?f=5&t=39954


Re: As BorIDE progresses... - ardentcrest - 10-16-2013

Hi another Bot post Smile

LCD I've used the BorIDE in fuse and a few other emulators. I 'm using the examples from the zx basic complier folder.

But after compiling and running I get the compiled text line at the bottom but a black screen in the rest and if I try and goto the 128k menu I get no text just the attrabutes.

Any help.