Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting error when trying to print from within a DLL
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00858675
Message ID:
00859649
Views:
23
Nope :)

You cannot register COM EXE with REGSVR32. REGSVR32 works only with DLL or OCX files.
You can register COM EXE (you will also need .VBR and .TLB files) with
mycomexename.exe -REGSERVER
and on the client PC (in case of using DCOM) by
clireg32 mycomexename.VBR
BTW, David I am sure you know this. :)


>David,
>
>Yup.
>
>>Thanks Dave! Buy the way, if they build it as an exe would they still use REGSVR32 to register it?
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform