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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15153 - 15182 of 18802   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15153
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Send Email
Apr 1, 2005
11:28 am
15154
I uploaded xcompile.zip to the files area, which includes a ReadMe.txt file set up guide. This is an illustration of the ancient art of batch file programming....
etfan2121
Offline Send Email
Apr 1, 2005
2:03 pm
15155
I think I see an easy way to change my batch file so it can do .dll files. It would involve having the user save them with an extension other than .x, but it...
etfan2121
Offline Send Email
Apr 1, 2005
3:51 pm
15156
Jens 's edition is also hosted on XBdocs: http://gnetools.sourceforge.net/xbsupport/files/XBasic6.2.4.zip Sources: ...
Vincent Voois
vvacme
Offline Send Email
Apr 1, 2005
6:09 pm
15157
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File : /xcompiler.zip ...
xbasic@yahoogroups.com
Send Email
Apr 1, 2005
6:09 pm
15158
... To avoid confusion I'd suggest calling it something like XBasic-6.2.4-jd1.zip (actually XBasic-6.2.3-jd1.zip makes more sense, IMHO). CU, Eddie....
Eddie Penninkhof
wizball1
Offline Send Email
Apr 1, 2005
7:35 pm
15159
... No problem, I don't want to confuse people about the version number. I don't think, I'll be able to work on the linux port before next month. For the next...
jensdelling@...
technicorn
Offline Send Email
Apr 1, 2005
7:50 pm
15160
OK, I figured out a better way to do this. It does not involve saving to a different file type. Instead, you'd double click a .x file to make a .exe file, or...
etfan2121
Offline Send Email
Apr 1, 2005
10:00 pm
15161
... One of the demos is meant to be compiled as a library, to be used by another demo program - though I forget which is which. One is aloha.x and the other...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Apr 1, 2005
10:57 pm
15162
Great, thanks! etf ... saving ... more ... outlines on ... Any ... by ... aloha.x and ... is ... gets...
etfan2121
Offline Send Email
Apr 2, 2005
1:00 am
15163
Hi Hugh, I was able to run my Menu.bas program under freeBasic with your suggested change, but my other QB45 programs will not run. Your xBasic routine sounds...
Byron Soulsby
byron_soulsby
Offline Send Email
Apr 2, 2005
4:02 am
15164
... For condition compilation it's probably easiest to use the program 'cpp'. cpp is the C pre-processor and it's used also by the C and C++ compiler. It's...
Eddie Penninkhof
wizball1
Offline Send Email
Apr 2, 2005
10:53 am
15165
On Sat, 02 Apr 2005 05:53:08 -0500, Eddie Penninkhof <wizball@...> ... The other thing which would be nice is to remove all ##whomask-related code from...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Apr 2, 2005
1:49 pm
15166
Hi again: Note only two menu items are working; 1. The first item of the CTR menu. ... SUB menuCTR SELECT CASE v0 CASE 1 ' ++++++++++++++++++++++ CTRMenu...
old2newbie
Offline Send Email
Apr 3, 2005
1:13 am
15167
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File :...
xbasic@yahoogroups.com
Send Email
Apr 3, 2005
1:29 am
15168
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the xbasic group. File : /XtoEXE.zip ...
xbasic@yahoogroups.com
Send Email
Apr 3, 2005
5:32 am
15169
Greetings, I think I got the XtoDLL function working alright. The one thing I'm not sure of is what files can be safely deleted after a DLL is made. I know...
etfan2121
Offline Send Email
Apr 3, 2005
5:45 am
15170
... -- Steven V. Gunhouse...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Apr 3, 2005
10:02 am
15171
... (Sorry for the previous message, hit the wrong key.) The .dec file is required of course. I forget what the .def is supposed to be for, but it isn't used...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Apr 3, 2005
10:08 am
15172
Hi: Wow, I really like the flashing cursor that I can now permanently change to the color RED. And I REALLY like the fact that I can now type over existing...
old2newbie
Offline Send Email
Apr 3, 2005
4:46 pm
15173
... I changed the code, so <Shift+Insert> now does the pasting again. ... I'll change that. ... On V6.2.3 using the find button does also repeat the last find,...
jensdelling@...
technicorn
Offline Send Email
Apr 3, 2005
10:32 pm
15174
... Thanks thats fast work. ... < < string or prompt the user to enter a new string. ... Thanks again. ... I think the usage of the existing Replace Icon could...
old2newbie
Offline Send Email
Apr 4, 2005
1:14 am
15175
... Unless I don't understand what you mean: that wouldn't work. At least not without having 2 versions of the runtime library. ##WHOMASK is still needed when...
Eddie Penninkhof
wizball1
Offline Send Email
Apr 4, 2005
8:48 pm
15176
... But there are already two versions of the runtime library. The runxb.dll and the xb.dll for the PDE. ... It depends on what code has to be removed. I see...
Vincent Voois
vvacme
Offline Send Email
Apr 4, 2005
9:02 pm
15177
On Mon, 04 Apr 2005 16:47:39 -0400, Eddie Penninkhof <wizball@...> ... That's why I was specifying "the runtime", the PDE does require ##WHOMASK. With...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Apr 4, 2005
9:25 pm
15178
... constant ... commas, ... values ... For *.csv files - I use error=XstLoadStringArray(@file$,@text$[]) and then split text$[] with;- com$="," ...
chrstoff
Offline Send Email
Apr 5, 2005
1:49 am
15179
Ran into a bit of a problem using XBasic 6.2.3 for Linux as the grand finale porting my Inkey$ function to linux and giving it the last touch up for now, I...
da42xb
Offline Send Email
Apr 5, 2005
3:07 am
15180
XtoEXE.bat in this file - I would recommend putting an extra line after ... pause (this will leave the dos window open so an error can be seen) (-just press...
chrstoff
Offline Send Email
Apr 5, 2005
3:38 am
15181
... <snip> ... Looks like an error in the XBasic source. I made some changes back in 2001 (20010109 according to my comments) to try to fix this very problem,...
Steven V. Gunhouse
sgunhouse
Offline Send Email
Apr 5, 2005
1:09 pm
15182
Hi, ... Is there a way in XB to know the width of a char for a given font size? I would like to set a XuiLabel width to the length of the string it will...
Julien Rouiller
julienrouiller
Offline Send Email
Apr 5, 2005
7:16 pm
Messages 15153 - 15182 of 18802   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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