[EMAIL PROTECTED] writes:

> I think the attribute '__stdcall' 

The __stdcall doesn't have *anything* to do with name mangling.

> and the '.def' file using remove the
> mangling of function, but it isn't. :( 

The .def file can't possibly affect name mangling -- by the time
.def file comes into play (at link time), the object has already
been compiled and the mangling has already happened.

> . How can i remove the whole
> ([EMAIL PROTECTED] and [EMAIL PROTECTED]) function mangling?? 


extern "C" int ExtFunz(int a) { ... }

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
Help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to