Hi all The .exe prog compile regularly but building the lib this message appare: spasm MYcomdlg.s link -dll -subsystem:windows,4.0 -out:MYcomdlg.dll MYcomdlg.o...
Compiling any .lib will cause this error the sample "Howdy.x" too. Pherhaps it is caused by a windows update... I do not remember the last time i compiled a...
The awheel demo was based upon routines that were added to the XB libraries to support wheelmice in general also in Win'95. The behaviour of the messages...
... See attached program bmpviewer.x. It demonstrates how to load, display, and scroll a bitmap in a grid. It is really ancient code but I think it still...
Today I am at home with windowsME an Xbasic 6.2.1 an the error is still the same... link -dll -subsystem:windows,4.0 -out:ahowdy.dll ahowdy.o xb.rbj...
Solved... it's enough add the declaration: EXTERNAL FUNCTION GlobalFree (handle) in the KERNEL32.DEC an the .dll is compiled Thks again Ciao a tutti Carlo...
Hi, I am really really slow tonight in understanding some ASM code generated by this simple loop: DOUBLE d FOR d = 1.0# TO 10.0# STEP 1.0# NEXT d Here is the...
... Let's see ... 1072693248 = 0x3FF00000, which is to say the high 32 bits of the representation of 1.0#. Of course, the low 32 bits are all 0. Presumably...
... go ... chapters ... Well, all in all a good idea. Back in the good old homecomputer era almost anyone was able to program a computer with BASIC. Computing...
I'm attempting to assign a new cursor to various regions of a general XBasic program . To date I managed to use the standard cursors , as found in the ...
When defining XuiTextArea() XuiListBox() or similar , from within the GUI designer , the colours of the kids scrollH and scrollV can be changed . Is there...
I had more than limited success using the CEO function you included. I found that I had to define a number of static variables to keep track of events within...
I did receive your recent email , however there appears to be a little difficulty in my replying using that medium . I'm looking at a variation of the...
... It could be done, but it is not trivial. The size is set within the grid which creates them, as in the XuiTextArea or whatever. In the case of XuiTextArea,...
... It's not really different from icons. You can registrer icons (or cursors) which are part of Windows, or part of the program itself, but XBasic doesn't...
I'm always interested, and I agree though, skip the first chapter. There may be limited audiences now, but considering that Linux is gathering phenomenal ...
FYI-- An update of XBLite, v1.4.3, has been released and is available for download from the XBLite website: http://perso.wanadoo.fr/xblite/ or download...
Well, if that book contain a section for loading external libraries and some advanced stuff, I'd be the first buyer :-) Regards, Gustavo ... go ... chapters ...
Hi everyone, I have this application for O.S. reliant UNIX Version 5.44 C2001. It was written in Siemens Cross Basic ( XBASIC) release 4.1G00. I assume that...
I think you will find what you want by Googling the words "alpha" and "xbasic". It could be that Siemens sold their Basic version to someone called Alpah. Jim...
I have forwarded this message from the xblite group since I don't have any good answers to these questions. Maybe someone here can offer something. (except...
On item 2, Max couldn't figure out a safe way to do this. Compared to other sorts of processors, the x86 has very few registers. When you do any 64-bit (GIANT)...
... There is this comment in the code (xcow.x/xcol./x): ' Don't try to restore esi, edi, ebx with "pop" instructions. ' That may work in C, but it doesn't work...
Hi! When I try to run this program,I get a message that the entry function is not declared.what is the problem? best regards program "nasim" version"0.0000" ...