View Single Post
  #3  
Old April 10th 07, 05:22 AM posted to microsoft.public.outlook.program_addins
JahMic
external usenet poster
 
Posts: 35
Default Addin call to external dll

I was doing an implicit load. (i.e. No explicit call to LoadLibrary)
Are you implying then, that making an explicit call is the only way to
do this then?

Thanks, J


On Apr 7, 1:38 am, "Dmitry Streblechenko" wrote:
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- Hide quoted text -


- Show quoted text -



Ads