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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 15795 - 15831 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15795
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...
Carlo Muratorio
carxmur
Offline Send Email
Jul 1, 2005
9:34 am
15796
... From: "Carlo Muratorio" <carxmur@...> To: <xbasic@yahoogroups.com> Sent: Friday, July 01, 2005 7:31 PM Subject: [xbasic] Error copiling lib ... Carlo,...
Vic Drastik
vicdrastik
Offline Send Email
Jul 1, 2005
10:09 am
15797
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...
Carlo Muratorio
carxmur
Offline Send Email
Jul 1, 2005
11:05 am
15799
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...
Vincent Voois
vvacme
Offline Send Email
Jul 1, 2005
6:19 pm
15801
... 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...
D.
xbtools
Offline Send Email
Jul 2, 2005
12:22 am
15803
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...
carxmur
Offline Send Email
Jul 2, 2005
5:35 am
15804
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...
Carlo Muratorio
carxmur
Offline Send Email
Jul 2, 2005
6:12 am
15805
... and obviously the KERNEL32.lib must be rebuilded Ciao a tutti Carlo...
Carlo Muratorio
carxmur
Offline Send Email
Jul 2, 2005
6:18 am
15806
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...
D.
xbtools
Offline Send Email
Jul 5, 2005
1:43 am
15807
... 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...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Jul 5, 2005
2:12 am
15808
... From: "D." <david.szafranski@...> To: <xbasic@yahoogroups.com> Sent: Tuesday, July 05, 2005 11:44 AM Subject: [xbasic] ASM question ... Yes, a...
Vic Drastik
vicdrastik
Offline Send Email
Jul 5, 2005
6:41 am
15809
On Tue, 05 Jul 2005 02:40:38 -0400, Vic Drastik <vicdrastik@...> ... No doubt it is just a simplification. XBasic can load a 64-bit value (either...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Jul 5, 2005
12:45 pm
15814
... 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...
cybermonkey342
Offline Send Email
Jul 11, 2005
6:20 pm
15815
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 ...
gedcda72
Offline Send Email
Jul 13, 2005
2:44 am
15816
When defining XuiTextArea() XuiListBox() or similar , from within the GUI designer , the colours of the kids scrollH and scrollV can be changed . Is there...
gedcda72
Offline Send Email
Jul 13, 2005
2:50 am
15817
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...
gedcda72
Offline Send Email
Jul 13, 2005
3:03 am
15818
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...
gedcda72
Offline Send Email
Jul 13, 2005
3:16 am
15819
... 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,...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Jul 13, 2005
12:49 pm
15820
... 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...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Jul 13, 2005
12:54 pm
15821
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 ...
David Silverwood
the_watchmann
Offline Send Email
Jul 13, 2005
6:33 pm
15822
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...
D.
xbtools
Offline Send Email
Jul 13, 2005
6:52 pm
15823
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 ...
Gustavo Ramos
grrp
Offline Send Email
Jul 14, 2005
6:48 am
15824
Hi all, I'm from the old school; Cobol, Fortran, some Business Basic, etc. I'm having some difficulty learning XBasic and have searched all around,...
OOsorio@...
gigalux
Offline Send Email
Jul 14, 2005
2:07 pm
15825
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...
rauf_agha
Offline Send Email
Jul 19, 2005
11:42 am
15826
... From: "rauf_agha" <rauf_agha@...> To: <xbasic@yahoogroups.com> Sent: Tuesday, July 19, 2005 9:42 PM Subject: [xbasic] Help: Porting Unix Siemens...
Vic Drastik
vicdrastik
Offline Send Email
Jul 19, 2005
12:48 pm
15827
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...
James Daldry
jim62146
Offline Send Email
Jul 20, 2005
11:22 am
15828
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...
D.
xbtools
Offline Send Email
Jul 22, 2005
12:06 am
15829
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)...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Jul 22, 2005
5:38 am
15830
... 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...
Eddie Penninkhof
wizball1
Offline Send Email
Jul 22, 2005
7:58 pm
15831
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" ...
nasimkha
Offline Send Email
Jul 24, 2005
8:27 am
Messages 15795 - 15831 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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