![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
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 - |
#4
|
|||
|
|||
![]()
Of course, for implicitly loaded dlls, they must either be in the same
directory where the exe resides (which is outlook.exe) or be in one of the directories specified in the PATH enviroment variable (e.g. Windows, Ssystem32, etc). Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "JahMic" wrote in message ups.com... 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 - |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Custom Form w/ DB Call | rm | Outlook - Using Forms | 0 | March 8th 07 01:35 AM |
OH YES I THINK THEY DID CALL MR BUT I DID NOT TALK TO THEM MY MAMA SAI CALL HER BACK LATER CUZ SHE IS DOING SOMETHG RIGHT NOW WHY DID YOU CALL ME NO | THEIR IS ONLY ONE ME YES SIR | Outlook Express | 0 | February 25th 07 08:12 AM |
How to call phone numbers with extensions? | joffer31 | Outlook - Using Contacts | 3 | July 5th 06 06:37 PM |
New Call window | Pyramid 36 | Outlook - Using Contacts | 0 | March 27th 06 10:56 PM |
API Call Exited Abnormally | Don Koenig | Outlook Express | 2 | January 14th 06 12:19 AM |