Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Regsvr32= What API call?

rahzan
新分销商 I
747 次查看
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 项奖励
1 回复
Steven_L_Intel1
747 次查看
LoadLibrary (yourDLL)
GetProcAddress (...,"DllRegisterServer")
Call it

That's all REGSVR32 does.

Look up DllRegisterServer in the online docs.

Steve
0 项奖励
回复