Hi James: Thank you for the info. I have removed the C translation for SELECT CASE example 2. Robert Wishlaw...
43435
James Fuller
james_c_fuller
May 12, 2013 1:11 pm
Robert, It is probably not worth the effort but none of the MSG_HANDLER code works after 6.22 due to the change in Select Case. Also In the BEGIN EVENTS END...
43436
James Fuller
james_c_fuller
May 12, 2013 2:03 pm
Robert, If you remove the Select Case in the BEGIN EVENTS form1Proc all seems to be well. Well not quite for me as I changed LOCAL so LOCAL needs to be changed...
43437
James Fuller
james_c_fuller
May 12, 2013 2:20 pm
Another follow up. It compiles fine with 6.22 and 6.99 but is it working correctly? The two Form selection buttons just produce a rectangle in the bottom...
43438
James Fuller
james_c_fuller
May 13, 2013 2:01 pm
Ok. I think I finally have this figured out :) The help file code uses a redundant line that I took literally when testing with bc9. bc9 treats all LOCAL and...
43439
James Fuller
james_c_fuller
May 17, 2013 2:52 pm
With the anticipation of further c++ study I updated the bc9 help file c++ section and posted a preliminary version in my bcx yahoo group folder. ...
43440
James Fuller
james_c_fuller
May 17, 2013 2:53 pm
Lets try this link http://tech.groups.yahoo.com/group/BCX/files/James%20Fuller/bc9Help.chm...
43441
James Fuller
james_c_fuller
May 17, 2013 2:54 pm
Does not like spaces !!!!...
43442
Robert
rwishlaw
May 19, 2013 2:33 am
BCX Help Version 7.0.0, May 18 2013 is available as BCXHelp.chm in the directory http://tech.groups.yahoo.com/group/BCX/files/BCX_Help_Files/ Changes include ...
43443
Robert
rwishlaw
May 19, 2013 2:37 am
BCX Version 7.0.0 2013/05/18 is available at http://tech.groups.yahoo.com/group/BCX/files/BCX_Files%20-%20New/ Changes to 6.9.9 for 7.0.0 Robert Wishlaw ......
43444
Robert
rwishlaw
May 19, 2013 2:47 am
... Hi James: Nice job. Keep up the good work. I'll study this more carefully as time permits. Robert Wishlaw...
43445
James Fuller
james_c_fuller
May 19, 2013 12:39 pm
I believe AUTO should be removed from the help file and if possible from the BCX parser in it's current form. It states in the help file "AUTO is the default...
43446
James Fuller
james_c_fuller
May 19, 2013 1:18 pm
Well that appears to have been an easier fix than I thought? In DimVar Sub CASE ImAuto Changed: FPRINT Outfile,Scoot$;"auto ";sVolatile$;szVarDecName$;" ...
43447
Robert
rwishlaw
May 20, 2013 2:40 am
Hi James: In the Microsoft compilers from 2010 and beyond the /Zc:auto - compiler option tells the compiler to use the original meaning of the auto keyword. ...
43448
andrewillems2001
andrewillems...
May 20, 2013 3:53 pm
Hi there, I get a compiler error when compiling the BCX_SETOLOR example from the help file with Windows 7 (x64). It worked fine with the 32 bit version of...
43449
James Fuller
james_c_fuller
May 20, 2013 4:25 pm
Translates and compiles fine here with Pellesc and the latest MinGw 4.8 running Win7x64 using bcx 6.9.9,bcx 7.0.0 and bc9 James On Mon, May 20, 2013 at 11:53...
43450
andrewillems2001
andrewillems...
May 20, 2013 6:22 pm
Hi, sorry I forgot to say but the executable is also compiled to 64 bit with Pelles C 7.0....
43451
James Fuller
james_c_fuller
May 20, 2013 7:54 pm
You are correct bcx has a problem with 64bit. bc9 works fine though. James On Mon, May 20, 2013 at 2:22 PM, andrewillems2001 <...
43452
Robert
rwishlaw
May 21, 2013 6:17 am
... There may be more to this than I can see but it may be that some typecasting lunacy was let loose on BCX. Here is a simple solution that solves the...
43453
Robert
rwishlaw
May 21, 2013 6:21 am
BCX Version 7.0.1 2013/05/20 is available at http://tech.groups.yahoo.com/group/BCX/files/BCX_Files%20-%20New/ Changes to 7.0.0 for 7.0.1 Robert Wishlaw In...
43454
James Fuller
james_c_fuller
May 21, 2013 12:31 pm
Thank you Robert. I am really not a typecast junkie :) just an inexperienced c/c++ programmer. I added what the compiler said it wanted to bc9 Yours is much...
43455
andrewillems2001
andrewillems...
May 21, 2013 7:37 pm
Thank you Robert for the fix and updating BCX to 7.01. Kind regards, Andrew...
43456
Doyle Whisenant
mecsoftware
May 21, 2013 9:19 pm
... Thank you Robert and James for all of the updates. It is appreciated. -- Thanks, Doyle...
43457
Ad Rienks
kwibus2002
May 22, 2013 8:39 am
Hello Group, Using BCX version 7.0.1, and PellesC, I tried to compile the example "Print to Printer". The resulting C code: int main(int argc, char *argv[]) { ...
43458
Ad Rienks
kwibus2002
May 22, 2013 9:20 am
Compiling with BCX 6.9.9.1 gives no errors. Met vriendelijke groet, Regards Ad 2013/5/22 Ad Rienks <ad.rienks@...>...
43459
Ad Rienks
kwibus2002
May 22, 2013 9:37 am
Problem solved: in the example: *"PRINT fp1"*, should be *"PRINT #fp1"* Met vriendelijke groet, Regards Ad Rienks 2013/5/22 Ad Rienks <ad.rienks@...>...
43460
Robert
rwishlaw
May 22, 2013 4:42 pm
BCX Help Version 7.0.1, May 22 2013 is available as BCXHelp.chm in the directory http://tech.groups.yahoo.com/group/BCX/files/BCX_Help_Files/ Changes include ...
43461
Robert
rwishlaw
May 22, 2013 4:51 pm
Thank you Ad. The correction has been made in the BCX Help Version 7.0.1, May 22 2013. Robert Wishlaw...
43462
bruce_axtens
May 23, 2013 3:59 pm
$LEANANDMEAN directive Purpose:The $LEANANDMEAN directive is a wrapper for the Win32 API WIN32_LEAN_AND_MEAN define. When $LEANANDMEAN is used, a some header...
43463
Robert
rwishlaw
May 23, 2013 10:21 pm
... Thank you Bruce. Your correction has been made to the next version of the BCX Help file and your name has been added to the list of BCX Help Revision...