Search the web
Sign In
New User? Sign Up
fnxbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3 - 35 of 38   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3
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...
marc_lacrosse
Offline Send Email
May 6, 2008
10:13 am
4
Hi, I use winxp prof too, with service pack2 installed without a problem. I think you must find an answer in the rights of your account. It must be...
byteshaper
Offline Send Email
May 6, 2008
10:25 am
5
when new versions of FNXBasic...
jesse_hernandes
Offline Send Email
May 18, 2008
5:29 pm
6
... Sorry I can not tell when, if it is finished and working of course. I am busy to add the windows objects right now. best regards...
byteshaper
Offline Send Email
May 18, 2008
7:55 pm
7
ok, thanks, by the answer, I will wait, new working....
jesse_hernandes
Offline Send Email
Jun 8, 2008
3:08 pm
8
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. ...
low_beer_light
Offline Send Email
Jul 7, 2008
2:12 am
9
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...
byteshaper
Offline Send Email
Jul 11, 2008
4:02 pm
10
Please point me to a comprehensive and easy to use FnxBasic Manual. I am Alex Fira from Romania. Alex...
firaalexandru
Offline Send Email
Oct 30, 2008
5:58 pm
11
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....
Send Email
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. ...
johnspikowski
Offline Send Email
Nov 30, 2008
8:28 pm
13
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...
John Spikowski
johnspikowski
Offline Send Email
Nov 30, 2008
9:08 pm
14
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...
byteshaper
Offline Send Email
Dec 1, 2008
5:17 pm
15
... 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...
John Spikowski
johnspikowski
Offline Send Email
Dec 1, 2008
7:25 pm
16
List, Is there a way to add the XP manifest as a resource? It's a pain to have to create a seperate manifest file of each .exe your create. John...
John Spikowski
johnspikowski
Offline Send Email
Dec 2, 2008
9:30 am
17
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....
Send Email
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...
byteshaper
Offline Send Email
Dec 2, 2008
4:35 pm
19
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. ...
byteshaper
Offline Send Email
Dec 2, 2008
4:46 pm
20
... I made the change as your recomended but I now getting a GPF with the generated program. John...
John Spikowski
johnspikowski
Offline Send Email
Dec 2, 2008
9:09 pm
21
... I didn't notice the error message box before sending my last e-mail. John "Runtime error at 0049FBAE"...
John Spikowski
johnspikowski
Offline Send Email
Dec 2, 2008
9:13 pm
22
... Thank You ! John...
John Spikowski
johnspikowski
Offline Send Email
Dec 2, 2008
9:30 pm
23
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...
John Spikowski
johnspikowski
Offline Send Email
Dec 3, 2008
12:04 am
24
How do you debug your programs? I didn't see any debugging options in the IDE or as a separate program. John...
John Spikowski
johnspikowski
Offline Send Email
Dec 3, 2008
7:30 am
25
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 ...
John Spikowski
johnspikowski
Offline Send Email
Dec 3, 2008
7:45 am
26
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...
byteshaper
Offline Send Email
Dec 3, 2008
2:42 pm
27
... 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...
John Spikowski
johnspikowski
Offline Send Email
Dec 3, 2008
7:52 pm
28
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...
effirlem
Offline Send Email
Jan 2, 2009
1:45 pm
29
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...
provola50
Offline Send Email
Mar 23, 2009
6:56 pm
30
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...
Terry
terry_prism
Offline Send Email
Apr 9, 2009
5:33 am
34
Does fnxbasic complier create machine code or do the exe's still run an internally run an interpeter like rapidq does?...
johnny_quid
Offline Send Email
May 30, 2009
8:58 pm
35
... 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...
byteshaper
Offline Send Email
May 31, 2009
3:31 pm
Messages 3 - 35 of 38   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help