Hi all,
I am trying to wrap my code with embind, and I have a ctor which receives 3 
in params of const char*.
So I wrote the following:
And got an error that says that  PKc  is not supported:
Cannot construct  foo   due to unbound types: PKc

How can I rewrite the embinding please? I cannot change the CTOR function.

EMSCRIPTEN_BINDINGS(contextTest) {
emscripten::class_<Foo>("foo").
constructor<const char*, const char*, const char*>();
}

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to emscripten-discuss+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/emscripten-discuss/e748d862-21ea-499c-9556-899dbdc7b37dn%40googlegroups.com.

Reply via email to