Search found 4 matches

by Thraka
Jul 26, 2018 18:43
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 981
Views: 346660

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (Updated June 3, 2018)

This is pretty cool! I found this because I was trying to find a Visual Studio Code addin for FreeBASIC. It would be cool if someone made that.

Thanks for the efforts!
by Thraka
Aug 26, 2015 16:28
Forum: Community Discussion
Topic: The upside of using FreeBASIC
Replies: 11
Views: 2461

Re: The upside of using FreeBASIC

Have you explored the Roslyn project? It's open sourcing the C# and VB.NET languages and the compiler too. https://github.com/dotnet/roslyn You can create new languages that support Roslyn or edit and customize the existing .NET languages. These custom new languages can plug into Visual Studio too. ...
by Thraka
Oct 21, 2014 19:03
Forum: Archive
Topic: New version of PNG library (now v3.2.q)
Replies: 100
Views: 74766

Re: New version of PNG library (now v3.2.q)

Is there a build for DOS? I cannot find one :(
by Thraka
May 09, 2012 21:45
Forum: DOS
Topic: in DosBOX, CWSDPMI causes crash while HXDPMI does not
Replies: 1
Views: 1543

in DosBOX, CWSDPMI causes crash while HXDPMI does not

When using the CWSDPMI r7 with my program when it displays a text file with multiple pages, it crashes DosBOX (http://dosbox.com/) with a seg fault. If I use HX DPMI (http://www.japheth.de/HX.html#hxdl) it works fine. '' '' TYPEM by Thraka (SADx) '' Declare Sub PressAnyKey() Dim fileName As String =...