Delivery and finding DLLs
Hi all, I have an application which uses a DLL which I will be bundling with the delivered win32 application. When I run the app in lispworks, I have the DLL loaded from one directory, but when I deliver the application, I'll want it loaded from some other location (relative to the executable). So my question is this: When where and how should I perform the loading of the DLL so that I get correct behaviour for when app is delivered and the when it is running in lispworks? Until recently, I had the register DLL call be on the top level of one of the files that gets loaded, but that seems to have the side effect that when I deliver the app, it is still expecting that DLL to be in the same absolute location. Any suggestions? -- Joshua Taylor tayloj@rpi.edu