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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 16653 - 16683 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16653
... Thanks for the reply Steve. Is there a list of changes that will be implemented with the next version? Hugh ... look ... INC/DEC ... used in ... padding...
old2newbie
Offline Send Email
Jul 3, 2006
1:37 am
16654
I'm trying to get the host.address of my own web page: http://www.geocities.com/jc_vicente/index.html I've not used Xin, and I downloaded httptest.x from...
Juan Carlos
jc_vicente
Offline Send Email
Jul 9, 2006
9:38 pm
16655
Does anyone have an xbasic code example of using the SHGetFolderPath shell32 fucntion? I have added the following to shell32.dec (VERSION "0.0002") EXTERNAL...
Bill Dickens
uiha9999
Offline Send Email
Jul 11, 2006
6:46 pm
16656
... Yes, you will need to add SHGetFolderPath declaration to the shell32.dec file and then rebuild the shell32.lib file. ciao, D....
D.
xbtools
Offline Send Email
Jul 11, 2006
7:05 pm
16657
The example-program tries to actually retrieves an index page from the translated ip-address of the given domain. www.geocities.com works because geocities.com...
Vincent Voois
vvacme
Offline Send Email
Jul 12, 2006
6:03 am
16658
Thanks! Your information was helpful - enough so that I could google up a solution. Actually I had two problems: 1. The function name is SHGetFolderPathA and...
Bill Dickens
uiha9999
Offline Send Email
Jul 13, 2006
3:16 am
16659
It doesn't work. Perhaps I didn't change correctly the names. Here is my Entry function. ¿Can you see any error? ' ' ###################### ' ##### Entry ()...
Juan Carlos
jc_vicente
Offline Send Email
Jul 13, 2006
4:22 pm
16660
What is the error message that you retrieve? (code)...
Vincent Voois
vvacme
Offline Send Email
Jul 13, 2006
5:56 pm
16661
I don't get an error message. Only that it always returns the same direction, whatever will be the servename I write P.e....
Juan Carlos
jc_vicente
Offline Send Email
Jul 13, 2006
10:33 pm
16662
I made a mistake generating the dnsName$ this is the correct line: dnsName$ = MID$(urlName$, 8, (slashpos-8)) The other problem is that XBasic is not...
Vincent Voois
vvacme
Offline Send Email
Jul 14, 2006
11:12 am
16664
So I crossed over to XBLite a few months ago, and one of the things I really missed about Xbasic was the integrated GUI designer. I've attempted to do...
John
prujohn
Offline Send Email
Jul 23, 2006
5:06 am
16665
I thought this might have been discussed before but was couldn't find it in the archives.... In compiling a program I've been working on I came up with a...
Skywise
skywise711
Offline Send Email
Jul 26, 2006
1:50 am
16666
... From: "Skywise" <skywise@...> To: "Xbasic" <xbasic@yahoogroups.com> Sent: Wednesday, July 26, 2006 11:50 AM Subject: [xbasic] assembly error? ...
Vic Drastik
vicdrastik
Offline Send Email
Jul 26, 2006
4:22 am
16667
Vic Drastik wrote: <Snipola> ... <Snipola> ... <Snipola> That'll work. Was a permanent fix figured out for the GIANT case? For some odd reason I still can't...
Skywise
skywise711
Offline Send Email
Jul 26, 2006
4:52 am
16668
I am very new to xblite. I'm having trouble using the GIANT integer. I don't know if I am not declaring it properly or if the problem lies elsewhere. ' First I...
megalodon003
Offline Send Email
Jul 30, 2006
6:47 am
16669
... From: "megalodon003" <megalodon3@...> To: <xbasic@yahoogroups.com> Sent: Sunday, July 30, 2006 4:47 PM Subject: [xbasic] Declaring a GIANT integer ...
Vic Drastik
vicdrastik
Offline Send Email
Jul 30, 2006
7:51 am
16670
... the limits ... that one ... megabytes ... didn't work ... was ... happens ... direct ... function ... of Xst.x ... called ... parts of ... structure. ... ...
megalodon003
Offline Send Email
Jul 30, 2006
2:26 pm
16671
... XstGetFilesAndAttributes won't work on unicode filenames with exotic characters, XBasic uses the GetFirstFileA instead of the wide variant., but at least...
Vincent Voois
vvacme
Offline Send Email
Jul 30, 2006
3:38 pm
16672
On Sun, 30 Jul 2006 10:21:13 -0400, megalodon003 <megalodon3@...> ... Vic was saying that LOF was written to return a 32-bit "XLONG" value, and hence...
Steve Gunhouse
sgunhouse
Offline Send Email
Jul 30, 2006
3:54 pm
16673
hi, i run UBUNTU Dapper i've downloaded xbasic-6.2.3-linux-i386.tar.gz, alien'ed it to a .deb package, installed it and attempted to run it. it opens normally...
carriergp
Offline Send Email
Aug 1, 2006
10:24 am
16674
... I haven't seen any replies yet, so let me take a stab at it ... there have been some changes to recent versions of Linux which the PDE may not be ...
Steve Gunhouse
sgunhouse
Offline Send Email
Aug 2, 2006
1:18 am
16675
On Tue, 01 Aug 2006 21:18:01 -0400, Steve Gunhouse ... Replying to my own message ... I think this is the message I was referring to, from my own archives...
Steve Gunhouse
sgunhouse
Offline Send Email
Aug 2, 2006
1:24 am
16676
... exotic characters, XBasic uses the GetFirstFileA instead of the wide variant., but at least it does ... any filename with such character set that you use...
megalodon003
Offline Send Email
Aug 2, 2006
2:35 am
16677
Thank you - your compiler is ported to Cygwin!? Made it easy to install-thanks!...
Sven Erickson
carl_d2800
Offline Send Email
Aug 2, 2006
1:23 pm
16678
... I have uploaded a prerelease version of XBasic 6.3.0 to http:// www.xs4all.nl/~wizball/xbasic-20060802/ . It contains all fixes in CVS. -...
Eddie Penninkhof
wizball1
Offline Send Email
Aug 2, 2006
9:19 pm
16679
... From: "megalodon003" <megalodon3@...> To: <xbasic@yahoogroups.com> Sent: Wednesday, August 02, 2006 12:33 PM Subject: [xbasic] Re: Declaring a GIANT...
Vic Drastik
vicdrastik
Offline Send Email
Aug 5, 2006
5:45 am
16680
Thanks Eddie. This is exactly what linux xb needs. Very much appreciated. ... alien'ed it to ... to load or create a ... console, and must end. ... ...
David Silverwood
the_watchmann
Offline Send Email
Aug 8, 2006
7:25 am
16681
... simply ... folder in ... returned an ... them, it ... ran the ... Thanks, but D. gave me the perfect solution in xblite googlegroups. I appreciate the...
megalodon003
Offline Send Email
Aug 8, 2006
11:03 pm
16682
... From: "megalodon003" <megalodon3@...> To: <xbasic@yahoogroups.com> Sent: Wednesday, August 09, 2006 8:53 AM Subject: [xbasic] Re: searching the file...
Vic Drastik
vicdrastik
Offline Send Email
Aug 10, 2006
2:21 pm
16683
Hi everyone, me and a few friends decided to try something out. Create a magazine for any and all BASICs out there (well mostly freely available BASICs such...
Stephane Richard
stephanerichard
Offline Send Email
Aug 11, 2006
11:19 pm
Messages 16653 - 16683 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