cd src/mod/languages/mod_lua
make swigclean
-make lua_wrap
+make mod_lua_wrap.cpp
cd ../../../..
cd src/mod/languages/mod_perl
public delegate string SWIGStringDelegate(string message);\r
static SWIGStringDelegate stringDelegate = new SWIGStringDelegate(CreateString);\r
\r
- [DllImport("$dllimport", EntryPoint="SWIGRegisterStringCallback_$module")]\r
+ [global::System.Runtime.InteropServices.DllImport("$dllimport", EntryPoint="SWIGRegisterStringCallback_$module")]\r
public static extern void SWIGRegisterStringCallback_$module(SWIGStringDelegate stringDelegate);\r
\r
static string CreateString(string cString) {\r
public delegate string SWIGStringDelegate(string message);
static SWIGStringDelegate stringDelegate = new SWIGStringDelegate(CreateString);
- [DllImport("mod_managed", EntryPoint="SWIGRegisterStringCallback_freeswitch")]
+ [global::System.Runtime.InteropServices.DllImport("mod_managed", EntryPoint="SWIGRegisterStringCallback_freeswitch")]
public static extern void SWIGRegisterStringCallback_freeswitch(SWIGStringDelegate stringDelegate);
static string CreateString(string cString) {