Hello, I cannot make a standalone library. Can someone help me ? My Xbasic is installed in folder C:\Program Files\xb. Because, the 'cd \Program Files' command...
Try c:\\progra~1\\xb I use that in shell command. lspirlet@... ... From: julienrouiller To: xbasic@yahoogroups.com Sent: Sunday, June 01, 2003 1:32 PM...
I'm really a newbie in DOS. What is a shell command ? Is that a synonym for DOS command ? I tried what you suggest, on this way : C:>c:\\program~1\\xb and also...
Hi, What is the XstSetCommandLineArguments(argCount, @argv$[]) designed for ? In other words, what are those command line arguments ? I wonder if I can use...
Oui, la commande shell est similaire à une commande Dos. Mais il faut taper c:\\progra~1 pas program~1. Sur ma page concernant Freenet, je fais appel à une ...
On Sun, 01 Jun 2003 12:44:54 -0000 "julienrouiller" ... XstSetCommanLineArguments allows you to pretend that the DOS commandline used to start the program was...
On Sun, 01 Jun 2003 11:32:26 -0000 "julienrouiller" ... Try using quotes. Any parameter in DOS which contains a space must be quoted so that DOS knows where it...
On Sun, 01 Jun 2003 12:31:46 -0000 "julienrouiller" ... The beep is probably due to a foreign keyboard. If you use the French keyboard, they need some way to...
Dear Luc, Dear Steven, Thank you for your answers. I tried adding quotes as Steven suggested for the change directory DOS command : cd "C:\Program Files\xb"....
On Sun, 01 Jun 2003 20:46:07 -0000 "julienrouiller" ... Incorrect command or file name means that nmake isn't on your path. You need to run xbvars.bat before...
Thank you for your answer. I could successfully make the standalone. However, I still encounter two problems. Before I describe them, please let me write a few...
Did you install over an old version of XBasic? Sounds like you're finding an old version of xbvars.bat. The file xbvars.bat is written by the install program...
... wrote: <snip> ... Your DLL code looks OK, but in the test program, you can't import two libraries in one line. Instead of IMPORT "xst", EXAMPLE" try IMPORT...
My version of XBasic is 6.2.3. I remember having downloaded XBasic from SourceForge.net, because the version was more recent that thus on Max Reason's page and...
If you tell us what your install directory is, we can tell you what xbvars.bat should read. Note, xbvars.bat has to use DOS-style names, so C:\Program Files\XB...
Dear Friends of XBasic, Have been (as a Newby to Linux and XBasic) learning to use both with increasing success. Congratulations to those who develop and...
Thank you for these useful informations and for having pointed me on your excellent website : http://xbnotes.freehosting.net/ I'll read it fully when I have...
AUTOEXEC.BAT not an XBasic file, but a DOS file; you will find it in the root directory (C:\). It contains commands which are automatically applied to every...
Thank you for your very complete answer. I tried to modify the C:\AUTOEXEC.bat, pasting at the end the content of the xbvars.bat file. I also rebooted the...
... content ... I'm getting a bit confused myself, actually. I notice from an earlier posting that your xbvars.bat contained the following, which is now in...
Hi guys, I am trying to simply compile an Xbasic program under Linux (RedHat9). By the looks of it, the gcc compiler cannot find a particular library: ...
... And I also... ;-) ... but a ... versa. Forgive my obtuseness, but why is that? dumpbin shows public signatures. Can I not create a DLL in XBasic which...
... Eddie = genius. Me = idiot. Obviously I need the X11 development libraries if I want the program to use X11.... duh! Program works fine. However, it gives...
Dear Friends of Xbasic, Also I would like to learn Xbasic and to translate my mathematicl Qbasic programs to Xbasic. Is there some so kind friend of Xbasic who...