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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 29638 - 29667 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
29638 BCX@yahoogroups.com Send Email Apr 1, 2005
12:29 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 :...
29639 Andreas Hänsch
andreas_haensch Offline Send Email
Apr 1, 2005
12:51 pm
Hi Mike, I have also problems compiling a project with custom controls (with pellesC). It works at least until version 5.05.171. The program works without a...
29640 mikehg_67 Offline Send Email Apr 1, 2005
1:54 pm
... Hi Andreas, In Custctrl.inc line #34 : CALLBACK FUNCTION CustCtrlEditProc() AS LONG AS LONG should be removed. Previous versions just ignored it and went ...
29641 mikehg_67 Offline Send Email Apr 1, 2005
1:57 pm
... API) to implement a Drive/folder watcher. BCX Source, Executable included. ENJOY! ... Thanks Kevin, I was just looking at how to implement this for a ...
29642 Andreas Hänsch
andreas_haensch Offline Send Email
Apr 1, 2005
7:59 pm
Thank you, Mike! I was looking for such things in revision.txt, but it was not up to date. It would be nice to have this file with the latest changes in every...
29643 BCX@yahoogroups.com Send Email Apr 1, 2005
9: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 :...
29644 Kevin Diggins
mrbcx Offline Send Email
Apr 2, 2005
12:15 am
... Always happy when someone finds my stuff useful :-) I uploaded 1.1 which reduces the size of the buffer that ReadDirectoryChangesW uses. For reasons that...
29645 mikehg_67 Offline Send Email Apr 2, 2005
2:53 am
... (Win32 ... Executable ... http://groups.yahoo.com/group/BCX/files/MrBCX_Samples/Dirwatch.Zip ... uses. ... Hi Kevin, Thanks for the update. Works very...
29646 Kevin Diggins
mrbcx Offline Send Email
Apr 2, 2005
3:31 am
... Thanks Mike ... jamming in -D _WIN32_WINNT=0x501 did the trick!...
29647 mikehg_67 Offline Send Email Apr 2, 2005
7:07 am
... command ... be ... Hi Kevin, I noticed when I put in C:\ to watch (lots of activity) I was getting a few garbage characters at the end of some of the...
29648 Kevin Diggins
mrbcx Offline Send Email
Apr 2, 2005
9:15 am
... Hi Mike, I hadn't noticed any until I changed the notifications to include file attribute changes then I saw quite a few. ... Yep ... that did the trick...
29649 ezzonx Offline Send Email Apr 3, 2005
7:01 pm
Hi! I think I found some bugs in EZ-DE. 1.I cant compile the form with toolbar control. 2.in the source code editor the BCX_GET$ is blue but not works the...
29650 spez_ag Offline Send Email Apr 3, 2005
9:33 pm
Hi Kuresz, Yes, there are some bugs in the actual release. The biggest of all (just fixed!) is that all sources must be saved explicit before any of the...
29651 John Jacques
johnj_01201 Offline Send Email
Apr 3, 2005
9:33 pm
Hello eZZonx, You need BCX version 5.0 or higher to use the newer functions like BCX_GET. You can abtain the current stable version at ...
29652 BCX@yahoogroups.com Send Email Apr 4, 2005
5:43 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 : /BCX_Files -...
29653 Vic McClung
vicmcclung Offline Send Email
Apr 4, 2005
11:08 pm
... before 5.06. This release enhances support for BCX_TOOLBAR by allowing Imagelists or Bitmaps to be used. Also added are the optional arguments to...
29654 mikehg_67 Offline Send Email Apr 5, 2005
3:33 am
... allowing ... editor. ... work ... Hi Vic , Nice to see you're still alive! :) This one had me going for a few minutes! Go to line #3707 "END SUB" and hit...
29655 Kevin Diggins
mrbcx Offline Send Email
Apr 5, 2005
3:50 am
... Nice catch, eagle eyes :-)...
29656 Frank La Fontaine
f_la_f Offline Send Email
Apr 5, 2005
12:03 pm
Is it possible to delete a file with a name such as "abcd ghi mnop.txt" using the KILL directive? This is a valid Windows file name, but I seem unable to...
29657 mikehg_67 Offline Send Email Apr 5, 2005
1:47 pm
... Hi Frank, There are a couple of ways this can be done. Using kill you need to escape the spaces. CALL KillFile("abc def ghi.zzz") SUB KillFile(fn$) ...
29658 jack_3272000 Offline Send Email Apr 5, 2005
4:07 pm
Hi everybody i'm new in this forum and in programming BCX so i have probably a stupid question . How can i make a credit roll ,i suppose a could use a Label...
29659 Kevin Diggins
mrbcx Offline Send Email
Apr 6, 2005
12:06 am
... Welcome Jack ... Not sure whether this will interest you but check out this demo on your PC. \BCX\DEMOS\GUI_DEMO\BANNER\...
29660 BCX@yahoogroups.com Send Email Apr 6, 2005
2: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 :...
29661 Frank La Fontaine
f_la_f Offline Send Email
Apr 6, 2005
2:28 pm
G'day Mike, I tried your suggestion, receiving the error message "unrecognised escape sequence '\ ' ". So I changed the program as shown below; substituting...
29662 spez_ag Offline Send Email Apr 6, 2005
2:46 pm
Hi all, Digital Mars is added to the compilermenu. The compilermenu works now again without a saved sourcefile. The Bug with BCX_TOOLBARs is fixed. A...
29663 mikehg_67 Offline Send Email Apr 6, 2005
3:08 pm
... error ... Document.txt} ... Hi Frank, It should have only been a warning, but you can use this format instead: SUB KillFile(fn$) $IPRINT_OFF KILL...
29664 Panagiotis Siampanis
panosavlida Offline Send Email
Apr 6, 2005
6:15 pm
Dear Andreas Your job is excelent. I would like to ask you a favour. Is it possible to bring out in BCX-GROUP a small EZIDE project which implements a simple...
29665 Ljubisa Knezevic
ljubeknez Offline Send Email
Apr 6, 2005
6:41 pm
... Try this: SUB KillFile(fn$) Dim ftk$ ftk$ = chr$(34) + fn$ + chr$(34) ' enclose in double quotes KILL ftk$ END SUB...
29666 Kevin Diggins
mrbcx Offline Send Email
Apr 6, 2005
6:55 pm
... Or use BCX's ENC$() function SUB KillFile(fn$) Dim ftk$ ftk$ = ENC$(fn$) ' enclose in double quotes KILL ftk$ END SUB...
29667 spez_ag Offline Send Email Apr 6, 2005
7:03 pm
Hi Panagiotis, This feature is basically just available. For even this reason the CTD (controldata) file is used. CTD files are templates for Form-designs. ...
Messages 29638 - 29667 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