slang-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [slang-users] push array structure into slang


> symbol: _Z17_SLang_pop_structPP18_SLang_Struct_Type

This entry point name has C++ linkage (mangled by the C++ compiler,
e.g. in order to support overloading).  Use the extern "C" qualifier
to ensure C linkage.

-Mike

_______________________________________________
To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]