Search found 3 matches

by DPGeorge
Wed Jan 14, 2015 11:55 pm
Forum: Coding Questions
Topic: Runtime ERR on Mac running Yosemite. No error on Windows box
Replies: 3
Views: 1369

Runtime ERR on Mac running Yosemite. No error on Windows box

I'm just leaning PB and I wrote a simple factoring program and ran it fine on my windows box. That same code gave me a run time error on my Mac running Yosemite saying I've not initialized the gadget ID when I issued a SetActiveGadget() command. This SAME code works fine on the Windows box. I ran it ...
by DPGeorge
Mon Jan 12, 2015 5:27 pm
Forum: General Discussion
Topic: compiling a console progarm in OS 10 Yosemite
Replies: 2
Views: 1819

Re: compiling a console progarm in OS 10 Yosemite

Thank you so much for the info Jack. I tried it and it worked fine!

I'm a dummy! *sigh*

-Don
by DPGeorge
Mon Jan 12, 2015 12:56 am
Forum: General Discussion
Topic: compiling a console progarm in OS 10 Yosemite
Replies: 2
Views: 1819

compiling a console progarm in OS 10 Yosemite

So I wrote this simple console program to do integer factoring and ran it on my windows box. Works like a charm. I brought the code over to my Mac to see if I could get it to run on my iMac running Yosemite.

1. The debugger function keys to not work (you know f8 to single step f9 to set a break ...