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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 16785 - 16814 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16785
... SNIP ... reply ... is not ... should ... Thanks for that , in that case could you tell me... 1/ Which is the last RH/Fedora distro that xBasic willrun on ?...
able2goj
Offline Send Email
Nov 1, 2006
7:03 pm
16786
... 1 I can't tell personally, but i doubt you want to run the last RH/Fedora version that is xbasic compatible. It is better to download Eddie's alternative...
Vincent Voois
vvacme
Offline Send Email
Nov 1, 2006
7:12 pm
16787
... I don't know when they changed over to the newer libraries, as I don't use RedHat myself. What was the last version before they went to a 4.x version of...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 1, 2006
8:06 pm
16788
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
Nov 3, 2006
2:55 am
16789
Thanks for your response. This looks like what I need. The other responses would still have a DOS box pop up when using the SHELL command. ... .com...
dmacbanay
Offline Send Email
Nov 3, 2006
3:30 pm
16790
This almost worked. It seemed to be working great but when I compiled it it caused the program to crash every time. I was running the program on Windows 2000...
dmacbanay
Offline Send Email
Nov 3, 2006
3:35 pm
16791
Would someone still have the shell DLL referenced here and could it be put in the files section? ... utility I called through SHELL (ipconfig.exe) is, as far...
dmacbanay
Offline Send Email
Nov 3, 2006
3:38 pm
16792
May help others to find the file if you'd tell them that the message you are quoting is from July 17, 2001 and is named "Forgot the attachment". My own...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 3, 2006
6:20 pm
16793
I doubt someone keeps a history for that long, my own mailarchive of this list doesn't date further than june 2002 and then there was a large period i didn't...
Vincent Voois
vvacme
Offline Send Email
Nov 3, 2006
8:12 pm
16794
I just browsed an earlier download version of xblite... Looky looky what i found... ... ' ' ' ######################### XBLite ' ##### shell32.dec #####...
Vincent Voois
vvacme
Offline Send Email
Nov 3, 2006
8:50 pm
16795
I have attached Ken's Shell() function and demo programs as adapted for xblite (they are included in the xblite demos). You may need to make some modifications...
D.
xbtools
Offline Send Email
Nov 3, 2006
9:31 pm
16796
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
Nov 3, 2006
10:31 pm
16797
... From: "dmacbanay" <dmacbanay@...> To: <xbasic@yahoogroups.com> Sent: Saturday, November 04, 2006 2:36 AM Subject: [xbasic] Need this shell DLL Would...
Vic Drastik
vicdrastik
Offline Send Email
Nov 3, 2006
10:54 pm
16798
The following code links to a DLL I am creating and testing. After calling a DLL function which returns a pointer to a C struct, the Test() grid function...
cluvius2000
Offline Send Email
Nov 3, 2006
10:56 pm
16799
On Fri, 03 Nov 2006 17:46:54 -0500, cluvius2000 <cluvius2000@...> ... <snip> ... Where have you DIM'd or REDIM'd "TheFtus[]"? -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 3, 2006
11:10 pm
16800
Steven, It is DIM'ed in InitProgram(). The access violation occurs in the grid function... the DLL call is successfull and the XLONGAT() calls return the...
cluvius2000
Offline Send Email
Nov 3, 2006
11:24 pm
16801
Steven, It is DIM'ed in InitProgram(). The access violation occurs in the grid function... the DLL call is successfull and the XLONGAT() calls return the...
cluvius2000
Offline Send Email
Nov 3, 2006
11:34 pm
16802
Then I'd need to know what your other function is doing... On Fri, 03 Nov 2006 18:17:47 -0500, cluvius2000 <cluvius2000@...> ... -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 4, 2006
1:07 am
16803
Steven, I figured it out. In my .dec file, I needed to change: EXTERNAL FUNCTION FTU_Create(XLONG, XLONG) to: EXTERNAL CFUNCTION FTU_Create(XLONG, XLONG) ...
cluvius2000
Offline Send Email
Nov 4, 2006
2:33 am
16804
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
Nov 4, 2006
4:31 am
16805
-- "dmacbanay" <dmacbanay@...> wrote: This almost worked. It seemed to be working great but when I compiled it it caused the program to crash every...
chucky7711@...
chucky77112
Offline Send Email
Nov 6, 2006
4:25 pm
16806
On Mon, 06 Nov 2006 11:18:53 -0500, chucky7711@... ... You have the Prolog to go with it? Compiling it (or running it in the PDE) as is should give you...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 6, 2006
6:46 pm
16807
Greetings! Long time no type. I was wondering if anyone from the XBasic community has looked at FreeBasic lately. http://www.freebasic.net When I started my...
etfan2121
Offline Send Email
Nov 6, 2006
8:06 pm
16808
... wOW uNICODE SUPPORT.... I'm off bye bye! :P...
Vincent Voois
vvacme
Offline Send Email
Nov 6, 2006
9:19 pm
16809
... @weekDay, ... the PDE) ... Is he saying it works in the PDE but not when compiled as a stand alone program? Adding a prolog of..................... '...
old2newbie
Offline Send Email
Nov 7, 2006
12:23 am
16810
... They make some contradictory statements - they talk about standalone exes and then about a runtime library. I get the impression that it's not as stable -...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 7, 2006
1:11 am
16811
Well, it's intriguing. I'm sure you're right about stability, but it can't be TOO terrible. One user gushes that "FreeBasic is everything I've ever wanted"...
etfan2121
Offline Send Email
Nov 8, 2006
6:53 am
16812
... Is there any IDE for FreeBASIC? Yes, the most spread is VonGodric's FBIDE, check the links page. ... They probably mean that the executables use platform...
Vincent Voois
vvacme
Offline Send Email
Nov 8, 2006
2:29 pm
16813
... would ... FBIDE, check the links page. Vincent! How could you read what I wrote and not know that I knew that!? [;)] ... EXEs ... I ... /several/ ... ...
etfan2121
Offline Send Email
Nov 9, 2006
7:44 am
16814
... "if .... does" sounds like you haven't taken the time to actually try it :P ... Yeah, but time keeps running and will eventually catch up with this far...
Vincent Voois
vvacme
Offline Send Email
Nov 9, 2006
7:58 am
Messages 16785 - 16814 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