Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15855 - 15884 of 18797   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15855
... From: "skywise" <skywise@...> To: <xbasic@yahoogroups.com> Sent: Monday, August 01, 2005 4:32 PM Subject: Re: [xbasic] signed integers ... SBYTE...
Vic Drastik
vicdrastik
Offline Send Email
Aug 1, 2005
10:11 am
15856
... You can solve this in two ways, the neatest one is the following: You could move your code that creates the button image from the InitProgram to a function...
Vincent Voois
vvacme
Offline Send Email
Aug 1, 2005
4:19 pm
15857
Vic Drastik wrote: <Snipola> ... I don't have a file xma1.dec under /bin. I do have a xma.dec in /includes. I'm using 6.2.3. But no big deal, I just made a 1...
skywise
skywise711
Offline Send Email
Aug 1, 2005
11:14 pm
15858
I was examining my program and have reduced the problem to the following sample code: SLONG c SSHORT d SBYTE e SBYTE a[], b[] DIM a[1], b[1] z$ = "0xB2" PRINT...
skywise
skywise711
Offline Send Email
Aug 2, 2005
12:01 am
15859
... I don't see any SBYTE values in there ... The question has to be whether XBasic treats your original a@ as SBYTE or UBYTE when it comes to things like...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Aug 2, 2005
2:12 am
15860
... As you know, when you don't have an explicit conversion to a smaller type then XBasic normally ignores the range. As a value of 178 is legal in every type...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Aug 2, 2005
3:01 am
15861
<Snipola> ... Thanks, Steve. It's making sense now. The problem was related to my earlier question about byte order. I have to manually swap the byte orders in...
skywise
skywise711
Offline Send Email
Aug 2, 2005
4:04 am
15862
... This might be well your problem. Remember that XBasic read's in 32-bit aligned form, this also goes for types. IF you just assign this type to a variable...
Vincent Voois
vvacme
Offline Send Email
Aug 2, 2005
5:59 am
15863
... Ewps, made a mistake on this one..., but fortunately i did not made this mistake when i wrote the documentation: Cycles = (DataBaseSize / RecordSize) - 1...
Vincent Voois
vvacme
Offline Send Email
Aug 2, 2005
6:11 am
15864
... <Snipola> Well, actually the TYPE is reading the file correctly, even though things aren't aligned properly. Turns out my problem was more with having to...
skywise
skywise711
Offline Send Email
Aug 2, 2005
7:00 am
15865
Hi, I'm just wondering if anyone out there has a working *.DEC-File for the Allegro-Library? If not, there is an include-file for FreeBasic, maybe this could...
cybermonkey342
Offline Send Email
Aug 2, 2005
11:16 am
15866
My application works fine under Windows and I'm thinking about to distribute it. I'd like to change the XBasic icon and show my own icon. I read mailing list...
Juan Carlos
jc_vicente
Offline Send Email
Aug 2, 2005
8:50 pm
15867
... Try this documentation: http://xbnotes.freehosting.net/resource.html...
Vincent Voois
vvacme
Offline Send Email
Aug 2, 2005
8:59 pm
15868
... Sorry, i noticed you already found it... Just pay attention to the part that describes about changing the aspects of the "XB.RC" and *where* to place it. ...
Vincent Voois
vvacme
Offline Send Email
Aug 2, 2005
9:06 pm
15869
Tried earlier but the message didn't seem to make it to the group, so here goes again Is it possible, or should I say rather, how do I get the Linux console to...
the_watchmann
Offline Send Email
Aug 2, 2005
9:34 pm
15870
On Tue, 02 Aug 2005 16:49:56 -0400, Juan Carlos ... There are two known ways to do this. One way - the direct approach - is to find a "resource hacker" and...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Aug 3, 2005
3:17 am
15871
... Not sure if you can open another session within a window created by XB. Would "SHELL" do what you want? Hugh...
old2newbie
Offline Send Email
Aug 3, 2005
3:19 pm
15872
... Linux itself has a way to embed one window into another, but as XBasic is cross-platform I doubt it would include that feature directly. You can of course...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Aug 3, 2005
4:40 pm
15873
I did it this way: My xbasic source code is named huevero52win.x I downloaded files fron xbnotes.freehosting.net. Installed as it said. Created icon with Paint...
Juan Carlos
jc_vicente
Offline Send Email
Aug 6, 2005
2:40 pm
15874
The easiest thing is to keep your icon file named "window.ico" There is no need to call the icon function within the entry as it hardly has any use. The...
Vincent Voois
vvacme
Offline Send Email
Aug 6, 2005
3:11 pm
15875
... It isn't that hard to do, the only caveat was that normally the resource file is only built if you recompile the PDE. But as long as you have the resource...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Aug 6, 2005
3:34 pm
15876
... If you look in the .mak file created when you compile any XBasic program to assembly language, you'll see RESOURCES = xb.rbj The file xb.rbj is created by...
Vincent Voois
vvacme
Offline Send Email
Aug 6, 2005
5:54 pm
15877
Too complex for me. I'll try the other way: Recompiling source code. ¡Aaarghhhhh! I downloaded Xbasic-Utils, and installed. Goto src directory: (c:/archivos...
Juan Carlos
jc_vicente
Offline Send Email
Aug 7, 2005
3:47 pm
15878
It takes a few steps, but as soon as you know which ones in wich order, the complexity is less cumbersome. Win98 or XP? You need to set some environment...
Vincent Voois
vvacme
Offline Send Email
Aug 7, 2005
4:58 pm
15879
Je serai absent(e) du 08/08/2005 au 01/09/2005. Je répondrai à votre message dès mon retour....
sholin@...
sylvain_holin
Offline Send Email
Aug 8, 2005
11:06 pm
15880
Sorry, but I still didn't succeed. My OS is Windows Me. Also I've got a laptop with XP and Linux, with no few troubles with XBasic, but it now doesn't matter. ...
Juan Carlos
jc_vicente
Offline Send Email
Aug 9, 2005
9:29 pm
15881
On Tue, 09 Aug 2005 17:29:48 -0400, Juan Carlos ... You're missing LIB. SET LIB=C:\XBWIN32\XB\LIB;%LIB% ... If you want to be thorough, you could even include...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Aug 9, 2005
10:43 pm
15882
I am prepared to participate if this project gets off the ground. What I can offer is presentation, the experts can give me their material and I'll edit it,...
Rene Blampain
r_blampain
Offline Send Email
Aug 11, 2005
2:47 am
15883
That's great Rene. I hope that the knowledgeable contact you soon to get this project moving. There are many waiting for learning material, me included....
OOsorio@...
gigalux
Offline Send Email
Aug 11, 2005
1:35 pm
15884
Re-sorry. My new xbcompile.bat is: SET PATH=C:\XBWIN32\BIN;C:\ARCHIV~1\XBASIC~1\bin;%PATH% SET INCLUDE=C:\XBWIN32\INCLUDE;%INCLUDE% SET...
Juan Carlos
jc_vicente
Offline Send Email
Aug 11, 2005
3:31 pm
Messages 15855 - 15884 of 18797   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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