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
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
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 :...
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@...
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@...
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...
... 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 &...
... 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@...
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> ...
... 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...
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 : ...
... 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...
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...
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...
... '--------- Dim i Dim a$ Print "Please wait... For i = 1 to 100000 a$ = FindFirst$("*.*") Next Print "Finished" getch() '--------- Run this program and...
... 'cause the Vandals Took the Handles ... Will modifying FindFirst to the above prevent FindNext from functioning properly? According to WinAPI.hlp After the...
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...
... 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...
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 ...
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
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 :...
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' ...
... 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 ...
... 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...
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...
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@...> ...
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...
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...