Skip to search.

(*) Scheduled Maintenance: We are undertaking some essential, but extensive maintenance to improve Yahoo! Calendar. Your Group Calendar is being migrated to a much improved version of Yahoo! Calendar. During the maintenance period, you may not have access to your Groups Calendar. We sincerely apologize for this inconvenience. Your Groups Calendar is in great shape and we are working to have it available again as quickly as possible - Yahoo! Groups & Yahoo! Calendar Team

BCX · The Open Source BASIC to C Translator

Group Information

  • Members: 1003
  • Category: Basic
  • Founded: Jul 9, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 42789 - 42818 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42789 David
yajeed2000 Offline Send Email
Apr 7, 2012
5:37 pm
... Thanks....
42790 Frank
f_la_f Offline Send Email
Apr 8, 2012
1:40 pm
I receive the Pellesc messages : error #2039 Illegal expression, and, error #2001 Syntax error: expected `}' but found `string constant' arising from a BCX...
42791 David
yajeed2000 Offline Send Email
Apr 8, 2012
2:22 pm
Hi, I've been struggling all afternoon trying to use the FINDFIRST and FINDNEXT functions to count how many times a filename/string is repeated in an array....
42792 Doyle Whisenant
mecsoftware Offline Send Email
Apr 8, 2012
2:55 pm
... Use this as your FOR-NEXT loop. FOR I = 0 TO 9 IF A$ = D$[I] THEN PRINT D$[I] + " is a duplicate and I don't need it in my set" ELSE PRINT D$[I] END IF A$...
42793 wmhalsdorf Offline Send Email Apr 8, 2012
6:22 pm
... The only way a surplus comma can occur is if the data statement ends in a comma....
42794 Frank
f_la_f Offline Send Email
Apr 9, 2012
6:10 am
You are right, in fact there were four instants of a commas at the end of line, perhaps not too bad a record out of 548 cases. What threw me was that the...
42795 David
yajeed2000 Offline Send Email
Apr 9, 2012
8:49 am
... Thanks, David....
42796 David
yajeed2000 Offline Send Email
Apr 10, 2012
10:16 am
Hi, I'm having problems counting how many of each UNIQUE string (filename) are in the array below. The duplicates have been found but I need to count how many...
42797 wmhalsdorf Offline Send Email Apr 10, 2012
3:36 pm
... CLS GLOBAL I DIM A$ DIM B% DIM C% DIM FileSpec$ DIM szDelayPrintOfGroup$ FileSpec$ = "000.txt" $REMS PRINT SET D$[10] "004", "001", "001", "005", "002", ...
42798 David
yajeed2000 Offline Send Email
Apr 10, 2012
4:21 pm
... Wayne, This doesnt seem to do anymore than my last example. I've found some examples in C on this page (but just using integers) in an array ...
42799 David
yajeed2000 Offline Send Email
Apr 10, 2012
4:25 pm
... All I need is a program that says (for example) There are 3 files named 001 There are 1 files named 005 etc Simple really (once I've figured it out). ...
42800 wmhalsdorf Offline Send Email Apr 10, 2012
8:32 pm
... CLS GLOBAL I DIM A$ DIM HowMany DIM FileSpec$ DIM szDelayPrintOfGroup$ FileSpec$ = "000.txt" $REMS PRINT SET D$[10] "004", "001", "001", "005", "002", ...
42801 David
yajeed2000 Offline Send Email
Apr 11, 2012
8:16 am
... Thanks Wayne much appreciated. David....
42802 David
yajeed2000 Offline Send Email
Apr 11, 2012
6:56 pm
How can results be returned from functions such as this example? DIM DYNAMIC Buf$ [10] Buf$[0] = "Zero" Buf$[1] = "One" Buf$[2] = "Two" Buf$[5] = "Five" CALL...
42803 mrbcx Offline Send Email Apr 16, 2012
11:10 pm
Pelles C version 7.00, Release Candidate #1, is now available for download: http://www.smorgasbordet.com/pellesc/download.htm Changes: ...
42804 John Spikowski
johnspikowski Offline Send Email
Apr 17, 2012
12:12 am
... Thanks Kevin for the links. FWIW: Version 7 seems to work fine under Wine. (limited testing in IDE)...
42805 David
yajeed2000 Offline Send Email
Apr 21, 2012
9:53 am
Hello, Is there an example I can use (editdemo does not compile without errors) that I can use to sent PRINT messages to and that echo's keyboard entries? I...
42806 vmars316 Offline Send Email Apr 21, 2012
5:52 pm
Greets, Can I conclude that bcx can use Pelles-C , and not only gcc? Thanks...vm...
42807 mrbcx Offline Send Email Apr 21, 2012
6:00 pm
Greetings and welcome. Yes - Pelles-C works GREAT with BCX. I keep several compilers installed and generally use batch files to compile my BCX apps. Pelles...
42808 vmars316 Offline Send Email Apr 21, 2012
7:42 pm
Greetings, I normally use Pelles-C, llc is new to me. I downloaded http://www.cs.virginia.edu/~lcc-win32/ . I need some help to know where to install stuff. ...
42809 vmars316 Offline Send Email Apr 22, 2012
12:35 am
Ah, nevermind, I found the "BCX Getting Started Guide"....
42810 Ian Casey
ian_casey03 Offline Send Email
Apr 22, 2012
4:04 pm
This will only work for languages that use characters 0-255 LanguageDemoASCII.zip <http://iancaseycode.99k.org/programs/LanguageDemoAscii.zip>. There is 1...
42811 vmars316 Offline Send Email Apr 22, 2012
10:26 pm
Greets, I have installed BCX, and now i am "Building the BCX Runtime Libraries ", according to the "BCX Help Version 6.1.6". Help says: <<DO THIS FIRST From...
42812 Ian Casey
ian_casey03 Offline Send Email
Apr 23, 2012
6:11 pm
I got the problem backwards, MessageBox on his computer displays "Ja" en "Nee" (Yes & No) in Dutch no matter what language he displays in my program. At least...
42813 reachjeffs Offline Send Email May 3, 2012
3:06 am
Hello all. It seems a little quiet in here, so I figured I'd post a challenge. :) Goal: Load an existing PNG file into something easily usable like HBITMAP....
42814 John Spikowski
johnspikowski Offline Send Email
May 3, 2012
3:28 am
... This might help. http://www.scriptbasic.org/forum/index.php/topic,233.0.html...
42815 Frank
f_la_f Offline Send Email
May 6, 2012
1:44 am
Is a three-dimensional string array dimensioned the likes of "Star$[500,10,1000] as char" feasible? That is, interpreted as a two-dimensional string array...
42816 Frank
f_la_f Offline Send Email
May 6, 2012
5:05 am
... Of course it is feasible if you don't make a stupid mistake! Frank...
42817 David
yajeed2000 Offline Send Email
May 6, 2012
4:20 pm
... Can this be used to stop execution of a python script? The script I need to close is Gerbmerge. The script is ended by typing CTRL + C. However I want to...
42818 mrbcx Offline Send Email May 7, 2012
2:11 am
... If you know the name of the application that is running your python script (let's say, PYTHON.EXE, for the sake of discussion) then YES, you could...
Messages 42789 - 42818 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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