[PD] MinGW + Eclipse + MSWIN helloworld

Mathieu Bouchard matju at artengine.ca
Thu Jul 14 19:15:59 CEST 2011


On Thu, 14 Jul 2011, luca paganotti wrote:

> mingw32-make pd_nt mingw32-gcc.exe -shared -lm -lkernel32 -lcoldname 
> -lcrtdll -Lc:/Programmi/pd/bin -lpd -DPD -O2 -funroll-loops 
> -fomit-frame-pointer -Wall -W -Wshadow -Wstrict-prototypes -Werror 
> -Wno-unused -Wno-parentheses -Wno-switch -mms-bitfields 
> -Ic:/Programmi/pd/src -o helloworld.dll helloworld.c
> 
> so I'm using the -shared linker option and -lpd dowsn't mean that I'm 
> linking against the pd dll?

Well, yes you are, but there's something else that I don't know about, 
probably about the visibility of the names you are supposed to get from 
PD.DLL ...

  _______________________________________________________________________
| Mathieu Bouchard ---- tél: +1.514.383.3801 ---- Villeray, Montréal, QC


More information about the Pd-list mailing list