-
Notifications
You must be signed in to change notification settings - Fork 7
unresolved external symbol #12
Comments
Recently, I've changed a lot things of the library and in the file edefine.h you should find this : |
Oups, I should have made a pull before the report... sorry |
I still have the same undefined symbols with ba2ad8c and Microsoft Visual C++ 2013 |
I didn't have time to test with MVC. When I use MVC, I generate pd.lib and pd.def with pd.dll and it works. Perhaps the default Pd distribution does not have the symbols. Anyway, I check MVC to remove the symbols. This is temporary but I don't find any better solution right now. |
ThomasLeMeur has done the MVC project (rc 2015 demo) for the Cream Library, he uses directly the .lib and .def from PD 0.46 and there isn't any problem. Can you try it ? |
The solution doesn't work with MVC 2013 nor rc 2015. |
I succeed to build with Mingw-w64 on Linux by linking against .dll instead of .lib. |
You can't link against .dll with MVC but the solution is to "recreate" the .lib with all the symbols : |
When building with MIcrosoft Visual Studio 2013, I experienced those errors :
I'm using the
pd.lib
from Pd-0.46-6 and got the same with the library from 0.46-0.The same code build fine on Unix.
How can I resolve this ?
The text was updated successfully, but these errors were encountered: