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...
Message search is now enhanced, find messages faster. Take it for a spin.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 7010 - 7044 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7010 Robert Wishlaw
rwishlaw Offline Send Email
Jun 1, 2002
7:06 am
... Doyle: Thanks for the info. I tried to find BCXIDE on the forum website and on your website but it doesn't seem to be in either place. I may have missed...
7011 Prof. Roberto Berrospe
rabm@... Send Email
Jun 1, 2002
7:07 am
Here is the BCX definition file for conTEXT...! This need to be copied in the HIGLIGHTERS directory unde conTEXT directory instalation. I have indluded all...
7012 Robert Wishlaw
rwishlaw Offline Send Email
Jun 1, 2002
7:17 am
Thanks Roberto. It looks really good. You should upload a copy to the ConText website. Robert Wishlaw rwishlaw@......
7013 Robert Wishlaw
rwishlaw Offline Send Email
Jun 1, 2002
9:17 am
... Attached is the beginning of a Font and Formatting Toolbar. Comments appreciated. I have used a .bcx extension on the file as Bluepagan suggested. Robert...
7014 Doyle Whisenant
mechanicjenn Offline Send Email
Jun 1, 2002
9:22 am
... Try this one, Robert. It's another "start" on an MDI for BCXIDE. It doesn't do anything, just has code for rebar/toolbar stuff that seems to work. If you...
7015 Alan Jones
nanuchka_uk Offline Send Email
Jun 1, 2002
11:02 am
Bluepagan <BluePagan@...> said; ... I've been using the .bcx extension since BCX 2.82 to differentiate BCX files from the .rqw (Rapid-Q Windows), .rql...
7017 mrbcx Offline Send Email Jun 1, 2002
3:12 pm
I have reworked the INPUT command in BCX so that multiple variables in statements like this: INPUT "Enter Something> ", a,b,c can be entered on one line, like...
7018 Robert Wishlaw
rwishlaw Offline Send Email
Jun 1, 2002
4:29 pm
... I change my bc.exe to bcx.exe. My QBASIC compiler is BC.EXE as is my BorlandC 3.1 IDE for DOS. It's not a problem to make that change but all the batch...
7020 gsac3 Offline Send Email Jun 1, 2002
7:19 pm
Robert: I have tried several times to download BCX.chl from the attachment to Roberto's post, but have had no luck. I get the message that the attachment has...
7022 BCX@yahoogroups.com Send Email Jun 1, 2002
8:09 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the BCX group. File : /Prof. Roberto...
7023 Prof. Roberto Berrospe
rabm@... Send Email
Jun 1, 2002
8:23 pm
Yes, i have do it now... Sorry... Prof. Roberto Berrospe - Florida Uruguay Email: rabm@... Msn: rabm@... Web:...
7025 John Jacques
johnj_01201 Offline Send Email
Jun 1, 2002
10:35 pm
I have a bunch of subs that get called. Sometimes they will become nested, so SUB#1 could call SUB#4 which could call SUB#5. Sometimes each are simply called...
7026 johnj_01201 Offline Send Email Jun 1, 2002
10:56 pm
Hello can the "FREEFILE" function be added to the "working with files" section in the help file? Thanks John...
7027 mrbcx Offline Send Email Jun 1, 2002
11:57 pm
... John, What you're doing is perfectly legal. The following program illustrates something to be mindful of. STRINGS, when used as SUB and FUNCTION...
7028 gsac3 Offline Send Email Jun 2, 2002
12:19 am
... ++++++++++++++++++++++++++++++++++ DON'T FORGET 1-D NUMERIC ARRAYS! +...
7029 mrbcx Offline Send Email Jun 2, 2002
12:21 am
The silence was deafening so I posted my question to comp.lang.c, donned my kevlar underware, and awaited the inevitable condescending diatribe. I now have a...
7030 mrbcx Offline Send Email Jun 2, 2002
12:23 am
... Point taken, Don. I had forgotten about them. Thx....
7031 Robert Wishlaw
rwishlaw Offline Send Email
Jun 2, 2002
12:26 am
... Good suggestion. Thanks John. Robert Wishlaw rwishlaw@......
7032 John Jacques
johnj_01201 Offline Send Email
Jun 2, 2002
12:34 am
Thanks Kevin. What are 1 dimensional numeric arrays? Thanks John ... __________________________________________________ Do You Yahoo!? Yahoo! Tax Center -...
7033 c319chris Offline Send Email Jun 2, 2002
12:46 am
Ever the one to bring up small details :-) here is another one: The DELAY statement is capable of handling fractional as well as integer seconds. In fact does...
7034 c319chris Offline Send Email Jun 2, 2002
1:37 am
... dim a%[10] a[1] = 1 a[2] = 2 a[3] = 3 etc....
7035 David Garner
dpgarner Offline Send Email
Jun 2, 2002
1:41 am
And are they passed by reference or value? Not clear (at least to me) from the previous posts. I'm assuming reference (pointer) and so the SUB/FUNCTION can...
7036 David Garner
dpgarner Offline Send Email
Jun 2, 2002
1:43 am
Kevin, ... I know what you mean. Why is that anyway? I'm glad we don't see that attitude here! ... Great. Looking forward to profiting from your torture. ;)...
7037 John Jacques
johnj_01201 Offline Send Email
Jun 2, 2002
1:50 am
Thanks, I figured that much from C, but I was actually (in my own way) asking what they have to do with the SUBs? Do I need to do something different? Why did...
7038 mrbcx Offline Send Email Jun 2, 2002
2:07 am
... By reference ... simple example follows dim a[10] foo(a) print a[1] ' this will print 333 sub foo(z[]) z[1] = 333 end sub...
7039 cino hilliard
hillcino368 Offline Send Email
Jun 2, 2002
2:50 am
Kevin and Robert, The Help file examples for UDT code does not work on my xp system bc285 lcc 3.08 may 24. I played around and patched example 2 to work as...
7040 cino hilliard
hillcino368 Offline Send Email
Jun 2, 2002
3:17 am
High Bluepagen, I thought about this last night into the wee hours and it deserves a reply. This would help keep the same name of files in other basics being...
7041 mrbcx Offline Send Email Jun 2, 2002
3:29 am
I completed a rewrite of the INPUT command today. Through that process, I hit on the idea of extending that capability to work with files as well. BCX 2.86...
7043 John Jacques
johnj_01201 Offline Send Email
Jun 2, 2002
3:50 am
I made dll's with win2k (many months ago), but now I have Windows XP PRO and it doesn't seem to work. I've tried the dll example in the help file, but it gives...
7044 Bluepagan Offline Send Email Jun 2, 2002
4:15 am
... My bet is that the dll demo in Bcx\Dll_Demo\Dynamic\ uses a custom LD.BAT file that has uses -nounderscores arg for lcclnk and LCCDLL.BAT does not. Here is...
Messages 7010 - 7044 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