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 10881 - 10928 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10881 BCX@yahoogroups.com Send Email Nov 1, 2002
3:20 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...
10882 Wayne Halsdorf
wmhalsdorf Offline Send Email
Nov 1, 2002
3:26 pm
... be ... The file I just uploaded will properly translate the following. function dec2hex(number%) as String Dim A$ A$=HEX$(number%) function=A$ end Function...
10883 John Costelloe
avelon5@... Send Email
Nov 1, 2002
5:03 pm
One way would be to change the syntax of the GUI statement to GUI "ClassName" [,PIXELS] [,ICON, n] where n is the icon ID in your application .rc file, (eg....
10884 gsac3 Offline Send Email Nov 1, 2002
7:41 pm
John: Seems to work fine in your example for putting the ICON in the window header line, but what about using the ICON to identify the ".exe" file in its...
10885 John Costelloe
avelon5@... Send Email
Nov 1, 2002
8:52 pm
... Don, I don't understand. I see the same icon showing in the application header, the Windows toolbar and in Windows Explorer's display. Using Win98SE. -- ...
10886 gsac3 Offline Send Email Nov 1, 2002
9:02 pm
John: You are right! I didn't see the ".exe" ICON earlier because I was viewing the file inside your ".ZIP" file. Thanks a-lot. Maybe Kevin can make your...
10887 Kevin Diggins
mrbcx Offline Send Email
Nov 2, 2002
12:55 am
... I like it! Thanks John....
10888 Doyle Whisenant
mechanicjenn Offline Send Email
Nov 2, 2002
4:17 am
... Me too! Now, how about adding something to be able to use "TranslateAccelerator" in the message loop using the GUI shortform code? Is it possible to add...
10889 Michael Lobanovsky
mikell4bcx Offline Send Email
Nov 3, 2002
11:34 am
The current implementation of GetBmp is bloated and leads to memory leaks: HDC GetBmp (int Left,int Top,int Width,int Height,HWND hWnd) { HDC HdcSrc; ...
10890 Michael Lobanovsky
mikell4bcx Offline Send Email
Nov 3, 2002
12:41 pm
The current implementation of BCX_Put is bloated and leads to memory leaks: void BCX_Put (HWND DesthWnd, HBITMAP hBitmap, int LtDest, int TopDest, int...
10891 Michael Lobanovsky
mikell4bcx Offline Send Email
Nov 3, 2002
1:51 pm
The current implementation of BCX_Put is buggy and bloated: void DrawTransBMP(HWND hWnd,HBITMAP hBmp,COLORREF Kolor,int x,int y) { static HIMAGELIST...
10892 mikell4bcx Offline Send Email Nov 3, 2002
1:56 pm
... This line should read as follow: "The current implementation of DrawTransBMP is buggy and bloated:" Sorry. Michael Lobanovsky...
10896 Kevin Diggins
mrbcx Offline Send Email
Nov 3, 2002
2:18 pm
... Michael: Your "fix" !! BREAKS !! \GUI_DEMO\MBWIZARD\ ... IN PREVIOUS CALL (SEE BELOW) ... RELEASED ... ...
10898 Robert Wishlaw
rwishlaw Offline Send Email
Nov 3, 2002
8:34 pm
Michael: I wrote the GetBmp module last May and I thank you for cleaning it up. One point for programmers to be wary of is your ...
10900 David Garner
dpgarner Offline Send Email
Nov 3, 2002
9:22 pm
Hi All, Quiet message day. Yahoo or ya'll? Attached is a start on a program to help create programs. At least that's my dream. I've often wished that I...
10903 Robert Wishlaw
rwishlaw Offline Send Email
Nov 3, 2002
10:15 pm
... From: "Kevin Diggins" <kdiggins@...> To: <BCX@yahoogroups.com> Sent: Sunday, November 03, 2002 6:18 AM Subject: [BCX] Re: Bugs in DrawTransBMP ... ...
10904 Doyle Whisenant
mechanicjenn Offline Send Email
Nov 3, 2002
11:03 pm
David Garner wrote: Hi David, ... I think macros would go a long way to improving and/or using less code to get something done. ... How about having an...
10912 rwishlaw Offline Send Email Nov 3, 2002
11:51 pm
... insist ... Translates and compiles on W98 with BCX 300 and BCX 307. Runs too. Robert Wishlaw...
10916 Kevin Diggins
mrbcx Offline Send Email
Nov 4, 2002
2:13 am
... Yes....
10917 Kevin Diggins
mrbcx Offline Send Email
Nov 4, 2002
3:13 am
http://groups.yahoo.com/group/BCX/files/BCX_Files/Bc.Exe http://groups.yahoo.com/group/BCX/files/BCX_Files/Bc.Bas ...
10918 Robert Wishlaw
rwishlaw Offline Send Email
Nov 4, 2002
3:29 am
MrBCX: Thank you for the upgrade I believe that in BCX308.bas line 13541 should read FPRINT Outfile," ReleaseDC(A,hdc);" line 13692 should read FPRINT...
10919 Robert Wishlaw
rwishlaw Offline Send Email
Nov 4, 2002
6:21 am
BCX Help File November 3, 2002 Build 308 is available at http://groups.yahoo.com/group/BCX/files/BCX_Help_Files/BCXHelp.chm Changes include Added PIXELS and...
10920 Kevin Diggins
mrbcx Offline Send Email
Nov 4, 2002
6:23 am
... Thanks Robert So noted ... 3.09 has begun :-)...
10921 Gerome GUILLEMIN
gerome_71 Offline Send Email
Nov 4, 2002
8:23 am
Dear Kevin et al, There is an ENORMOUS bug in the 308 version : that seemed not tested with a TYPE struture... TRY this please : TYPE CHECKDIS szProdName[64]...
10923 Gérôme GUILLE...
gerome_71 Offline Send Email
Nov 4, 2002
11:23 am
Hi Kevin et al, 1/ Try this code please : DIM RAW szTraceDate[32] AS STRING szTraceDate$ = "[" & DATE$(5) & "/" This doesn't work using the 3.07 version and it...
10924 Kevin Diggins
mrbcx Offline Send Email
Nov 4, 2002
11:58 am
... The problem is with the AS STRING construct. Until Wayne has an opportunity to fix it, you can use this instead: TYPE CHECKDIS szProdName[64] AS CHAR ...
10925 BCX@yahoogroups.com Send Email Nov 4, 2002
2:55 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 : /Prof. Roberto...
10926 BCX@yahoogroups.com Send Email Nov 4, 2002
2: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 : /Prof. Roberto...
10927 BCX@yahoogroups.com Send Email Nov 4, 2002
2:59 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 : /Prof. Roberto...
10928 BCX@yahoogroups.com Send Email Nov 4, 2002
2:59 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 : /Prof. Roberto...
Messages 10881 - 10928 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