Hi People, Aparently, UBUNTU-12.04-amd64 is lacking more 32bit libraries than generic 32bit UBUNTU-12.04-i386. All I have been asking about is an install...
Hi People, I re-installed ubuntu-12.04-amd64 onto my ASUS quad core computer. I did: Ubuntu (i686) ... The required packages can be installed by typing: sudo...
... It means the compiled version xma.s is older than whatever source code version you have, and therefore make is trying to recompile it. -- Steve Gunhouse...
Part of your problem is that XB development has been at a near-standstill for several years. In the meantime, 64-bit computing and major changes to the Linux...
opn_src_lnx_guy, Between you and Steve Gunhouse you have managed to make me feel better about my self. That being said the xbasic development core has been ...
HI All I noticed in the latest versions (both windows and linux) that the window type $$WindowTypeTopMost doesn't work as it should. Whenever I try and use it...
Window type presentations are a combination of different types that your dialog must represent itself into. If you only define one, then that one will be...
Hello People, I was told by at lest one of you that if I figured out how to load the xbasic PDE on my UBUNTU system i would be a hero. Sory I am no hero. On...
You shouldn't have to do that ... that is an error with the download, and not your system. Move the source code somewhere else, make the system, then you can...
The error is because either xma.o (or xma.s, if he ships the *.s files and not the *.o files) is missing or else xma.x is more recent. If xma.o and xma.s are...
The linux folder contains the platform specific source files. xma is platform independant library so you should find this one in the src/shared folder. if you...
Hi People, I need to set a global variable on a GUI button click and it has to be any button any GUI in the program I need to know where in the program do I...
I have a situation where I would like to create and use a static library in Linux Mint with a program I am writing in xb. However, I seem to be coming up...
As far as i know, you have to add the .o file into the linker script to embed the object file in the complete executable file. But i guess you already tried...
So xbasic in linux doesn't really have the ability to read library files? Ouch. That could make for a very bloated executable at the end of the day, couldn't...
On Fri, 15 Jun 2012 18:55:17 -0400, David Silverwood ... XB doesn't have the ability to create libraries. If you already have a library, XB can use it just...
... Hi Steve Thanks... it seems things have changed. I decided to do some checking myself. Used cw's help system and created a library using gcc called...
Hi Group, I have included screen shots of my RadioControl program and I haven't found my way through the message processing enough to realise how to set a...
I don't know what you exactly aim for but that sounds like an elemental question. The message processing sends the kidnumber of the object that is interacting...
Hi Group, Again I haven't espressed myself in enough detail. I have started 3 tasks XstStartTask() that exchange data with a radio, decode data from a radio...
On Thu, 21 Jun 2012 16:56:38 -0400, David Silverwood ... You do realize GIANT is an integer format and thus all values will be whole numbers (no decimals). If...