Search the web
Sign In
New User? Sign Up
xbasic
? 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.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 14869 - 14899 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14869
... For as far as i can answer: XB libraries use calls for Windows API libraries. If you want to know about compatability issues with certain parts of XB...
Vincent Voois
vvacme
Offline Send Email
Feb 1, 2005
11:07 am
14870
... It detects where your XBasic configuration is if it hasn't been set yet, it does all the nmake process for you and it even strips the default console...
Vincent Voois
vvacme
Offline Send Email
Feb 1, 2005
11:09 am
14871
... From: "etfan2121" <etfan2121@...> To: <xbasic@yahoogroups.com> Sent: Tuesday, February 01, 2005 6:46 PM Subject: [xbasic] Re: More Compatibility ... ...
Vic Drastik
vicdrastik
Offline Send Email
Feb 1, 2005
1:22 pm
14872
... Certainly. ... A couple of the arguments to graphics functions are different, nothing serious. Oh, I understand there are some differences in the xin...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Feb 1, 2005
1:32 pm
14873
... No, of course not. Didn't say it was. I just said I had _one_ program that ran faster in QBx on one machine. I find it useful to do simple tests like...
etfan2121
Offline Send Email
Feb 1, 2005
3:20 pm
14874
... completely ... Hmmm... Didn't know that. ;-) Not saying you're wrong. What my tests found in the past, is parts of the Athlon FP copro are written right...
etfan2121
Offline Send Email
Feb 1, 2005
5:39 pm
14875
... From: "etfan2121" <etfan2121@...> To: <xbasic@yahoogroups.com> Sent: Wednesday, February 02, 2005 2:19 AM Subject: [xbasic] Re: More Compatibility ...
Vic Drastik
vicdrastik
Offline Send Email
Feb 2, 2005
12:49 am
14876
... As far as 16-bit in 32-bit mode, mostly a matter of opcodes. A generic "ADD" command is shorter if the operands are the default size, you need a prefix to...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Feb 2, 2005
5:00 am
14877
... generic ... need a ... that in ... extra ... Gotcha. Thanks! So do you think QBx is able to put the CPU into 16-bit mode or 32-bit mode, as appropriate?...
etfan2121
Offline Send Email
Feb 2, 2005
12:36 pm
14878
XBasic _almost_ caught up to QBx on that goofy INTeger loop test ported to the Athlon 850 Mhz Pavilion. The times were: SpQBint.exe: 4.17 seconds ...
etfan2121
Offline Send Email
Feb 2, 2005
12:45 pm
14879
... Not a huge surprise. PowerBASIC stays in business by selling a compiler that produces faster and smaller code (in most circumstances) than MS products, and...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Feb 2, 2005
2:00 pm
14880
... Windows does it. Back in 3.1 and 95 (and NT 3.5) it was essential to the success of Windows that people could still use their old DOS software, and Windows...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Feb 2, 2005
2:13 pm
14881
... http://upx.sf.net is one of the many answers to that. Vince....
Vincent Voois
vvacme
Offline Send Email
Feb 2, 2005
2:43 pm
14882
Hi all, Firstly, thanks to Steve for pointing me in the right direction for the download. Secondly, a bit of background. I wanted a IDE/compiler that would ...
andypiano2001
Offline Send Email
Feb 2, 2005
3:12 pm
14883
On Wed, 02 Feb 2005 15:11:54 -0000, andypiano2001 <sylvandy@...> ... There never was a XUT.DLL, xut is part of the source code but all XBasic libraries...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Feb 2, 2005
8:12 pm
14884
Hi all, Thanks for the reply, Steve. I used the assembler command in the PDE to create the object file and then use nmake from the command line. ie. 'nmake -f...
andypiano2001
Offline Send Email
Feb 3, 2005
8:56 am
14885
... To close the program completely just use a QUIT(0) on the appropriate place. By default, the #CloseWindow event is set to just hide the main window to the...
Vincent Voois
vvacme
Offline Send Email
Feb 3, 2005
11:01 am
14886
Hi All, Many thanks to Vince, that helped a lot. (I suppose I'm just going to have to read the manual!) A couple more questions, how can one read and write to...
andypiano2001
Offline Send Email
Feb 3, 2005
11:55 am
14887
On Thu, 03 Feb 2005 08:55:21 -0000, andypiano2001 <sylvandy@...> ... The "-f" is required for Linux, it is ignored in Windows. On the other hand,...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Feb 3, 2005
12:46 pm
14888
Hi everyone, I've just joined the xbasic group on yahoo, and I want to ask if anybody is interested in some updates of xbasic. Some small updates I made so...
technicorn
Offline Send Email
Feb 3, 2005
3:00 pm
14889
I've included the winmm.dec and lib-file. (where you can use the calls for your midi ports access), it has been posted in the past and it may be somewhere in...
Vincent Voois
vvacme
Offline Send Email
Feb 3, 2005
6:06 pm
14890
... It depends on which ports it has it to send to. I've noticed LPT1: and COM1: and COM2: are supported through the file options (comhandle = OPEN("COM1:",...
Vincent Voois
vvacme
Offline Send Email
Feb 3, 2005
6:08 pm
14891
... Thanks Steve, I have been following the same path as Andy and loaded everything into one folder before creating a stand alone program. There was no...
Brian Edwards
briedw01
Offline Send Email
Feb 3, 2005
9:49 pm
14892
On Thu, 03 Feb 2005 15:00:03 -0000, technicorn <jensdelling@...> ... The blinking cursor could be nice. Automatic case conversion could break a few...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Feb 4, 2005
12:21 am
14893
... The blinking cursor only needs a few lines of code to be add to xui. I think I could make a diff file for merging and upload it to yahoo, as I don't have...
jensdelling@...
technicorn
Offline Send Email
Feb 4, 2005
2:19 am
14894
... Like the Microsoft Office Assistant? (that you can turn off or set to "check during compile" or "check instantly") I think this would be a nice feature, i...
Vincent Voois
vvacme
Offline Send Email
Feb 4, 2005
7:51 am
14895
Hi all, Thanks to Vince and everyone. I think that's set me on my way now, until the next problem ;) Cheers, Andy. ... calls for your midi ports access), it...
andypiano2001
Offline Send Email
Feb 6, 2005
7:55 am
14897
I have downloaded xbasic.v6.2.3 on Windows XP Home Edition operating system.I cannt load examples files from my software xbasic folders and I cannt run such...
Slavko Vukovic
vukovic_slavko
Offline Send Email
Feb 7, 2005
11:01 am
14898
... With the due respect that every educational institution deserves, I don't think this is the place to advertise. I'm new to this list and I already got a...
Euler German
efgerman
Offline Send Email
Feb 7, 2005
11:46 am
14899
On Mon, 7 Feb 2005 03:01:25 -0800 (PST), Slavko Vukovic ... At a guess ... you're trying to load one or another of the data files. The Open dialog sorts files...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Feb 7, 2005
1:06 pm
Messages 14869 - 14899 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