I have been using the .dll successfully in my project for a while now, but was wondering if the .lib files contained within the development code are static library files or import library files.
I ask because my project is currently accessing eight different .dlls(other than PCANBasic.dll), and it is turning into a deployment issue with so many different items. My solution to this was to use static library versions of all of these .dlls to contain all of the code within the executable itself. I have successfully moved to static libraries on all of my .dll files except for PCANBasic.dll. I am having linking issues with resolving the symbols when I attempt to use PCANBasic.lib. Any information or documentation that I could get on implemting the PCAN-Basic functionality in this way would be appreciated. My implementation is in Visual C++ (CLR).
Thanks,
Zach

