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...
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...
... 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. ...
... 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...
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...
Hi XBasicers, I would like to report a bug in function XstStringToStringArray. When the function is called say as: "XstStringToStringArray (@s$, @s$[])", it...
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...
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...
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...
... Jeremy's criticism of your original solution was correct, but he seems to not be aware of how SUBs function in XBasic. Since I didn't use LEN(s$) I don't...
Hi Steve, You're definitely right! No need to call LEN since it was called on XstStringToStringArray's entry. I'll go for your patch. Thanks for taking the...
I ended up putting XgrProcessMessages(1) in all my command subroutine loops which corrected the cursor changing back to a crosshair cursor after you move it...
On Fri, 21 Sep 2007 17:51:31 -0400, terryncyndi <terryncyndi@...> ... That doesn't look like one of yours... The file xb.def used in building the runtime...
I've programmed extensively in various flavors of basic, C, Cobol, Assembly Language & some machine language. I get the feeling that I'm not seeing the forest...
Hello Folks, I'm back to XBasic again. My time availability is only intermittent, unfortunately. It's like I have to start learning all over again each time. ...
Thanks for the heads up, apparently I didn't get everything originally but downloaded the zip version and unpacked the demo stuff. Joe www.jsvislocky.com . ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Oct 8, 2007 11:58 pm
17565
Assuming that you're using xb on Windows... After making "Run Assembly" or "Run Library", you can compile your program to an exe by simply double-clicking the...
Back on Feb 11, I discovered XBasic on the internet, downloaded it, unzipped it and loaded it in my computer and started learning how to use it. It was version...
On Wed, 10 Oct 2007 22:02:09 -0400, terryncyndi <terryncyndi@...> ... That error doesn't look like one of yours - and it wasn't. The error message was...
There should be no problem using version 6.0022 of xb.def; try starting with a very simple programme and getting that to work properly and gradually add things...
He was using a function that was added to XBasic since 6.0022 but wasn't added to xb.def - it worked in the PDE, but not in his compiled code. One of the...
Hello, I'm a beginner in XBasic. I need some info: do you help me? LINUX QUESTION: what is the best XBasic Linux distro? I use Topologilinux: does it work...
Hi, Does one of you know if DLLs compiled in XB under Linux can be called from C++ programs? I remember that this is not possible for Windows, but cannot find ...
On Tue, 23 Oct 2007 05:03:04 -0400, Julien Rouiller ... You're backwards, XBasic for Linux can't compile DLLs though it can compile static libraries. XBasic's...
... First off ... since XBasic compiles directly to (x86) assembler code, it is only useful of systems based on an i386 or later architecture. I don't think...