Book a Demo

Author Topic: How to specify __declspec( dllexport ) in sparxEA?  (Read 2250 times)

smartjoe

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
How to specify __declspec( dllexport ) in sparxEA?
« 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.