RE: [Flashcoders] C# DLL to extend Flash IDE

2006-04-20 Thread Boris
april 2006 14:32 Aan: flashcoders@chattyfig.figleaf.com Onderwerp: [Flashcoders] C# DLL to extend Flash IDE Hi guys, Could someone tell me if it's possible to use DLL written in C# to extend Flash IDE? Documentation says it should be C-written. Is it possible at all to use Cpp / C# DLL

Re: [Flashcoders] C# DLL to extend Flash IDE

2006-04-20 Thread Zoltan Csibi
Try to build a C++ dll with Use managed extensions (/clr) option. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf

[Flashcoders] C# DLL to extend Flash IDE

2006-04-19 Thread Michael Klishin
Hi guys, Could someone tell me if it's possible to use DLL written in C# to extend Flash IDE? Documentation says it should be C-written. Is it possible at all to use Cpp / C# DLL ? Thanks in advance. -- Michael Antares Klishin, Blog: http://www.novemberain.com/blog/ Email: [EMAIL

Re: [Flashcoders] C# DLL to extend Flash IDE

2006-04-19 Thread DINH Viet Huy
Michael Klishin wrote: Lee McColl-Sylvester wrote: My guess is no. The interface into a Win32 C dll is far different from a compiled C# dll, which is in effect merely in an intermediate code. Your best bet is to look to other Win32 dll compiling options if you feel C or C++ are a little over