Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: smartjoe on January 15, 2011, 03:21:18 pm

Title: How to specify __declspec( dllexport ) in sparxEA?
Post by: smartjoe on January 15, 2011, 03:21:18 pm
Hi,

I'm blundering around looking for how to add this before a function.
eg:   __declspec( dllexport ) int myFunction() { return 0; }
Can it be specified in enterprise architect without being coded by hand?

Thanks.