... 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...
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...
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...
... 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...
... 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...
<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...
... 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...
... Ewps, made a mistake on this one..., but fortunately i did not made this mistake when i wrote the documentation: Cycles = (DataBaseSize / RecordSize) - 1...
... <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...
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...
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...
... 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. ...
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...
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...
... 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...
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...
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...
... 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...
... 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...
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...
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...
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. ...
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...
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,...
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....