We are using a couple of DLLS and OCXS in our application, and I have tried unsuccessfully to use them with XBundler. What can I do?

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > XBundler >

We are using a couple of DLLS and OCXS in our application, and I have tried unsuccessfully to use them with XBundler. What can I do?

If your DLL links with the Microsoft runtime libraries (MSVCRxx.dll), you could make a static linking with those libraries using the linking switch /MT (More information can be found at: http://msdn2.microsoft.com/en-us/library/abx4dbyh(VS.80).aspx)  After that, compile again and it should work correctly with XBundler. Another solution is to check the option "Add Manifest from XBundler files" in the Extra Options panel.

 

If the problem persists, it will be great if you send us your application and the DLLs that you plan to bundle which cause the problem, so we can reproduce the problem here. If you cannot send the unprotected application, it will be great also if you send us any test application that we can use to reproduce your problem.