Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NEED DLL HELP!
Message
From
15/06/1999 09:17:57
Charlie Davies
McIntire School of Commerce
Virginia, United States
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00229756
Message ID:
00229921
Views:
22
Kevin,

When you build a COM object in VFP, as long as you use the following syntax you should be fine:
"DEFINE class myclass as custom olepublic" and click "Build OLE DLL" when you're builing the project, your DLL will get written to the registry. Just search for the "myclass" class in regedit after you build and it will find it for you.



>I have built a multi threaded COM DLL in VFP.
>
>I built it in the winnt\system32 directory on
>a NT 4.0 system
>
>When I issue
>
> oObject = createobject("Dll.ClassName")
>
>I get the error:
>
>'Class definition DLL.CLASSNAME is not found'
>
>I have recompiled and even ran REGSVR32 and I still
>can't instantiate the DLL.
>
>Anyone know whats going on here?
Previous
Reply
Map
View

Click here to load this message in the networking platform