View Single Post
  #2  
Old April 6th 07, 05:38 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Addin call to external dll

Do you specify the full path when you call LoadLibrary()?

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"JahMic" wrote in message
ups.com...
I have an addin that is primarily an exchnage client (ExchEntryPoint),
and I am making calls to other DLLs that I have created. However, it
seems that it can not find these DLLs, if I install them in the same
directory as the addin. What is the best way to get my addin to find
these other DLLs? If possible, I don't want to messing with system
directories or such, that may require eventual admin priviliges.

Thanks in advance,

J



Ads