I am trying to create a simple tone generator using XB but have run into a problem regarding the WaveOut functions in the winmm. I am now wondering if their...
On Mon, 1 Nov 2004 09:31:37 +0000 (GMT), Richard Saunders ... Where's the rest of your code? You can't assign values in a TYPE block, so you must be assigning...
How to execute a program from within XBASIC code? If I wanted to call an executable from within XBASIC programm what is the syntax? How can I provide that...
Yes, look in the archives and you'll find a PDA interfacing program. In linux Xbasic, it's just to use /dev/ttyS0 and normal file commands. Cheers Dan/M0DFI ...
... Nothing to it, really. You use SHELL(command$), where command$ contains the full commandline that you want executed (parameters and all). There are a...
Hey, I had a serious issue with that. Xbasic (v. 6.2.3) did not detect command finish when I tried to build an installer to put together three different...
I'd need more details there. But many installers switch to yet a third program to set configuration details, so I'm not certain how we'd detect that ... On...
I ran in to a problem when I was sorting a text array with the $$SortAlphaNumeric flag. The array I was sorting had a few null lines. Here's an example. ' ' ...
chucky7711@...
Nov 5, 2004 3:56 pm
14378
On Fri, 5 Nov 2004 15:55:38 GMT, chucky7711@... ... I clipped the extra comments ... As far as "$$SortAlphaNumeric AND $$SortDecreasing", neither of...
I didn't catch it before, but now I understand what you mean: When I run "setup.exe" from my xbasic file, it decompresses and runs the true installer, and...
Well I am not up on trademark law, but I do believe prior art may have something to do with it, and Xbasic ... Here it is from the FAQ... When was XBasic...
Did you know the programming language XBasic has been around since about 1988? ... <Snipola> Brian -- http://www.skywise711.com - Lasers, Seismology, Astronomy...
Not an issue Steve?! You do of course have a larger wallet than they have? Anyway, as this Xbasic predates them as well as are a non commercial program, there...
Hi everyone, I searched the archives but didn't find anything on the subject. Simple question if I put a regular text grid on a form. is there a size limit I ...
On Sat, 06 Nov 2004 02:59:34 -0000, stephanerichard ... How much memory do you have on your computer? I think the current limit is 256 MB, if you have that...
I have an application that I have designed that was working pretty fast, but I added a function that the main part of the program calls and this slows the...
Hi all, I am trying out XB for the first time. I am impressed with the graphic demo(ademo.x) run speed for interpreted language. I wish to compile binaries. ...
Wow Steven! I'm overwhelmed to hear that - for once, one part of the American Law writing was biased by common sence! But I guess everything has a first...
... I see Vic gave you the long answer, let me give you the short answer. There are three ways (without getting into fancy tricks) to code a program in XBasic....