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...
XBlite, http://perso.orange.fr/xblite/ is a Windows specific version of Xbasic which runs just fine in WINE ( Windows emulator ). Xbasic doesn't seem to have...
... You can try to run the Win32 edition in either Wine (winehq.org) or in virtual box (http://www.virtualbox.org/) which is a free virtual pc environment tool...
è With particular attention to Steve Gunhouse and Vincent Voois Dear friends, I have developped with Xbasic 6.2.3 a fairly big program for static and dynamic...
On Wed, 24 Oct 2007 11:52:02 -0400, Costantino Carmignani ... How long are the functions themselves, for a start ... I seem to recall there's a limit of 65535...
... systems. ... given ... compilation ... compilation ... As the compilation is a 2 steps compilation, it would be nice to know if you tell about the "Make...
Until now I can create libraries of functions that don't use GUI grids. Actually many of those functions are similar in different programs and I'd like to...
... Certainly, but you don't export the CreateWindows function. You have an init function in your library, whatever an appropriate name would be, and either...
Seen. The trouble isn't using .dll, I do it without troubles. The trouble is, p.e. showing a window whose code is in library. I created a test program named...
... The InitGui and CreateWindows should be called in the entry function before you send a XuiMessage to #Hola but before the XgrProcessMessages is being...
Thank you and sorry to answer so late. Thanks to Vincent for pointing the Wine environment. I think that it would be too heavy tool for the small things that I...
Hi, Having a program working like 'acgibin.x' from the demo folder, I observed that a rather large file cannot be sent from a form and received by the standard...
On Mon, 05 Nov 2007 07:50:21 -0500, Julien Rouiller ... XBasic assumes that it has access to its own memory allocation functions. But XBasic's allcation...
... As long as you add XB.DLL along with it or if you embed the XB library into the DLL. Embedding the library code into your own is not done in a few steps...
(skiped) ... (strings ... in ... functions. ... before ... assume is ... string or ... why ... environment that ... segfault or ... size of a ... Not sure I...
... it ... The ... Windows ... the ... this is ... library into the DLL. ... manually, if XCompiler works, it can do this for you automatically ... Thanks. I...