I've heard that it is difficult or impossible to use C++ with VB.net. Is it possible with this library to build a DLL? If so, how do I do it?
I followed the instructions for compiling on windows, but I was using Visual Studio Express 2013. It seemed to build correctly as static libraries, which I guess is the default. It put 4 .lib files in the Win32 folder. However, I couldn't add them as a reference to another solution. So I changed the preference setting to DLL and when I built it I got many (50-70) errors that said something about missing external symbols. (That may not have been the exact phrase; I can get the exact messages if it is important.)
Thanks