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
Hi I finally got the record statement for random access to disk files to work on an existing text file using the new open statement and parms, It was a pain...
Speaking about installation: Is there a way to update the BCX samples without having to install BCX entirely? I don't know whether it is possible that INNO...
... Andrew, I will try to update the distribution this week. I will also make it so that only the samples can be installed if the user so selects. I had hoped...
Kevin, My best to you and your Aunt. I hope she returns to what she left. Looters and smoke damage sometimes wreak havoc. I wonder if the contract firefighter...
Dear Kevin, As your BCX installation program gives many automations, i would link these important things that are missing in the Bcx_Tray.ini to make it ready...
... Short answer -- I don't remember. I will run an experiment for you. I will comment out the line and attempt to compile the suite of samples. If nothing...
... Okay -- I got it figured out. The REPLACE lines affected SUB and FUNCTION declarations that contained array parameters passed by reference. All arrays...
Hi All, I've been working (very slowly) on comm port software. (So many other projects in the summer....). It turns out to be a rather complicated subject. Its...
Hi all, Here is an other way of RUNning a program: by waiting for its completion without blocking all attached processes :) Enjoy it ! Gerome GUILLEMIN ...
... With the removal of the REPLACE lines in now make it possible to pass arrays of pointers which can be useful. Will see what I can come up with that some...
RECORD FP1,RecNum% translates to fseek(FP1, (RecNum% - 1) * FP1len, SEEK_SET); The % sign is not removed in translation. Robert Wishlaw rwishlaw@......
... Sizeof will not work for dynamic strings unless they are in a TYPE struct. Instead of introducing another keyword how about something like this Watch out...
One will be able to include an "=" sign, which is purely eyewash and included only for its historical syntax. Its use is optional. open "pimill.txt" for binary...
Is it possible to change elements in a resource dialog by using commands from the main window? I know its easy to change the edit field on the same dialog...I...
7845
BCX@yahoogroups.com
Jul 2, 2002 12:27 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 : /Wayne...
If you remove lines 6289 and 6290 you will be able to compile and execute the sample program I just uploaded. The SPLIT subroutine needs an array of pointers...
Hi Robert, ... Thanks for answering my query on the record statement. The fix you propose works but I was thinking more with something like this to avoid...
Thanks for making random file access using the RECORD statement a part of the bcx vocabulary and spiffing it up too. This type of file handling is essential in...
Lcc allows local(temporary) variables within the loop. BCX 2.89 will allow INTEGER, SINGLE, and DOUBLE loop variable declarations. Consider the following...
Version 2.89 will allow unquote text in DATA statements. FOR INTEGER I = 0 TO 4 PRINT DATA$[I] NEXT data one,two,three,"1,2,3,4",five Produces this output: one...
7851
DrX
drx@...
Jul 2, 2002 8:08 pm
... *sigh* where was that when i was working on q-detect. :-) Dr.X PS: has anyone worked with winsock? it's confusing me :-(. but that's not hard to do. ;-) ...
Dear Kevin, Notice if you use $NOMAIN then DECLARE FUNCTION blah... *only* the function pointers are declared, but the respective GetProcadress...blah won't...