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 9633 - 9665 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9633 Robert Wishlaw
rwishlaw Offline Send Email
Sep 1, 2002
7:55 am
... Of course you will remember to modify the Elapsed Time code in BC.EXE which I believe is the reason TIMER was changed from seconds since midnight to...
9634 mrbcx Offline Send Email Sep 1, 2002
10:42 am
... What's to modify? The current code uses the crt clock() function: Elapsed! = ROUND((float)clock()/(float)CLOCKS_PER_SEC,2)...
9635 cr500rjvc Offline Send Email Sep 1, 2002
2:22 pm
Your right John, 99% of it is GUI stuff. I can post a really stripped down console version if it would help, But I figured with the example I already posted...
9636 BCX@yahoogroups.com Send Email Sep 1, 2002
3:49 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 : /StarTrekingX4j.bas...
9637 BCX@yahoogroups.com Send Email Sep 1, 2002
3:51 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 :...
9638 John Jacques
johnj_01201 Offline Send Email
Sep 1, 2002
4:18 pm
Hello, I just uploaded a new version that works on a more advanced concept. When you have complex images to draw and don't want to see flickering, or lines...
9639 Gerome GUILLEMIN
gerome_71 Offline Send Email
Sep 1, 2002
5:34 pm
Hi all BCX GUI lovers, QHTM is a very nice tool and become absolutely FREE if you make some FREE stuff with it, and Russ Freeman - the author - has made a very...
9640 BCX@yahoogroups.com Send Email Sep 1, 2002
6:06 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 : /NEW-EZ_IDE + Some...
9641 DrX
drx_rxp Offline Send Email
Sep 1, 2002
6:49 pm
Thank you John. that is a lot easier to understand for a non programer like me :-) Dr.X...
9642 BCX@yahoogroups.com Send Email Sep 1, 2002
7:18 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 :...
9645 John Jacques
johnj_01201 Offline Send Email
Sep 1, 2002
7:36 pm
That's really amazing Kevin! The border and target style circle makes all the difference from plain boring stars to a really cool looking demo! John...
9646 Gerome GUILLEMIN
gerome_71 Offline Send Email
Sep 1, 2002
8:54 pm
Hi Kevin, In the core function DestroyStrArr, i've noticed the free statements have too much (( and )) BUT only one ( is required : void DestroyStrArr (LPSTR*...
9647 mikell4bcx Offline Send Email Sep 1, 2002
11:58 pm
Dear Kevin, Robert, et al., '************************************************************ GLOBAL REM All line #'s refer to BCX 3.00(a) source code" :-) ...
9649 F. & J. La Fontaine
fandjlaf@... Send Email
Sep 2, 2002
2:30 am
Converting a BCX Basic equation such as: a=a*b+c*d+a yields the C code: a*=b+c*d+a. Not being particularly conversant with the C language (and not really ...
9650 mrbcx Offline Send Email Sep 2, 2002
2:51 am
... Your suggested modification has been incorporated ... Your suggested modification has been incorporated ... Your suggested modification has been...
9651 Robert Wishlaw
rwishlaw Offline Send Email
Sep 2, 2002
2:58 am
... I have added to the Help file a description the expanded capabilities of INCR and DECR, as well as your INCR and DECR examples ... I have added conditional...
9652 mrbcx Offline Send Email Sep 2, 2002
3:02 am
... BCX 2.99 contains a bug -- BCX 3.00(a), which is available for download from the Yahoo BCX Files Area, does not have this bug. By the way, this program...
9653 mrbcx Offline Send Email Sep 2, 2002
3:09 am
... Robert, BCX 3.00 enhances CASE statements by now allowing the following common construct: CASE 1 TO 10 Here is a complete example: dim i input "Enter a...
9654 Robert Wishlaw
rwishlaw Offline Send Email
Sep 2, 2002
3:16 am
... Not for me. BCX300 a = a * b + c * d + a translates to a=a*b+c*d+a; ... dim a, b, c, d a = 1 b = 2 c = 3 d = 4 a = a * b + c * d + a PRINT a BCX300 result...
9655 you_dl@...
you_dl Offline Send Email
Sep 2, 2002
3:33 am
When I was writing my inital GrabTokens function, BCX would translate the & into a comma. It only happens when I assign a function to a variable. ;...
9656 mrbcx Offline Send Email Sep 2, 2002
3:33 am
... Robert -- see my earlier reply: http://groups.yahoo.com/group/BCX/message/9652...
9657 Robert Wishlaw
rwishlaw Offline Send Email
Sep 2, 2002
3:46 am
BCX Help File September 1, 2002 Build 300e is available at http://groups.yahoo.com/group/BCX/files/BCX_Help_Files/BCXHelp.chm Note: Some documented changes are...
9658 Doyle Whisenant
mechanicjenn Offline Send Email
Sep 2, 2002
4:03 am
... I don't know if I can duplicate this one but I've seen it a couple of times. It is a VERY hard bug to find! There is nothing to see in the *.bas file that...
9659 you_dl@...
you_dl Offline Send Email
Sep 2, 2002
4:31 am
... See attachment. In the bcx300a code, around line 4444, the stk$[1] will contain the number returned by the function, making it print the line number code...
9660 mrbcx Offline Send Email Sep 2, 2002
4:32 am
... You_DL, I confirm this is a bug. I'm surprised no one has encountered it before now. I've isolated the module where it is occuring but I haven't found a...
9661 mrbcx Offline Send Email Sep 2, 2002
4:43 am
... This has been corrected thanks to your sample. Michael's sample did not mention that the word FUNCTION had to have any spaces or tabs preceding it. All...
9662 you_dl@...
you_dl Offline Send Email
Sep 2, 2002
4:51 am
... yep, I had to create a new account. I couldn't post using DL_Programmer for some reason, using either the web interface or email interface....
9663 John Jacques
johnj_01201 Offline Send Email
Sep 2, 2002
5:02 am
Hello, I've created and enhanced several of my DirectX functions and for the next demo I would like to show some animation. Anybody know where I can download...
9664 mrbcx Offline Send Email Sep 2, 2002
5:27 am
... I like POVRAY. Not too tough to learn, has a fantastic IDE, and the results are professional quality. I've used it for stills and once for an animation...
9665 Robert Wishlaw
rwishlaw Offline Send Email
Sep 2, 2002
5:43 am
I forgot to add TIMER returns, as a single precision floating point number, the number of milliseconds since Windows started. and, as well, to change the TIMER...
Messages 9633 - 9665 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