|
|
|
#1 |
|
Registered User
Join Date: Mar 2006
Posts: 3
|
Plugin Example for Mingw
I'm evaluating SWF Studio, and we need to be able to invoke customized DLL functions from the flash application. Is there a version of this example that works with Mingw?
Better yet, are there any plans to have a UI to generate these plugins directly from our DLL like Zinc does? Thanks! |
|
|
|
|
|
#2 |
|
Tim
Join Date: May 2001
Location: Ottawa
Posts: 11,873
|
Our plugin library was developed using VC++ but the LIB file should be compatible with other compilers (we haven't tested this though). If you write your DLL using our plugin library then the commands exposed by your DLL are integrated with SWF Studio as extensions to ssCore with all the benfits that come with that (named arguments, optional arguments, synchronous/asynchronous execution, etc).
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Mar 2006
Posts: 3
|
Hi Northcode,
According to this, I actually won't be able to write a Mingw Caller DLL linking to your plugin library. Do you have another solution? Thanks! Quote:
|
|
|
|
|