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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 11447 - 11477 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11447
On Sun, 01 Jun 2003 04:04:42 -0000 "sm0oth2003" <sm0oth@...> ... Max stopped supporting his version late in 2000. Something like 99% of the code is...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jun 1, 2003
8:24 am
11448
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...
julienrouiller
Offline Send Email
Jun 1, 2003
11:32 am
11449
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...
Luc Spirlet
elasti2003
Offline Send Email
Jun 1, 2003
11:42 am
11450
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...
julienrouiller
Offline Send Email
Jun 1, 2003
12:31 pm
11451
Hi, What is the XstSetCommandLineArguments(argCount, @argv$[]) designed for ? In other words, what are those command line arguments ? I wonder if I can use...
julienrouiller
Offline Send Email
Jun 1, 2003
12:44 pm
11452
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 ...
Luc Spirlet
elasti2003
Offline Send Email
Jun 1, 2003
2:50 pm
11453
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...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jun 1, 2003
3:48 pm
11454
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...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jun 1, 2003
3:48 pm
11455
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...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jun 1, 2003
3:48 pm
11456
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"....
julienrouiller
Offline Send Email
Jun 1, 2003
8:46 pm
11457
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...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jun 1, 2003
11:11 pm
11458
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...
julienrouiller
Offline Send Email
Jun 2, 2003
8:55 pm
11459
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...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jun 3, 2003
3:59 am
11460
... the .lib ... The Entry FUNCTION must be changed from : DECLARE FUNCTION Entry() To : INTERNAL FUNCTION Entry() Garquint...
garquint
Offline Send Email
Jun 3, 2003
4:27 am
11461
... 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...
Ken Minogue
xbkpm2
Offline Send Email
Jun 3, 2003
1:05 pm
11462
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...
julienrouiller
Offline Send Email
Jun 3, 2003
7:25 pm
11463
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...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jun 3, 2003
8:10 pm
11464
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...
Ed Jason
cructacean
Offline Send Email
Jun 4, 2003
2:30 pm
11465
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...
julienrouiller
Offline Send Email
Jun 4, 2003
9:14 pm
11466
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...
Ken Minogue
xbkpm2
Offline Send Email
Jun 5, 2003
3:36 pm
11467
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...
julienrouiller
Offline Send Email
Jun 5, 2003
6:49 pm
11468
I did say that you couldn't use quotes with one or another of the utilities. Change it to SET INCLUDE=C:\PROGRA~1\XB\INCLUDE;%INCLUDE% SET...
Steven V Gunhouse
sgunhouse
Offline Send Email
Jun 5, 2003
8:09 pm
11469
... 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...
Ken Minogue
xbkpm2
Offline Send Email
Jun 5, 2003
8:37 pm
11470
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: ...
grootbert
Offline Send Email
Jun 7, 2003
12:34 am
11471
... 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...
rhendershot
Offline Send Email
Jun 7, 2003
2:28 am
11473
... You need to install the 'X11 development' package. It's usually called something like XFree86-devel CU, Eddie....
Eddie Penninkhof
wizball1
Offline Send Email
Jun 7, 2003
9:27 am
11474
Hi group! Is it possible to format a PRINT output in the console window with colors? Greetings Volker...
ryker_73
Offline Send Email
Jun 8, 2003
9:56 am
11475
... Thanks - will try!...
grootbert
Offline Send Email
Jun 9, 2003
1:48 am
11476
... 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...
grootbert
Offline Send Email
Jun 9, 2003
2:14 am
11477
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...
KeijoKröger
keka_koo
Offline Send Email
Jun 9, 2003
8:39 am
Messages 11447 - 11477 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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