hi, i run UBUNTU Dapper i've downloaded xbasic-6.2.3-linux-i386.tar.gz, alien'ed it to a .deb package, installed it and attempted to run it. it opens normally...
... I haven't seen any replies yet, so let me take a stab at it ... there have been some changes to recent versions of Linux which the PDE may not be ...
On Tue, 01 Aug 2006 21:18:01 -0400, Steve Gunhouse ... Replying to my own message ... I think this is the message I was referring to, from my own archives...
... exotic characters, XBasic uses the GetFirstFileA instead of the wide variant., but at least it does ... any filename with such character set that you use...
Thanks Eddie. This is exactly what linux xb needs. Very much appreciated. ... alien'ed it to ... to load or create a ... console, and must end. ... ...
... simply ... folder in ... returned an ... them, it ... ran the ... Thanks, but D. gave me the perfect solution in xblite googlegroups. I appreciate the...
... From: "megalodon003" <megalodon3@...> To: <xbasic@yahoogroups.com> Sent: Wednesday, August 09, 2006 8:53 AM Subject: [xbasic] Re: searching the file...
Hi everyone, me and a few friends decided to try something out. Create a magazine for any and all BASICs out there (well mostly freely available BASICs such...
Can anyone give me an idea or two about how to convert the following visual basic dec file to xbasic? I stopped all programming 4 years ago and have a lot to...
To create a declaration in the dec file you just need to tell XBasic you pass a default as XLONG and not as a string. DECLARE FUNCTION GetEncryptedVB...
Is the lib-file correct and in the correct place? Have you tried the DLLguide tool (that you can get from the files section of the xbasic yahougroups) and...
On Mon, 14 Aug 2006 11:45:32 -0400, Vincent Voois <vvoois@...> wrote: I think I see a hitch though ... XBasic can only handle 8 parameters. You'd need to...
... Since XBasic can't do it, the wrapper has to be in some other language. Then you'd either have return only the parameters you're interested in (if that...
... Another way is to devide the arguments across two callable functions from within the wrapper and make it do the complete call as soon as the second...
I seem to have done something to either my xbasic or xcompiler files. I get a link error when using xcompiler on ANY program "cannot open xlib.o" Any thoughts?...
Xcompiler depends upon the location of XBasic, it usually saves it in a config after autodetection or when you manually supplied it's location. But if you...
Ever since I added the Listfiles function to my program, the group names and static text in my GUI have a white background. I have searched through the program...
If you open the the toolbox, you can select the subkids of each droplist / listbox and whatsoever. You can change their properties when you select one of the...
Sorry, let me clarify. This is in xblite. Thanks ... droplist / listbox and whatsoever. ... a large label to cover the area of the window background, then use ...
I'm using funcaddr to call several functions in a .dll indirectly. I had no problem getting them to pass the required variables of any kind. But one of these...
... What language was the DLL written in? XBasic uses a different string format. If the function returns a length and a pointer, then use XstCopyMemory. If the...
The DLL was written in VB. Here's my code. STATIC FUNCADDR EnumGetEncrypted (XLONG,XLONG) AppPassword$ = "MyPassword" StrName$ = "MyStringName" hWinspool =...