Hello After some more searching and reading I've found a solution.
Step 1, compilation of sipxtapi * Replace libpcre.a with pcre.lib in Properties -> Configuration Properties -> Linker -> Input -> Additional dependencies Step 2, using the compiled DLL * Copy both pcre3.dll and sipXtapi.dll to the .Net bin folder of your project. I had first replaced libpcre.a with libpcre.a.dll, but that did not help. Dependency walker did not show me the missing dependencies either. Compiling with pcre.lib instead of libpcre.a.dll removed the "Invalid access to memory location" error and gave back the plain "missing dll" error which made me suspect that an additional dll was needed. Then I added the pcre3.dll and everything worked =) //Jonas _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
