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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 17519 - 17555 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17519
Nice Bug, I thought XBasic would compensate a bit better than this. The best way to ensure an acurate result is to use the same variable type througout the...
Ken
gibb987
Offline Send Email
Aug 1, 2007
9:39 am
17520
... 4.5. ... using ... conversion ... Thanks to all of you for the suggestions. It is a bit aggravating to have to think about converting variables' types in...
Elizabeth
gillet058
Offline Send Email
Aug 1, 2007
10:32 am
17521
With the PATH set to: PATH=C:\Program Files\XBasic-Util\bin;c:\windows\system32;c:\windows the error is: C:\xbasic-6.3.0>make fixme:ntdll:NtSetInformationToken...
Roy Fullmer
ernobe
Offline Send Email
Aug 7, 2007
3:04 am
17522
... Does XBasic work on a Linux 2.6 kernel? What's the version of the kernel used in the Fedora Core 4 that compiled 6.3.0? Has anyone succeeded compiling...
Roy Fullmer
ernobe
Offline Send Email
Aug 15, 2007
8:36 pm
17523
... The kernel is not an issue, 2.6 has been available for some time. Some versions of Linux are now using gcc 4, and that is likely to be a problem. Linux has...
Steve Gunhouse
sgunhouse
Offline Send Email
Aug 16, 2007
5:56 am
17524
... Yes. Fedora Core 4 did have a 2.6 kernel. It's unlikely the kernel is the problem. Nor is it likely that X11 ('xorg' instead of 'xfree86'; xorg is a fork...
Eddie Penninkhof
wizball1
Offline Send Email
Aug 17, 2007
6:35 pm
17525
... What kind of crash? Seg fault? I have never seen a seg fault on a Linux system until (I think) running Mandriva 2007 which uses Xorg 7.x and gcc 4.12 or...
JohnT
allltaken
Offline Send Email
Aug 18, 2007
5:45 am
17526
If XBasic outputs assembly source code programs, and XBasic can be used to compile itself, then the assembly code that XBasic produces to compile itself can be...
Roy Fullmer
ernobe
Offline Send Email
Aug 20, 2007
5:06 pm
17527
It seems like we're up against a never ending problem. If the problem only relates to calling C and not Xlibs or anything else, then why not use some other...
Roy Fullmer
ernobe
Offline Send Email
Aug 20, 2007
5:41 pm
17528
It seems like we're up against a never ending problem. If the problem only relates to calling C and not Xlibs or anything else, then why not use some other...
Roy Fullmer
ernobe
Offline Send Email
Aug 20, 2007
5:51 pm
17529
... If XBasic outputs assembly source code programs, and XBasic can be used to compile itself, then the assembly code that XBasic produces to compile itself...
Roy Fullmer
ernobe
Offline Send Email
Aug 20, 2007
6:01 pm
17530
You got through it over three times. I guess your own spamfilter is working a little harder than expected or you weren't patient enough. It may take a few...
Vincent Voois
vvacme
Offline Send Email
Aug 20, 2007
8:02 pm
17531
... That's only the 5th message I've seen from you, and I replied to an earlier one. Check your own. -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Aug 20, 2007
9:00 pm
17532
... The Windows version of XB of course is targeted to a Windows-native compiler (one which Max himself wrote, though it is not formally part of the project)....
Steve Gunhouse
sgunhouse
Offline Send Email
Aug 20, 2007
10:06 pm
17533
... I just wonder what happened to the idea of keeping "deprecated" functions in kernel and platform libraries alive for the sake of application support... I...
Vincent Voois
vvacme
Offline Send Email
Aug 20, 2007
10:46 pm
17534
... libc is the 'system library', not (only) the gcc runtime library. Any call to the OS (like opening files, reading/writing) is done through this library....
Eddie Penninkhof
wizball1
Offline Send Email
Aug 20, 2007
11:42 pm
17535
... Oh, they keep deprecated functions for a while ... but for example I still regularly see questions from people running Windows 98 SE, or RedHat 7 on the...
Steve Gunhouse
sgunhouse
Offline Send Email
Aug 21, 2007
6:23 am
17536
... As long as XBasic remains compatible at the source level, the rest of it doesn't matter. I mean, XBasic has its own runtime to worry about, it can't just...
Roy Fullmer
ernobe
Offline Send Email
Aug 21, 2007
4:06 pm
17537
... Was the problem a seg fault while running code that worked OK with previous versions of GCC and its libraries? If so, then the problem should be filed as a...
JohnT
allltaken
Offline Send Email
Aug 21, 2007
9:58 pm
17538
... If you want to try it on your system, here is the 6.3.0 version that was compiled on it: http://ar.geocities.com/ernobe/xbasic.zip The zip file contains...
Roy Fullmer
ernobe
Offline Send Email
Aug 22, 2007
5:25 pm
17539
Hi, I have recently switched from Windows XP to Ubuntu 7.04 and I would install XBasic 6.3 on it. Unfortunately, I am not familiar with Linux, and am not a...
eperbab
Offline Send Email
Aug 22, 2007
5:29 pm
17546
Hi- It's been several months now since I asked any questions of the xbasic users group. I have made quite a bit of progress on my program since then. I would...
terryncyndi
Offline Send Email
Sep 7, 2007
5:20 am
17548
On Fri, 07 Sep 2007 01:21:24 -0400, terryncyndi <terryncyndi@...> ... I'm not very good with GUI programs, so I'll leave that question ... XBasic is a...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 7, 2007
7:58 am
17549
... Could you try the apicshift.x example from the yahoogroups files archive? It does mouse-cursor changing based on focus upon the area the mousecursor is. ...
Vincent Voois
vvacme
Offline Send Email
Sep 7, 2007
12:53 pm
17550
... Also forgot to mention that the XgrProcessMessages() is important to call in any iteration procedure to allow the GUI to update itself once in a while. If...
Vincent Voois
vvacme
Offline Send Email
Sep 7, 2007
1:14 pm
17551
Even if XB2 is being written solely in C then Simple DirectMedia Layer is worth consideration for graphics and audio and other tasks . As this relies upon...
gedcda72
Offline Send Email
Sep 15, 2007
5:34 am
17552
Hi XBasicers, I would like to report a bug in function XstStringToStringArray. When the function is called say as: "XstStringToStringArray (@s$, @s$[])", it...
Guy Lonne
guy_lonne
Offline Send Email
Sep 20, 2007
10:01 am
17553
Actually, let me correct myself - and you. Somehow I missed the code below for checking the "\r" - and so did you. That is the code which was causing your...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 20, 2007
9:10 pm
17554
There's something missing in your code, if the character following a newline is a carriage return then that carriage return should be ignored. I'll need to...
Steve Gunhouse
sgunhouse
Offline Send Email
Sep 20, 2007
9:28 pm
17555
Hi Steve, As you can see in my e-mail below, my first attempt was very similar to yours: ... xsx.x: when the function is called say as: "XstStringToStringArray...
Guy Lonne
guy_lonne
Offline Send Email
Sep 21, 2007
10:29 am
Messages 17519 - 17555 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