Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class getting registered wrong
Message
 
 
To
26/05/2005 11:52:49
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01017839
Message ID:
01017849
Views:
36
>I have built an exe under name "myexename.exe".
>An OLE PUblic class from it is run like this:
>o = createobject(myexename.classname)
>
>The I recompiled exe again but now I named it "exename.exe".
>o = createobject(exename.classname)
>does not work because tlb file still has "myexename" so registry does.
>How can I fix that?
>
The first part in the COM ProgID is the name of the project. You can either rename the project or change project name on the Servers tab in the Project Info.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform