| « Previous Thread | Next Thread » |
|
Hello,
I have downloaded D211 SDK and tryed to run samples that are included. They all build fine without errors but every time I try to run them I get an error: d311ipc.dll is missing. Why d311 when I have D211 on my laptop instaled and running. I am new to C++ so any help would be apriciated! Thanks |
|
You are probably using a wrong project configuration when building the samples (the default configuration is Win32 Release D311). You should use either "Win32 Release D211" or "Win32 Debug D211". The bat-file provided with each sample will build all configurations. After building the samples you have to make sure that a copy of d211ipc.dll is either in a directory which is in the path or in the same directory as the sample binary. You can find d211ipc.dll in the directory where D211 is installed.
Best Regards, Nokia D211 Support |
|
Hi,
is there a *clean* way to find the d211ipc.dll at runtime? I dont want to hardcode the path or distribute the dll with my application. best regards manfred leitner |
|
Hello,
Please see the LoadLibrary-function description in the MSDN documentation. From there you can find a description about how Windows looks for a DLL. Note! You shouldn't call LoadLibrary() in your application for such DLL that has been linked with your application. Best Regards, Nokia D211 Support |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|