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 16242 - 16274 of 42818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16242 magic_user_68 Offline Send Email Jul 1, 2003
10:00 am
http://groups.yahoo.com/group/BCX/files/BCX_Files/bc367c.zip I just posted a message about this, it didn't seem to take though. If a dup please ignore. - Scott...
16244 magic_user_68 Offline Send Email Jul 1, 2003
10:07 am
Kevin and Wayne, My latest version takes care of your 4 examples. http://groups.yahoo.com/group/BCX/files/BCX_Files/beta/bc367c.zip Example 4 was taken with a...
16245 Kevin Diggins
mrbcx Offline Send Email
Jul 1, 2003
10:55 am
... Scott -- I won't say "cheating" but I will say "dangerous". Although "hwnd" was found in my samples, there's a high probability that someone, even me, will...
16246 Kevin Diggins
mrbcx Offline Send Email
Jul 1, 2003
11:00 am
... Vic McClung relocated those to his personal website. He authored the conversions....
16247 Kevin Diggins
mrbcx Offline Send Email
Jul 1, 2003
11:04 am
... I'll put it on the to-do list Robert -- shouldn't be a big deal to get them working again....
16248 Wayne Halsdorf
wmhalsdorf Offline Send Email
Jul 1, 2003
12:17 pm
... I see that the project has expanded beyond the orignal request. I haven't any time to do anything the last few days, work readed it's ugly head. My...
16249 magic_user_68 Offline Send Email Jul 2, 2003
12:26 am
http://groups.yahoo.com/group/BCX/files/BCX_Files/beta/bc367d.zip You can almost smell it! (The wood is burning now) So, I changed the way I look for Windows...
16250 magic_user_68 Offline Send Email Jul 2, 2003
12:54 am
FYI- I just remove the "$" from AppExeName and appexepath in BCX's code and tested it. This works flawlessly now with the examples you have provided. Can you...
16251 Kevin Diggins
mrbcx Offline Send Email
Jul 2, 2003
12:59 am
... Scott ... I've been tinkering with 3.67C for the last couple of hours. It translates all the standard BCX demos EXCEPT \Gui_DEMO\ToolTips ...
16252 BCX@yahoogroups.com Send Email Jul 2, 2003
1:07 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 :...
16253 magic_user_68 Offline Send Email Jul 2, 2003
1:15 am
Cool Kevin, As you can see I have spent most of the day removing all the last of the bugs. I will check out your code and see what you have changed, though I...
16254 Kevin Diggins
mrbcx Offline Send Email
Jul 2, 2003
1:28 am
... Scott ... "ALL" is a big word and should be used sparingly :-) 3.67e barfs BADLY on this (so does my 3.67c2) IF UCASE$("a" & "b")& LCASE$("C" & "D")&...
16255 magic_user_68 Offline Send Email Jul 2, 2003
1:30 am
http://WinMerge.sourceforge.net/ You can find out what has changed in your code by using this great free tool. I recomend it highly for Developers. This...
16256 Kevin Diggins
mrbcx Offline Send Email
Jul 2, 2003
1:44 am
... 1st the good news ... ALL BCX GUI_DEMO samples translate with 3.67e Now the bad news ... Andreas Gunthers DlgEdit bombs out using 3.67e but translates and...
16257 magic_user_68 Offline Send Email Jul 2, 2003
2:07 am
http://groups.yahoo.com/group/BCX/files/BCX_Files/beta/bc367e.zip Zaped : IF UCASE$("a" & "b")& LCASE$("C" & "D")& UCASE$("e") = _ "ABcdE" THEN ? "OK!" I...
16258 magic_user_68 Offline Send Email Jul 2, 2003
2:15 am
I have to try it before going. Here is my comment on Dlgedit_bcx I See one of the problems is "&&" translates to "&" "&". We need add something to out code to...
16259 Kevin Diggins
mrbcx Offline Send Email
Jul 2, 2003
2:40 am
... Hmmm ... seems something is broke! 3.67F barfs on this: DIM a$ IF UCASE$("a" & "b")& LCASE$("C" & "D")& UCASE$("e") = "ABcdE" THEN a$ = UCASE$("a" & "b") &...
16260 magic_user_68 Offline Send Email Jul 2, 2003
6:58 am
Kevin, FYI- ... a$ = UCASE$("a" & "b") & LCASE$("C" & "D") & UCASE$("e") PRINT a$ ... I don't let "=" go through the ampersand parser. The current & function...
16261 Kevin Diggins
mrbcx Offline Send Email
Jul 2, 2003
8:05 am
... Very true. The official version of BCX does not support on-the-fly string concatenation (OTFSC). That's a quirk that new BCX user's must [currently]...
16264 magic_user_68 Offline Send Email Jul 2, 2003
12:18 pm
http://groups.yahoo.com/group/BCX/files/BCX_Files/beta/bc367h.zip This has got to be it??? I stayed up all night for this I sure hope it works. Now Equations...
16265 sisophon2001 Offline Send Email Jul 2, 2003
2:07 pm
Hi I cut this from the BC.BAS Version 3.67 Source '*********************************************************** ' Translate REMOVE UCASE$("aaa") FROM...
16266 BCX@yahoogroups.com Send Email Jul 2, 2003
9:23 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 :...
16267 magic_user_68 Offline Send Email Jul 2, 2003
9:38 pm
Kevin and fellow BCXers, http://groups.yahoo.com/group/BCX/files/BCX_Files/beta/bcx367j.zip After spending 40 Hours on this project I believe it is ready for...
16268 Kevin Diggins
mrbcx Offline Send Email
Jul 2, 2003
9:47 pm
Thanks Garvan -- the next official release will include your fixes!...
16269 Kevin Diggins
mrbcx Offline Send Email
Jul 2, 2003
9:58 pm
... It's the UNKNOWN bugs that I'm worried about :-) ... Bet on it! I hope I fail miserably in my attempt to break it so that I can hang a 3.68 label on it :-)...
16270 Kevin Diggins
mrbcx Offline Send Email
Jul 2, 2003
11:13 pm
I have tested everything I have with Scott's final 3.67j translator and I find that everything translates normally (albeit, a little bit slower due to the...
16271 BCX@yahoogroups.com Send Email Jul 2, 2003
11: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...
16272 Wayne Halsdorf
wmhalsdorf Offline Send Email
Jul 2, 2003
11:29 pm
... Use the file test6.bas I just uploaded it's what I've been using for my version. Currently I'm testing to see if anything gets broken....
16273 magic_user_68 Offline Send Email Jul 2, 2003
11:34 pm
Cool! I just thought of a way to speed it up that I didn't include. Why not use ampcount to signal not to go any farther through the code. To make it even...
16274 Robert Wishlaw
rwishlaw Offline Send Email
Jul 2, 2003
11:35 pm
con_demo\s90.bas uses LEN as a variable in two subroutines. Robert Wishlaw...
Messages 16242 - 16274 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