[PD] Re:Compiling PD Externals with MS VC7|Net

Thomas Grill t.grill at gmx.net
Mon Oct 6 18:44:38 CEST 2003


Hi Aziz,

as far as i know the __declspec(dllexport) itself doesn't mangle names, but
maybe you are compiling in C++ mode and need an additional
extern "C"
to avoid c++ name mangling?

greetings,
Thomas

----- Original Message ----- 
From: "aziz" <me at triyae.com>
To: <pd-list at iem.at>
Sent: Monday, October 06, 2003 4:41 PM
Subject: [PD] Re:Compiling PD Externals with MS VC7|Net


> sorry apparently the __declspec(dllexport) ms specific modifier mangles
> the function name in the export table, not sure if theres other linker
> options to override this,.. anybody?
>
>
> _______________________________________________
> PD-list mailing list
> PD-list at iem.at
> http://iem.at/cgi-bin/mailman/listinfo/pd-list
>
>





More information about the Pd-list mailing list