Problemb for DllImport

  • Thread starter Thread starter reshm.shah
  • Start date Start date
R

reshm.shah

I want to use one dll written in VC++ 6.0 I written all code for
dllimort & declare the extern function to be called. But i am getting
the Error particular Dll is not loaded
What else i cam do?

Urgent
 
(e-mail address removed) a écrit :
I want to use one dll written in VC++ 6.0 I written all code for
dllimort & declare the extern function to be called. But i am getting
the Error particular Dll is not loaded
What else i cam do?

Urgent
i don't know if it's your problem, but you can try to register your DLL with
regsvr32.exe yourDLL.dll
with your dll in the Windows/system32 folder
 
thanx Alban,
When i went to registered it it gives the message
LoadLibrary(Mydll.dll) is not loaed
I am not getting the prob. when will this happen unable to load the dll
even not ready to registered
 
Back
Top