Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Regsvr32= What API call?

rahzan
New Contributor I
785 Views
Com servers can be registered with Regsvr32

What is the equivalent API call?
How can any error from it be trapped?

Thanks in adv.
TimH
0 Kudos
1 Reply
Steven_L_Intel1
Employee
785 Views
LoadLibrary (yourDLL)
GetProcAddress (...,"DllRegisterServer")
Call it

That's all REGSVR32 does.

Look up DllRegisterServer in the online docs.

Steve
0 Kudos
Reply