Panda Module Builder

Super, thanks so much Tobias.

Your sample class is perfectly working for me.
Note for VS2015 users: the config file should be “Visual Studio 14 2015”

I tried to compile my module (which works with VS2015 as described [url][SOLVED] Issue with Linking Panda classes with Interrogate]), I have several linker errors relating to the Panda classes:

error LNK2019:external symbol not resolved  "__declspec(dllimport) bool __cdecl Dtool_Coerce_LVecBase3f(struct _object *,class LVecBase3f  * &,bool &)" (__imp_?Dtool_Coerce_LVecBase3f@@YA_NPEAU_object@@AEAPEAVLVecBase3f@@AEA_N@Z)

error LNK2019: external symbol not resolved"__declspec(dllimport) bool __cdecl Dtool_Coerce_LVecBase4f

Quick question: as I had the same issue (see [url][SOLVED] Issue with Linking Panda classes with Interrogate]), does the scripts link to ‘core.lib’ (which is required in 1.9x)?

[EDIT]
As a further comment, I have the same issue in the packaging of the pyd (“specified procedure can’t be found”) - see [url]Oh my god!]. I used the one generated with the sample class. Does it work for you?

Thanks!