Greeting! My apologies for inaccuracies. with best regards Andres Mäevere ... From: Eddie Penninkhof To: xbasic@yahoogroups.com Sent: Thursday, April 01, 2004...
... function to ... info, ... in the ... well, I just quickly tested (and unfortunately interactively), but I run it from the current dir and always get in the...
Hi, I'm a newbie to linux. I was wondering if xbasic will work in debian? I assume it will. I use the Gnome desktop manager. Is there an apt-get package for...
On Thu, 01 Apr 2004 13:12:50 -0000 "Bilbo Baggins" ... We haven't packaged it for Debian at this time. You can always download the .tgz version (the link is on...
... Yes, it will work, I'm using it in Debian Woody. (In the past I used it under Red Hat). In fact that's one of the attractions of Xbasic for me, I can...
cr
cr@...
Apr 2, 2004 10:46 am
13300
Hello Hobbit, ... I successfully use the rpm on debian woody. First, I converted the rpm package to a debian package via # fakeroot alien -d -k...
Wolfgang Köbler
list@...
Apr 2, 2004 12:48 pm
13301
My xb program "A.EXE" is called by another program "Z.EXE" which reads a text file (.ini) to know program name to call. I know nothing about "Z" and have no...
On Fri, 02 Apr 2004 15:56:59 -0000 "paolo_fiore62" <fiore62@...> ... Is Z a compiled C program or some such? Some C programs are like XBasic (only more so)...
... crashes ... afaik it's a basic batch program ... I forgot I thing. When the called A.EXE was written in QBasic it worked in both situation. It's only the...
Hi all, Does anyone know where I can find some powers of ten tables for 80 bit long double values (Real10 or 10 byte format): 10^1 10^-1 10^2 10^-2 10^4...
On Sun, 04 Apr 2004 03:23:05 +0200 David Szafranski ... Well, not seeing an answer forthcoming ... Let's see, 10 = 0b1.01*2**3. So we might as well (for...
On Sun, 04 Apr 2004 13:09:41 -0000 "kos_marm" <kos_marm@...> ... If I recall XBasic tends to grab the raw keyboard input, meaning that X doesn't get the...
Hi, Does someone know where I can find an exhaustive documentation about the arguments of Xui functions ? Very often, I copy-paste code from some demo file, ...
On Sun, 04 Apr 2004 19:44:09 -0000 "julienrouiller" ... Honestly, looks to me like r1 is ignored for the most part. You can find out what value was used there...
... Steven, Thanks for the reply. I have already written a power function in ASM that returns long double floating point values. Unfortunately, as the exponent...
... Hi: I have also cut and pasted code. Just for fun I tryed switching the values in that demo program from 0 to -1 and back again. I could see no difference...
On Mon, 05 Apr 2004 03:06:44 +0200 David Szafranski ... is ... You missed what I was referring to about a**b using logarithms. If you compute log(a), the...
... Hi, this lines, between: Schnipp-Schnapp :-) in xgr.x Function: "SystemKeyStateToKeyState (message, keysym, sstate, time, state)" brings the Alt Gr Keys...
moellersh@...
Apr 5, 2004 9:08 am
13315
... which ... I bag yr pardon; A very stupid oversight. The Z program just reads/uses 8chars dos names! I copy/paste from windows and get wrong : (((( very...
On Mon, 05 Apr 2004 17:21:56 -0000 "paolo_fiore62" <fiore62@...> ... I did ask if those were the actual names and paths. Usually long file names will work,...
My batch standalone program (which is called by a basic unknown pgm) under Win98se stops opening file for a shortage of "resources". Now I fine tuned the...
Ciao to you all An unknow error while opening a file. the program *always* runs under w2k both PDE alone and called standalone the program *always* runs under...
On Mon, 05 Apr 2004 20:49:28 -0000 "paolo_fiore62" <fiore62@...> ... The batch file has to save itself in low memory while your XBasic program is running....
Hi Gang, I don't know if anyone has ever used RealBasic, but it's capable of cross-compilation from windows to Linux and or Macintosh. Pretty cool no? And...
Hi Gang, Does anyone know what the difference is between "Edit" --> "Delete" and "Edit" --> "Erase" in the Program Development Environment? Thanks, Christian...
Hi Gang, When I try to type a multi-word window title into the GUI Toolbar it only displays the first word. Do I need to use escape characters or something? ...
On Tue, 06 Apr 2004 09:48:49 -0000 "Christian Blackburn" ... What you're actually typing there is the function name, which of course can't contain spaces....