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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 19688 - 19726 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19688 Kevin Diggins
mrbcx Offline Send Email
Nov 1, 2003
11:04 am
... Sorry Robert ... this is still bugging me. The following is clipped from the U/Va Website: <QUOTE> License: This software is not freeware, it is...
19689 Doyle Whisenant
mechanicjenn Offline Send Email
Nov 1, 2003
2:47 pm
... I have noticed this also. ... I agree. ... The latest? I wonder. ... I appreciate it also. I don't like the idea of having only one compiler to use with...
19690 Kevin Diggins
mrbcx Offline Send Email
Nov 1, 2003
4:17 pm
... Jacob updated the full distribution only 2 weeks ago. ... Color me naive, but I don't understand why the sudden angst over whether Jacob is going to update...
19691 John Jacques
johnj_01201 Offline Send Email
Nov 1, 2003
4:35 pm
I just want to point out that the Q software web site has 2 main sections; the FREE download for lcc and the STORE that has pers & prof prices. The store does...
19692 Terry & Utahna
tolsen64 Offline Send Email
Nov 1, 2003
5:03 pm
I know this is not a C forum, but sometimes BCX translates my code with no errors, but during the C compile, I get several. So i'm reading "Teach Yourself C++...
19693 Terry & Utahna
tolsen64 Offline Send Email
Nov 1, 2003
5:10 pm
... What about Borland's Free C compiler? I tried to compile a BCX translated C file and Borland compiled it with relatively few errors. Just a few tweaks ...
19694 David Garner
dpgarner Offline Send Email
Nov 1, 2003
6:17 pm
Terry, ... That's not just a C question. It's a C++ question. Someone here probably knows the answer (not me), but I'd suggest you keep reading the book. If...
19695 Kevin Diggins
mrbcx Offline Send Email
Nov 1, 2003
6:27 pm
... If you use the $CPP bcx directive, many (but not all ) BCX translated samples will compile error free with BCC55....
19696 rwishlaw Offline Send Email Nov 1, 2003
6:37 pm
... Terry: Like Microsoft C/C++, Borland C++ 5.5 does not support the C99 extensions that are required by some BCX functions. There are a number of limitations...
19697 rwishlaw Offline Send Email Nov 1, 2003
6:50 pm
... This is still bugging me too. I sympathize with your comments below but with the astounding litigious (that is "I'm going to SUE !") nature of society,...
19698 mikehg_67 Offline Send Email Nov 1, 2003
9:05 pm
... I think all this may have started because the QSS web site always says "the latest update" and gives the current days date. Meaning it will be the most...
19699 John Jacques
johnj_01201 Offline Send Email
Nov 1, 2003
9:59 pm
Yup, that's what happened with me. John ... From: mikehg_67 To: BCX@yahoogroups.com Sent: Saturday, November 01, 2003 4:05 PM Subject: [BCX] Re: LCCWin32...
19701 Terry & Utahna
tolsen64 Offline Send Email
Nov 2, 2003
4:08 am
Why, when I place a Button inside a Frame, doesn't it cause a WM_COMMAND event? Example: myWindow = BCX_FORM("My Window", Left$, Top$, Width$, Height$) myFrame...
19702 Doyle Whisenant
mechanicjenn Offline Send Email
Nov 2, 2003
4:23 am
... It does but it's not sent to the main window but to the frame window which without subclassing can not act on the click. You have the parent window for the...
19705 Kevin Diggins
mrbcx Offline Send Email
Nov 2, 2003
9:40 am
... Exactly right. I see no point in having the frame parent to the button. Use this instead: myButton=BCX_BUTTON("My Button", myWindow, 102, Left$, Top$,...
19706 pk4bcx2 Offline Send Email Nov 2, 2003
10:50 am
I don't use BCX/LCC anymore because of the licence. The main reson is this : I used it to make small ( and most of the time ) simple apps. Sometimes want to...
19707 evertvandijken Offline Send Email Nov 2, 2003
11:14 am
... All, Nowhere I found an evidence that there are no more free updates from LCC are availabe. Neither the official site of LCC nor the site of Q Software...
19708 Roger Lamb
trimaster_98 Offline Send Email
Nov 2, 2003
2:43 pm
I'm curious as to why bcx doesn't use Delorie's DJGPP or even GNU GPP win32 compilers? Is there a reason why BCX didn't go with either of those? As both of ...
19709 Kevin Diggins
mrbcx Offline Send Email
Nov 2, 2003
3:30 pm
... When BCX was born, Lcc-Win32 was freeware. In fact, I have a 1997 version of Lcc-Win32 (somewhere) that includes the source code for some of the Lcc-Win32...
19710 BCX@yahoogroups.com Send Email Nov 2, 2003
6:45 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 :...
19711 pk4bcx2 Offline Send Email Nov 2, 2003
6:50 pm
Maybee someone finds this useful : XBasic LITE is a Windows only version of XBasic. XBasic is an extremely powerful programming language that includes the best...
19712 Ryan Pusztai
rjpcomputing Offline Send Email
Nov 2, 2003
8:38 pm
I have looked at this. It was OK but there is a runtime. :-( This is something I am not willing to deal with. This is just my 2 cents. Thanks for the...
19714 rwishlaw Offline Send Email Nov 2, 2003
9:10 pm
In the function pointers example con_demo\s150.bas The line DIM pf(DOUBLE,DOUBLE) AS FUNCTION DOUBLE translates as static double (*pf)(int,int); Should it not...
19719 Wayne Halsdorf
wmhalsdorf Offline Send Email
Nov 2, 2003
10:29 pm
... This gets what you want. DIM pf(a as DOUBLE,b as DOUBLE) AS FUNCTION DOUBLE...
19720 Kevin Diggins
mrbcx Offline Send Email
Nov 2, 2003
11:02 pm
... I have updated S150 for the next full distribution. Thanks...
19721 vernon_blaine Offline Send Email Nov 3, 2003
12:05 am
I just finished modifying my bcx program to compile with MinGW. Everything compiles without error except for an undefined reference to InitCommonControlsEx@4....
19722 sisophon2001 Offline Send Email Nov 3, 2003
1:55 am
... reference ... can ... This ... I had the same problem the first time I tried out MinGW, until Robert helped me out. There are two possible sources for this...
19723 BCX@yahoogroups.com Send Email Nov 3, 2003
2:33 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 : /John_Jacques/BCX...
19725 John Jacques
johnj_01201 Offline Send Email
Nov 3, 2003
2:37 am
Hello, I've spent a week writing a tutorial on how to use DirectDraw version 7 with BCX and just uploaded it to the file area. Obviously I'm not a professional...
19726 Prof. Roberto A. Berr...
rabm4483 Offline Send Email
Nov 3, 2003
3:23 am
I proudly to present the last BLOC Basic compiler. Cross Platform. Windows - Linux. Gui Components working like RapidQ. Create.... End Create Support of...
Messages 19688 - 19726 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