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 7819 - 7852 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7819 cino hilliard
hillcino368 Offline Send Email
Jul 1, 2002
7:42 am
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...
7820 jay_our Offline Send Email Jul 1, 2002
9:27 am
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...
7821 mrbcx Offline Send Email Jul 1, 2002
10:47 am
... 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...
7822 mrbcx Offline Send Email Jul 1, 2002
10:55 am
... If I recall, Pat Kelly posted a LL sample in the Yahoo Source Code area....
7823 ziggy5953 Offline Send Email Jul 1, 2002
12:46 pm
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...
7825 wmhalsdorf Offline Send Email Jul 1, 2002
1:07 pm
... pointers ... Any possiblity it was to correct something that no longer exists or am I going to need a lot of DECLARE statements to work with....
7826 gsac3 Offline Send Email Jul 1, 2002
3:02 pm
Robert: Very nice example; simple and clear. Many thanks. Don...
7827 gerome_71 Offline Send Email Jul 1, 2002
6:13 pm
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...
7828 mrbcx Offline Send Email Jul 1, 2002
9:27 pm
... Thanks Gerome ... I've replaced the old INI section with the new INI section...
7829 mrbcx Offline Send Email Jul 1, 2002
9:46 pm
... 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...
7830 mrbcx Offline Send Email Jul 1, 2002
10:16 pm
... Okay -- I got it figured out. The REPLACE lines affected SUB and FUNCTION declarations that contained array parameters passed by reference. All arrays...
7832 David Anderson
freevilthegreat Offline Send Email
Jul 1, 2002
10:38 pm
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...
7833 Gerome GUILLEMIN
gerome_71 Offline Send Email
Jul 1, 2002
11:48 pm
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 ...
7834 wmhalsdorf Offline Send Email Jul 2, 2002
12:29 am
... 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...
7835 Robert Wishlaw
rwishlaw Offline Send Email
Jul 2, 2002
1:14 am
RECORD FP1,RecNum% translates to fseek(FP1, (RecNum% - 1) * FP1len, SEEK_SET); The % sign is not removed in translation. Robert Wishlaw rwishlaw@......
7836 mrbcx Offline Send Email Jul 2, 2002
1:26 am
... Fixed! Will appear in 2.89...
7838 Robert Wishlaw
rwishlaw Offline Send Email
Jul 2, 2002
5:19 am
Minor cosmetic formatting flaw. BCX288.bas line 1175 FPRINT Outfile,"strcpy(InputBuffer,(char*)replace(InputBuffer," & Tmp$ & "));" should read FPRINT Outfile,...
7839 Robert Wishlaw
rwishlaw Offline Send Email
Jul 2, 2002
7:52 am
... 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...
7841 mrbcx Offline Send Email Jul 2, 2002
9:00 am
... Corrected -- thanks Robert....
7842 mrbcx Offline Send Email Jul 2, 2002
9:13 am
... I like it! It's more BASIC-like. I've added your change to the upcoming 2.89....
7843 mrbcx Offline Send Email Jul 2, 2002
10:11 am
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...
7844 sonu singh
nika201 Offline Send Email
Jul 2, 2002
10:43 am
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 Send Email 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...
7846 wmhalsdorf Offline Send Email Jul 2, 2002
12:32 pm
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...
7847 cino hilliard
hillcino368 Offline Send Email
Jul 2, 2002
6:01 pm
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...
7848 cino hilliard
hillcino368 Offline Send Email
Jul 2, 2002
6:29 pm
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...
7849 mrbcx Offline Send Email Jul 2, 2002
7:09 pm
Lcc allows local(temporary) variables within the loop. BCX 2.89 will allow INTEGER, SINGLE, and DOUBLE loop variable declarations. Consider the following...
7850 mrbcx Offline Send Email Jul 2, 2002
7:59 pm
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@... Send Email
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. ;-) ...
7852 gerome_71 Offline Send Email Jul 2, 2002
9:11 pm
Dear Kevin, Notice if you use $NOMAIN then DECLARE FUNCTION blah... *only* the function pointers are declared, but the respective GetProcadress...blah won't...
Messages 7819 - 7852 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