Go Back   Northcode Support > SWF Studio Plugin Development
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
Old 2006-03-29, 07:49 PM   #1
soybie
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!
soybie is offline   Reply With Quote
Old 2006-03-29, 09:44 PM   #2
northcode
Tim
 
northcode's Avatar
 
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).
northcode is offline   Reply With Quote
Old 2006-03-30, 12:01 PM   #3
soybie
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:
Originally Posted by northcode
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).
soybie is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes