Great clue! The NEWOBJECT itself didn't help, but the problem was a path problem in the INIT method. Once I took care of that, it runs fine! Thank you!
> Date: Fri, 15 Feb 2013 20:24:51 +0100 > From: [email protected] > To: [email protected] > Subject: Re: 64-bit DEFINE CLASS > > Can you try replacing createobject with NEWOBJECT() without the set procedure > to ? > > loClass = NEWOBJECT("MyClass", "makeclass.prg")&&'MyClass' is the class > defined in MakeClass.prg > > To see if it is a problem with PATh or with the class.init method() > > HTH > The Foxil > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

