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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 16069 - 16099 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16069
Yes, you can do it. You can create a ".hex" (or sometimes a ".bin") files. It's possible starting with ".com" files (don't use ".exe" - because this program...
Walter
walter_cwb
Offline Send Email
Oct 1, 2005
4:58 pm
16070
I have come across a reference to "huge integers", these supposedly being more than 19 digits in length. If these really exist, how do I declare them and so...
david_r_thurgood
david_r_thur...
Offline Send Email
Oct 2, 2005
6:56 pm
16071
On Sun, 02 Oct 2005 14:55:29 -0400, david_r_thurgood ... Defined XBasic types include GIANT (64-bit, about 19 digit) integers. There is no actual longer type,...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Oct 2, 2005
8:20 pm
16072
... From: "david_r_thurgood" <davidrthurgood@...> To: <xbasic@yahoogroups.com> Sent: Monday, October 03, 2005 4:55 AM Subject: [xbasic] Huge integers ...
Vic Drastik
vicdrastik
Offline Send Email
Oct 3, 2005
2:00 am
16074
Hello again! Now I need to know the size of image files, but XBasic hasn't a function that does it.My idea was to find in these files the bytes which have the...
Juan Carlos
jc_vicente
Offline Send Email
Oct 6, 2005
5:06 pm
16075
I'm part of the way through writing a program that obtains and stores ( grid , kid ) information for all of the ( grid , kid ) values possible for any program...
gedcda72
Offline Send Email
Oct 7, 2005
2:48 am
16076
... Don't see anything helpful. But I'm not certain if this is useful. Grid numbers are variable, they'll depend on environment (standalone versus running in...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Oct 8, 2005
1:39 am
16077
... (standalone ... within a ... guarantee ... Well , just as well you told me about the variability of gridNumbers. These were being given consideration as an...
gedcda72
Offline Send Email
Oct 8, 2005
2:43 am
16078
... (standalone ... within a ... guarantee ... Allright , either through attachment or copy and paste , I shall post the code thus far developed for this...
gedcda72
Offline Send Email
Oct 8, 2005
3:15 am
16079
I am just starting with xbasic and have undoubtedly a very dumb question: how do I start the GuiDesigner? In the documentation I find: "Click on the <icon>...
hajoharts
Offline Send Email
Oct 9, 2005
10:38 am
16080
It's the hammer icon....
Vincent Voois
vvacme
Offline Send Email
Oct 9, 2005
11:25 am
16081
... I knew it had to be easy..... Thanks Vincent!...
hajoharts
Offline Send Email
Oct 9, 2005
12:50 pm
16082
Hi: I assume that you wanted comments and ideas, when you listed your program. Here are some of mine. I did not have an idx file in the default directory...
old2newbie
Offline Send Email
Oct 10, 2005
12:56 am
16083
I found a strange behaviour of XBasic. I have written a program in XBasic, which consists of 40555 lines. If i try to add more lines, the program doesnt run...
Bruno Schaefer
bup_schaefer
Offline Send Email
Oct 10, 2005
6:35 am
16084
... From: "Bruno Schaefer" <bup.schaefer@...> To: <xbasic@yahoogroups.com> Sent: Monday, October 10, 2005 4:35 PM Subject: [xbasic] Environment error ...
Vic Drastik
vicdrastik
Offline Send Email
Oct 10, 2005
7:24 am
16085
On Mon, 10 Oct 2005 02:35:25 -0400, Bruno Schaefer ... There is a limit on the number of symbols which can occur in one function. If you can break it down into...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Oct 10, 2005
11:17 am
16086
... function. ... I think thats the reason in this case. Thanks for your answer and also thanks to Vic ! B. Schäfer...
Bruno Schaefer
bup_schaefer
Offline Send Email
Oct 10, 2005
12:07 pm
16087
... following. ... the ... number ... the ... equal ... 0) ... 0,@text$) ... 0,@text$[]) ... 0,@styleY, 0) ... ...
gedcda72
Offline Send Email
Oct 10, 2005
10:20 pm
16088
This is mostly a continuation of the previous post about smallest and largest gridNumber . To save some disk space I'm not continuing that particular thread ;...
gedcda72
Offline Send Email
Oct 11, 2005
4:52 am
16089
Presently only one , twotxty.x . As there might be some difficulty with the programs being pasted into my messages I created a folder , in the members area . ...
gedcda72
Offline Send Email
Oct 11, 2005
7:08 am
16090
Now I need to create a library with some functions that I need for various programs. Under QuickBasic it was easy: Using "INCLUDE". Under XBasic there's no way...
Juan Carlos
jc_vicente
Offline Send Email
Oct 11, 2005
5:21 pm
16091
What is the copyright status of material , especially programs that we deposit at this group. Does this material become GPL or LGPL , freeware , public domain...
gedcda72
Offline Send Email
Oct 11, 2005
6:11 pm
16092
... The XBasic source-code is GPL, the runtime binary is LGPL, to make it possible to create closed source applications with XBasic....
Vincent Voois
vvacme
Offline Send Email
Oct 11, 2005
7:41 pm
16093
... The following was copied from the "How to Create a Grid Function Tutorial by David SZAFRANSKI". Compile and Build the Standalone DLL I can now compile and...
old2newbie
Offline Send Email
Oct 11, 2005
11:46 pm
16094
... While those instructions were correct in 2000 (with xb 6.00x) - except that "-f" is not required by nmake - since the release of xb 6.2.0 at the end of...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Oct 12, 2005
12:13 am
16095
... After taking a second look at the tutorial, there ara a lot of manual changes to be made to create a working adata.LIB from adata.X. Suggest you down load...
old2newbie
Offline Send Email
Oct 12, 2005
12:31 am
16096
... The files are on a public server, so far as I'm concerned (unless the author states otherwise in the file) they are public domain. If the author states a...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Oct 12, 2005
12:42 am
16097
... Some of the examples are intended to require modification... -- Steven V. Gunhouse...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Oct 12, 2005
12:44 am
16098
Dear all Some days ago, Vic Drastik made available (Thanks!) the collection of questions and answers about xb that can be found in the web in the yahoo groups....
Joaquim Abian
abian_moux
Offline Send Email
Oct 12, 2005
12:13 pm
16099
Is the Port for windows here to be dounloaded? I cannot find it. Thanks...
calbrend
Offline Send Email
Oct 12, 2005
12:24 pm
Messages 16069 - 16099 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