Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

xbasic

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3515
  • Category: Basic
  • Founded: Jul 30, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 20339 - 20368 of 21020   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
20339 n0wiq Send Email Jun 3, 2012
9:15 pm
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...
20340 n0wiq Send Email Jun 6, 2012
1:26 pm
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...
20341 Steve Gunhouse
sgunhouse Send Email
Jun 7, 2012
1:31 am
... 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...
20342 opn_src_lnx_guy Send Email Jun 7, 2012
8:16 am
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...
20343 Kerry Miller
n0wiq Send Email
Jun 7, 2012
11:09 am
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 ...
20344 David Silverwood
the_watchmann Send Email
Jun 9, 2012
1:38 pm
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...
20345 cw2008can Send Email Jun 10, 2012
2:39 am
Try "$$WindowTypeNormal OR WindowTypeTopMost&quot;: Invoice (@Invoice, #CreateWindow, 0, 0, 0, 0, $$WindowTypeNormal OR $$WindowTypeTopMost, 0) I don't see...
20346 Vincent Voois
vvacme Send Email
Jun 10, 2012
8:55 am
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...
20347 Kerry Miller
n0wiq Send Email
Jun 10, 2012
2:58 pm
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...
20348 Steve Gunhouse
sgunhouse Send Email
Jun 10, 2012
4:22 pm
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...
20349 Kerry Miller
n0wiq Send Email
Jun 10, 2012
5:57 pm
Steve Gunhouse, I don't understand what you might mean????? Kerry N0WIQ My web site URL is: http://mywebpages.comcast.net/n0wiq...
20350 Steve Gunhouse
sgunhouse Send Email
Jun 11, 2012
4:50 am
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...
20351 n0wiq Send Email Jun 11, 2012
7:28 pm
Hi People, This is the directory I thought I should find xma I don't see it or maybe I looked in the wrong directory: ...
20352 Vincent Voois
vvacme Send Email
Jun 11, 2012
8:29 pm
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...
20353 n0wiq Send Email Jun 12, 2012
5:58 pm
Hi Group, What does this attached mean? -- Kerry N0WIQ My web site URL is: http://mywebpages.comcast.net/n0wiq...
20354 Steve Gunhouse
sgunhouse Send Email
Jun 12, 2012
7:06 pm
... The file bits/predefs.h is missing. If it isn't part of the archive you downloaded, the author will have to fix it. -- Steve Gunhouse...
20355 Kerry Miller
n0wiq Send Email
Jun 14, 2012
2:51 pm
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...
20356 David Silverwood
the_watchmann Send Email
Jun 15, 2012
2:41 pm
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...
20357 Vincent Voois
vvacme Send Email
Jun 15, 2012
2:50 pm
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...
20358 David Silverwood
the_watchmann Send Email
Jun 15, 2012
10:55 pm
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...
20359 Steve Gunhouse
sgunhouse Send Email
Jun 16, 2012
3:39 am
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...
20360 David Silverwood
the_watchmann Send Email
Jun 18, 2012
8:43 pm
... 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...
20361 Kerry Miller
n0wiq Send Email
Jun 19, 2012
12:19 pm
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...
20362 Vincent Voois
vvacme Send Email
Jun 19, 2012
6:32 pm
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...
20363 Kerry Miller
n0wiq Send Email
Jun 19, 2012
6:51 pm
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...
20364 leonardoghizoni Send Email Jun 21, 2012
6:20 am
Hello all, I've just installed xbasic on Debian amd64. I've followed all your steps to install xbasic, but when I write xb I get this error: ...
20365 Vincent Voois
vvacme Send Email
Jun 21, 2012
6:55 pm
Which version did you installed? Or did you recompiled the unofficial Linux update of xbasic? Vince....
20366 David Silverwood
the_watchmann Send Email
Jun 21, 2012
8:56 pm
I noticed recently that xb rounds off any amounts added/ subtracted etc. Is there a way to get an actual amount without losing two decimals? os =...
20367 Steve Gunhouse
sgunhouse Send Email
Jun 21, 2012
10:33 pm
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...
20368 David Silverwood
the_watchmann Send Email
Jun 22, 2012
6:56 am
Thanks Steve I needed that jolt to the brain!!! I can be so daft at times... Will teach me to think first and write later ... From: Steve Gunhouse...
Messages 20339 - 20368 of 21020   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help