Hi
I'm integrating ProjectWise with Lotus Notes - so far so good. My code is running well on my machine, however when testing my code on a user's machine and I get the following error "error in loading .dll".
The ProjectWise path is in the "Path" in environment variables (same as on my machine). I'm calling the aaApi_Initialize Lib "DMSCLI.dll" in my code. Does anyone have any clues?
Many thanks
Including the ProjectWise\bin directory is essential, so it is good to hear that you are attempting to validate this important step. There are several tools ranging from attaching debuggers and using loader snaps, Microsoft Process Monitor, etc. However you may be able to identify the problem using a tool that Microsoft used to deliver in Visual Studio 2005 and prior, called Dependency Walker that is now located here: www.dependencywalker.com. Try this tool first and see if that helps, then Microsoft Process Monitor if needed. Unfortunately this type of issue is a Microsoft one in nature and you may only get limited help in this area since most forum members work with the API inside a Bentley product natively vs. trying to get a Bentley API to run with a 3rd party product's address space.
HTH,
Bob