R
Ralf Hoelzemer
hi list,
the sdk of a program i am writing a plugin for says:
" The dll project implementing the COM object must implement and export the
DllCanUnloadNow function in order to be freed by UnloadCOMLibs. See your
compiler documentation for more details about DllCanUnloadNow. "
is it possible to export "DllCanUnloadNow" from a vb.net class library and
if yes - how would i do this ?
thank you
Ralf Hoelzemer
the sdk of a program i am writing a plugin for says:
" The dll project implementing the COM object must implement and export the
DllCanUnloadNow function in order to be freed by UnloadCOMLibs. See your
compiler documentation for more details about DllCanUnloadNow. "
is it possible to export "DllCanUnloadNow" from a vb.net class library and
if yes - how would i do this ?
thank you
Ralf Hoelzemer