From: Dennis S. <sy...@yo...> - 2005-02-14 20:41:29
|
On Mon, 2005-02-14 at 17:27 -0500, Duilio J. Protti wrote: > Why this will be a disaster? EXPORT is defined by mingw? > If it is not, you just must define EXPORT to the corresponding thing > when building on mingw, or define to empty when not. And put it in front of every symbol you export, IE every >EVERY< function. so we get: EXPORT VisActor *visual_actor_new (char *name); and this for every call. Or do I get something wrongly ? |