Hi all. I cannot get any example compiled from within the editor. And when I launch fnxcompiler.exe in a command window I get an immediate error message just...
Other than what comes with the fnxbasic zip, is there any other places where I can find more examples of source code? I learn much faster with good examples. ...
Hi I think you can look for basic programs with google. Also examples of visual basic etc can be usefull. For the use of api calls you can search the web. I...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the fnxbasic group. File : /editor.fr ...
fnxbasic@yahoogroups....
Nov 18, 2008 7:01 pm
12
Hi List, I just added FnxBasic to the All Basic site. It would be great if the list members here could post example code to the FnxBasic code project board. ...
List, I started working with FnxBasic the other day and find it refreshing and well thought out. This is a big change from working with HotBasic. Q. I get a...
hi, I think you use the basic command open that expects a string for a document. You must declare the dll calls you want to use first ie : declare aliasname as...
... Thanks for your response but I'm talking about the MySQL demo that comes with the FnxBasic. As soon as I try to run it using the login info for my MySQL...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the fnxbasic group. File : /fnxlib.zip ...
fnxbasic@yahoogroups....
Dec 2, 2008 4:33 pm
18
hi, i've uploaded a new lbb file with a resourced manifest. just compile your app with this one and you do not need to add the manifest wityh your app. best...
I think the problem is in mysql.lib, just open it (notepad) and replace the 'open' command with 'mysql.open' there is a conflict with the basic function open. ...
Is there any plans to add COM support to FnxBasic? Has anyone mentioned FnxBasic on the RapidQ forums yet? I would think FnxBasic would be welcome news. John...
It seems the MySQL demo isn't the only example that GPF's and gives a 217 errors. Maybe I should have taken the hint of no activity in the list archives that ...
there is choosen not to detect runtime errors it will cost the speed of the program. Is mysql properly installed? The examples run on my computer. Debugging...
... MySQL works great with every other application/language I use it with. There is a problem with GPF's and a 217 errors in many of the example programs I...
Hello everyone. This is my first post here. My question is this. In other Basic languages that I have used combining ;(semi-colon), (, (comma)) with a...
Hi to all, there is a way to compile without fnxeditor or fnxdesigner? I want something like "fnxcompile nomefile.bas" in command prompt. My wish is to compile...
I could not find a form stay on top command. Also I am presently using Rapidq so I was wondering if there is a code/syntax convertor so I could use the wealth...
... Hi, It does not create machine code, all function will be coverted to a number(bytecode) and the "interpreter" executes this byte commands. best regards...