Hey all I am compiling a hello.x program in linux xb hello.x make -f hello.mak and I get the following: cc -g -Wall -ggdb hello.o -rdynamic -L/usr/X11R6/lib...
Hi People, I am using xbasic-6.3.15-linux on my generic dual core computer loaded with UBUNTU-12.04-amd64 operating system. I have started my program using...
Hi People, There is still something I don't understand about these functions. The attached file is how I am trying to use them and it doesn't seem that...
Hi People, I have used: error = XstKillTask (1) IF (error = $$TRUE) THEN DisplayError ("Task 1 did NOT kill") END IF And error came back $$TRUE as I understand...
Hi People, It appears to me that I don't appear to me as a typical xbasic user. For one thing I use Linux and with Linux Xwindows is used, and I realize things...
Hi People, I have reached the end of my xbasic knowledge. The buttons in this window don't seem to work. I have used this window with modified Selection code...
Hi People, I am using XstGetFIleAttributes (file$, attributes). My issue is: I am using it in two functions to check the existance of a file. In the first...
Hi People, I am still NOT appending new data on to an existing file. I did a SEEK (LOF (fileNum)) and then a write. What am I missing? -- Kerry N0WIQ My web...
Hi People, I have been searching the help to find out how to append data to a disk file. A thought that came to me: set a variable: filePointer filePointer =...
Hi Group, I have installed UBUNTU 11.10 amd64 on the computer connected to my radio. started with: xbasic-6.3.15-linux-src-120202.tar.gz I was trying to run...
Hi People, Why am I getting a syntax error on this: WRITE [printFile], table[i] ? -- Kerry N0WIQ My web site URL is: http://mywebpages.comcast.net/n0wiq...
Hi People, I have used the function attached to read the /dev/ttyUSB0 IO file for years. Now I am working on a new program and it appears that that at 1200...
xbasic-6.3.16-win32-120402.zip is in Files > dist. Installation is more easily than previous versions. The procedure is explained in the file README.win32 You...
Hi People, I have developed my program to a point that I can compile it between features. My compiled program creates and displays a console window. When the...
Hi People, sense going through an ordeal of installing xbasic on my ubuntu-amd64 operating system I have formed a hypotheses. ubuntu-amd64 did NOT include gcc....
Hi Group, Frame reference: UBUNTU-amd64. I installed a system monitor program GKrellM. I compiled an run my xbasic program and noticed that I was utilizing ...
Hi Group, It turns out, I would like to control the size and dimension s of the console window when xbasic launches. And I am NOT really ready to take on a...
Hello People, I recently installed ubuntu-amd64 on this computer. The install instructions didn't install a working xb. A long story made short. I followed...
I have been searching for a way to change the colour of a window border, but cannot find a documented command (or more likely missed it!). It is not that I...
Hi Group, makeerror2.text is showing me an error tract I am failing to sort out. X11R6 I haven't seen that for quite a while. Presumable there is a library...
I have been searching for the Windows version of XBasic, in http://tech.groups.yahoo.com/group/xbasic/files/dist/. But only the Linux options are to be found....
Hi Group, I have tried yet another several times on my ubuntu-amd64 system to execute make after unpacking xbasic-6.3.15-linux-src-120202.tar.gz And needless...
Hi Group, I admit I haven't used gcc compiler enough to understand all that you might but I see that stdio.h is in the list but it probably doesn't include the...
Hi Group, Now I seem to have something to do with /usr/includ/features.h Is this going to be the last detail to make xbasic PDE install on my ubuntu amd64? -- ...
Hi Group, It was my misunderstanding that the GUI editor was wrong. It was simply the functions using the $Xui... pointers needed to be modified and I hadn't...
Hi Group, I have been think in term of what I think I know. I see Linxux as a multi-user, multi-tasking operating system. Programs written can us the library...