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: 1004
  • 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 4206 - 4235 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4206 Robert Wishlaw
rwishlaw Offline Send Email
Jan 1, 2002
9:32 am
Thanks cino. Color (attr) doesn't work in Windows 98SE. Must be a WINDOWS 2000 or NT thing. The sample I attached in my post was for the new SCREEN function in...
4207 BCX@yahoogroups.com Send Email Jan 1, 2002
11:35 am
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 :...
4208 Doyle Whisenant
mechanicjenn Offline Send Email
Jan 1, 2002
2:03 pm
I need a little help to translate the following: In 'C' I have: if(pfr.Flags & FR_DIALOGTERM) { hwndFR = 0; return 0; } I have this in BCX: IF (pfr.Flags AND...
4209 juanpintado
juanpintado@... Send Email
Jan 1, 2002
3:06 pm
hi, all I believe that the Robert has some reason (to create two command) because in the turbobasic we have I command them screen: SCREEN(r,c) e...
4210 Nicci
nicci@... Send Email
Jan 1, 2002
4:12 pm
Hello All, Happy new year & best wishes everybody! I've a problem to get the beep API call to work. BOOL Beep( DWORD dwFreq, // sound frequency, in hertz DWORD...
4211 mrbcx Offline Send Email Jan 1, 2002
4:33 pm
... To get a pristine (bitwise) translation, do this: tmp = pfr.Flags AND FR_DIALOGTERM IF tmp Then hwndFR = 0 FUNCTION = 0 END IF ... tmp=pfr.Flags &...
4212 mrbcx Offline Send Email Jan 1, 2002
4:39 pm
... Nicci, FYI ... from the API : The Beep function generates simple tones on the speaker. The function is synchronous; it does not return control to its...
4213 Nicci
nicci@... Send Email
Jan 1, 2002
5:43 pm
Kevin, Thank you, I know what the problem is : I have NO default sound :) Regards, Nicci ... From: "mrbcx" <kdiggins@...> To: <BCX@yahoogroups.com> ...
4214 Robert Wishlaw
rwishlaw Offline Send Email
Jan 1, 2002
7:53 pm
Juan: I had forgotten that SCREEN function as well as SCREEN statement was in QBASIC. Kevin reminded me in an earlier post. Robert Wishlaw ...
4215 mrbcx Offline Send Email Jan 1, 2002
8:17 pm
... Gerome, I appreciate the effort that you put forth in creating this script but the cumbersome nature of Inno is more than I want to hassle with. I tried...
4216 Gerome GUILLEMIN
gerome_71 Offline Send Email
Jan 1, 2002
9:27 pm
Dear Kevin, The BEST InnoSetup FrontEnd that is very user friendly (even a 5 years old kid can make Setup with) is called IsTool, and you can catch it at : ...
4217 Doyle Whisenant
mechanicjenn Offline Send Email
Jan 1, 2002
10:51 pm
... Thanks Kevin, it turns out this wasn't the problem though. ... -- Doyle Whisenant mechanic@... http://www.mechanic.0catch.com/...
4218 mrbcx Offline Send Email Jan 1, 2002
11:53 pm
... Gerome -- Thank You for the GREAT TIP! IsTool is MUCH more to my liking! It more closely resembles the user friendliness in a setup creator that I've...
4219 khalid
mkld2001 Offline Send Email
Jan 2, 2002
3:41 am
mrbcx, $INCLUDE "file.inc" works as expected. $INCLUDE "file.inc" 'remark about file.inc cause BCX unable to translate the whole program. BCX really doesn't...
4220 David Garner
dpgarner Offline Send Email
Jan 2, 2002
4:26 am
mkk, ... I'd not call it a feature, and I don't see it in the help file. I do see $INCLUDE and #include listed on the same help page. Are these both valid? Is...
4221 pkelly987 Offline Send Email Jan 2, 2002
5:08 am
... '--------- Dim i Dim a$ Print "Please wait... For i = 1 to 100000 a$ = FindFirst$("*.*") Next Print "Finished" getch() '--------- Run this program and...
4222 Robert Wishlaw
rwishlaw Offline Send Email
Jan 2, 2002
6:10 am
... 'cause the Vandals Took the Handles ... Will modifying FindFirst to the above prevent FindNext from functioning properly? According to WinAPI.hlp After the...
4223 Robert Wishlaw
rwishlaw Offline Send Email
Jan 2, 2002
8:10 am
January 2 2002 Build12 of BCX Help File is available at http://groups.yahoo.com/group/BCX/files/BCX_Help_Files/bcxHelp.chm Changes include David Garner...
4224 mrbcx Offline Send Email Jan 2, 2002
11:43 am
... It's a bug! ... $INCLUDE merges a file into the BASIC source at translation time #include merges a file into the C source at compile time Example: #include...
4225 mrbcx Offline Send Email Jan 2, 2002
11:46 am
... Leave it to me to overlook the obvious -- Leave it to Pat to re-focus my attention. Thanks Pat!...
4226 Gerome GUILLEMIN
gerome_71 Offline Send Email
Jan 2, 2002
11:56 am
Hi all, The following attached code is a starter of an interesting thing that can interest the future releases of BCX, but i need some help for the attached ...
4227 David Garner
dpgarner Offline Send Email
Jan 2, 2002
3:32 pm
mrbcx, Thanks for the clarifications. As usual, makes perfect sense when you understand it. Robert, Please spiff this page in the help file a little. And...
4228 BCX@yahoogroups.com Send Email Jan 2, 2002
3:56 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 :...
4229 cr500rjvc Offline Send Email Jan 2, 2002
5:45 pm
Minor error correction in the example shown below, also when I compile I get these errors: Error test1.cpp: 41 insufficient number of arguments to `TestSub' ...
4230 mrbcx Offline Send Email Jan 2, 2002
6:48 pm
... Two things ... (1) Which C++ compiler are you using? (2) I've never test optional subs/func's in CPP mode. Actually, there's a lot that I've never tested ...
4231 studenti_99 Offline Send Email Jan 2, 2002
7:28 pm
... I found your code particullary interesting. In particular this code could be used to write parser/compiler able to comipile and run mathematical code at...
4232 David Garner
dpgarner Offline Send Email
Jan 2, 2002
10:30 pm
Hi All, I asked this or something like it before, so if it sounds familiar, it might be. Windows 2000 Pro AMD Athlon I just installed BCX 2.76 by running the...
4233 Vic McClung
vicmcclung Offline Send Email
Jan 2, 2002
10:38 pm
Did you set up the BCX_Tray.ini in the same directory as the .exe? See the source code header for more info. ... From: "David Garner" <dgarner@...> ...
4234 David Garner
dpgarner Offline Send Email
Jan 2, 2002
10:49 pm
Vic, I did not set anything up. I just ran the install. Looks like there are still shortcuts in my BCX start folder that point to c:\bcx\bin. Looks like the...
4235 Gerome GUILLEMIN
gerome_71 Offline Send Email
Jan 2, 2002
10:51 pm
Yep, The main pb comes from the INI file that was probably 'hardcoded' by Kevin. BTW, if Kevin decides to adopt Iss Script, he probably had noticed the ISS INI...
Messages 4206 - 4235 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