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 17629 - 17658 of 18795   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17629
I've created a library for using in Linux but I've got a new trouble. I read documentation, but there's no clear references about how to create a library in...
Juan Carlos
jc_vicente
Offline Send Email
Dec 10, 2007
10:42 pm
17630
... The .o (object) file is the closest we can get in Linux, of course you'll also need the .dec file. XBasic in Linux can't produce dynamic libraries, Max was...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 10, 2007
11:33 pm
17631
Well, I copy .dec file to my .include directory, and... where do I copy .o file? I copied it in .lib and .bin directory and when executed my program the...
Juan Carlos
jc_vicente
Offline Send Email
Dec 12, 2007
1:25 pm
17632
You will need to compile the object file into the program. That is, you need to have the library there when you compile your program so that it can be included...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 12, 2007
7:39 pm
17633
Hi Folks, I have a Grid-based program ShowMenu03.x. I compiled it via "xb ShowMenu03.x -lib" with no errors. When I try to generate the dll using "nmake...
gungadout
Offline Send Email
Dec 13, 2007
11:10 pm
17634
... Hi Peter, I don't know exactly what to answer. In your case, I would do the following things: 1) If your program (DLL) imports other libraries, make sure...
Julien Rouiller
julienrouiller
Offline Send Email
Dec 14, 2007
10:48 am
17635
... Have you tried that actually? Because if it would leave t$[] unchanged, then what would be the purpose of replace$? You could try apply XstMergeStrings$()...
Julien Rouiller
julienrouiller
Offline Send Email
Dec 14, 2007
11:14 am
17636
Hi, With a program that is very similar to the "acgibin.x" demo, I observed on Windows XP that big HTML forms cannot be fully read. For example, if the form...
Julien Rouiller
julienrouiller
Offline Send Email
Dec 14, 2007
11:45 am
17637
... You may be able to circumvent it by just using READ [#hStdIn], buffer$ and using POF() and SEEK() to set the pointers to progress in file position and...
Vincent Voois
vvacme
Offline Send Email
Dec 14, 2007
2:41 pm
17638
... observed ... example, if ... ReadFile() ... enough. ... chars read ... truncated ... buffer$ and using POF() and SEEK() to set the pointers to progress in ...
Julien Rouiller
julienrouiller
Offline Send Email
Dec 14, 2007
3:33 pm
17639
... I use cURL to transfer webcontent to my applications. There is even libCurl and i have seen a Win32 dll library variant of it. Maybe if you pull that...
Vincent Voois
vvacme
Offline Send Email
Dec 14, 2007
4:22 pm
17640
(skiped) ... libCurl and i have seen a Win32 dll library variant of it. ... of the maker, you can use libcurl as more comprehensive library instead. ... I had...
Julien Rouiller
julienrouiller
Offline Send Email
Dec 14, 2007
6:00 pm
17641
... observed ... example, if ... ReadFile() ... enough. ... chars read ... truncated ... buffer$ and using POF() and SEEK() to set the pointers to progress in ...
Julien Rouiller
julienrouiller
Offline Send Email
Dec 14, 2007
8:31 pm
17642
Hi! After hours and hours to try to find why the ReadFile() function used in a CGI program was unable to read a whole posted HTML form (~90kb) although the...
Julien Rouiller
julienrouiller
Offline Send Email
Dec 14, 2007
10:45 pm
17643
... The usual "64K should be enough for everyone" solution from Microsoft. One of the reasons i wanted to abandon QuickBasic without having an alternative...
Vincent Voois
vvacme
Offline Send Email
Dec 15, 2007
7:09 pm
17644
Thanks for your help, Julien. I no longer get the errors I had. (But I now have a new one.) I had formerly tried using nmake.bat with corresponding changes to ...
gungadout
Offline Send Email
Dec 18, 2007
6:09 am
17645
... re ... libraries.) ... obtaining ... kid, ... above. ... needed, ... Hello Peter, I was surprised by the fact that the Entry() function of the library is...
Julien Rouiller
julienrouiller
Offline Send Email
Dec 20, 2007
9:43 am
17646
When I use XprGetLinesPerPage (fontHeight, @lpp) I get a value for lpp of 0. I've tried with fontHeight=1 and fontHeight=12 with the same effect (lpp=0) How...
Juan Carlos
jc_vicente
Offline Send Email
Dec 20, 2007
12:38 pm
17647
I decided to try to compile xbasic-6.2.3 in Linux. I am running Kubuntu 7.10 "gutsy" and xbasic 6.2.3 seems to work fine with it. I ran alien on the rpm file...
dmacbanay
Offline Send Email
Dec 22, 2007
12:05 am
17648
... That version of XBasic was made for older versions of gcc. There's a later (but still beta) version available which might work ... Quoting a message from...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 22, 2007
1:50 am
17649
... later ... fixes in CVS. ... After doing a make clean it compiles fine. 6.3.0 seems to work ok on kubuntu 7.10. But what I can't get it or version 6.2.3...
dmacbanay
Offline Send Email
Dec 22, 2007
4:45 pm
17650
... Not that familiar with make? test.mak is the makefile, not the file that needs to be compiled. Use "make -f test.mak" and it should work. -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Dec 22, 2007
5:02 pm
17651
... that ... Thank-you. Actually once upon a time I did know that but I haven't done this for a long time and forgot about the "-f". The "README.Linux" files...
dmacbanay
Offline Send Email
Dec 22, 2007
5:31 pm
17652
Hi all. It's been awhile since the last programming challenge. That one where a program prints out its own source code when run was clever. Vic (or anyone...
chucky77112
Offline Send Email
Dec 22, 2007
6:20 pm
17653
... Sure. I've been trying out the Linux version of xbasic and I've found out that the PDE does not correctly deal with spaces in the file names or directory...
dmacbanay
Offline Send Email
Dec 22, 2007
6:51 pm
17654
Well, here is one we saw before: [1] Print the word BASIC [2] Now print BASIC without using double quotes [3] Now print BASIC without using double quotes or...
Vic Drastik
vicdrastik
Offline Send Email
Dec 24, 2007
10:41 am
17655
... or ... or ... 1) Make a new program *basic.x* 2) Write: XstGetCommandLineArguments (@argc, @argv$[]): PRINT UCASE$(argv$[0]): INLINE$(a$) 3) In Linux: xb...
sasho_di
Offline Send Email
Dec 24, 2007
12:07 pm
17656
I like your sense of humor :p...
Vincent Voois
vvacme
Offline Send Email
Dec 24, 2007
4:20 pm
17657
Ok, here are my answers. I think maybe the extra credit part is impossible. Don't you need at least three lines for a program? example: DECLARE FUNCTION...
chucky77112
Offline Send Email
Dec 24, 2007
11:57 pm
17658
... Oh, yes, Vincent... Merry Christmas! Sasho...
sasho_di
Offline Send Email
Dec 25, 2007
4:13 pm
Messages 17629 - 17658 of 18795   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