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.
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 17564 - 17593 of 18792   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17564
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
Oct 8, 2007
11:58 pm
17565
Assuming that you're using xb on Windows... After making "Run Assembly" or "Run Library", you can compile your program to an exe by simply double-clicking the...
julienrouiller
Offline Send Email
Oct 9, 2007
4:52 pm
17566
Back on Feb 11, I discovered XBasic on the internet, downloaded it, unzipped it and loaded it in my computer and started learning how to use it. It was version...
terryncyndi
Offline Send Email
Oct 11, 2007
2:02 am
17567
On Wed, 10 Oct 2007 22:02:09 -0400, terryncyndi <terryncyndi@...> ... That error doesn't look like one of yours - and it wasn't. The error message was...
Steve Gunhouse
sgunhouse
Offline Send Email
Oct 14, 2007
7:11 am
17568
There should be no problem using version 6.0022 of xb.def; try starting with a very simple programme and getting that to work properly and gradually add things...
Vic Drastik
vicdrastik
Offline Send Email
Oct 14, 2007
10:55 am
17569
He was using a function that was added to XBasic since 6.0022 but wasn't added to xb.def - it worked in the PDE, but not in his compiled code. One of the...
Steve Gunhouse
sgunhouse
Offline Send Email
Oct 14, 2007
2:46 pm
17570
Hi, I just wanted to know if there is any progress in XBasic2?...
cybermonkey342
Offline Send Email
Oct 17, 2007
4:20 pm
17571
... Unfortunately, no. CU, Eddie....
Eddie Penninkhof
wizball1
Offline Send Email
Oct 18, 2007
6:41 pm
17572
Hello, I'm a beginner in XBasic. I need some info: do you help me? LINUX QUESTION: what is the best XBasic Linux distro? I use Topologilinux: does it work...
miaudit
Offline Send Email
Oct 21, 2007
1:11 pm
17573
Hi, Does one of you know if DLLs compiled in XB under Linux can be called from C++ programs? I remember that this is not possible for Windows, but cannot find ...
Julien Rouiller
julienrouiller
Offline Send Email
Oct 23, 2007
9:03 am
17574
You need Wine for that i suppose, but how you can interact with dll's through win is something you probably have to find on the Wine forums. ...
Vincent Voois
vvacme
Offline Send Email
Oct 23, 2007
1:03 pm
17575
On Tue, 23 Oct 2007 05:03:04 -0400, Julien Rouiller ... You're backwards, XBasic for Linux can't compile DLLs though it can compile static libraries. XBasic's...
Steve Gunhouse
sgunhouse
Offline Send Email
Oct 23, 2007
1:32 pm
17576
... First off ... since XBasic compiles directly to (x86) assembler code, it is only useful of systems based on an i386 or later architecture. I don't think...
Steve Gunhouse
sgunhouse
Offline Send Email
Oct 24, 2007
4:21 am
17577
XBlite, http://perso.orange.fr/xblite/ is a Windows specific version of Xbasic which runs just fine in WINE ( Windows emulator ). Xbasic doesn't seem to have...
Roy Fullmer
ernobe
Offline Send Email
Oct 24, 2007
6:00 am
17578
... You can try to run the Win32 edition in either Wine (winehq.org) or in virtual box (http://www.virtualbox.org/) which is a free virtual pc environment tool...
Vincent Voois
vvacme
Offline Send Email
Oct 24, 2007
10:00 am
17579
... Quoting the earlier message from Eddie ... ... -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Oct 24, 2007
3:14 pm
17580
è With particular attention to Steve Gunhouse and Vincent Voois Dear friends, I have developped with Xbasic 6.2.3 a fairly big program for static and dynamic...
Costantino Carmignani
costacarmi
Offline Send Email
Oct 24, 2007
3:51 pm
17581
On Wed, 24 Oct 2007 11:52:02 -0400, Costantino Carmignani ... How long are the functions themselves, for a start ... I seem to recall there's a limit of 65535...
Steve Gunhouse
sgunhouse
Offline Send Email
Oct 24, 2007
5:19 pm
17582
... systems. ... given ... compilation ... compilation ... As the compilation is a 2 steps compilation, it would be nice to know if you tell about the "Make...
Julien Rouiller
julienrouiller
Offline Send Email
Oct 25, 2007
10:23 am
17583
Until now I can create libraries of functions that don't use GUI grids. Actually many of those functions are similar in different programs and I'd like to...
Juan Carlos
jc_vicente
Offline Send Email
Nov 1, 2007
7:49 pm
17584
... Certainly, but you don't export the CreateWindows function. You have an init function in your library, whatever an appropriate name would be, and either...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 1, 2007
9:20 pm
17585
Seen. The trouble isn't using .dll, I do it without troubles. The trouble is, p.e. showing a window whose code is in library. I created a test program named...
Juan Carlos
jc_vicente
Offline Send Email
Nov 4, 2007
10:06 pm
17586
... What does your Entry routine say? -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 4, 2007
11:29 pm
17587
... The InitGui and CreateWindows should be called in the entry function before you send a XuiMessage to #Hola but before the XgrProcessMessages is being...
Vincent Voois
vvacme
Offline Send Email
Nov 5, 2007
10:30 am
17588
Thank you and sorry to answer so late. Thanks to Vincent for pointing the Wine environment. I think that it would be too heavy tool for the small things that I...
Julien Rouiller
julienrouiller
Offline Send Email
Nov 5, 2007
12:50 pm
17589
Hi, Having a program working like 'acgibin.x' from the demo folder, I observed that a rather large file cannot be sent from a form and received by the standard...
Julien Rouiller
julienrouiller
Offline Send Email
Nov 5, 2007
1:08 pm
17590
On Mon, 05 Nov 2007 07:50:21 -0500, Julien Rouiller ... XBasic assumes that it has access to its own memory allocation functions. But XBasic's allcation...
Steve Gunhouse
sgunhouse
Offline Send Email
Nov 5, 2007
1:55 pm
17591
... As long as you add XB.DLL along with it or if you embed the XB library into the DLL. Embedding the library code into your own is not done in a few steps...
Vincent Voois
vvacme
Offline Send Email
Nov 5, 2007
5:15 pm
17592
(skiped) ... (strings ... in ... functions. ... before ... assume is ... string or ... why ... environment that ... segfault or ... size of a ... Not sure I...
Julien Rouiller
julienrouiller
Offline Send Email
Nov 6, 2007
9:17 am
17593
... it ... The ... Windows ... the ... this is ... library into the DLL. ... manually, if XCompiler works, it can do this for you automatically ... Thanks. I...
Julien Rouiller
julienrouiller
Offline Send Email
Nov 6, 2007
9:33 am
Messages 17564 - 17593 of 18792   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