Page 1 of 1

Native Extension Questions

PostPosted: October 30th, 2007, 3:47 pm
by schizoidboy@codeplex
Hi, I have two questions:

1) How do I re-compile Phalanger without native extensions? I am hosting Phalanger in a secure AppDomain and do not want to execute PInvoke. I already have Phalanger source working, but don't know how to cleanly remove native extensions.

2) Once I turn off native extensions, how do I add in managed replacement for these functions myself into the Phalanger code? I see things likeImplementsFunction("..."), but do I need to register the classes in a special way?

Thanks!
Kevin