PDA

View Full Version : Gnu C++?


Various
8th February 2008, 21:37
Hi folks,

I want to write an experimental plugin. Is it possible compile & link a plugin using GNU C or C++, i.e. using Cygwin? I don't have VC++ 6.

Thanks.

clsid
8th February 2008, 22:14
If you want to compile for Windows then you need Mingw32 instead of Cygwin.
http://www.mingw.org/

TheRyuu
9th February 2008, 00:24
Dev C++ might help.

neuron2
9th February 2008, 00:37
You don't need VC++ 6.

You can use the free Visual Studio 2005 Express.

Leak
9th February 2008, 03:19
If you want to compile for Windows then you need Mingw32 instead of Cygwin.
http://www.mingw.org/
Ummm... cygwin actually comes with cross-compilers for MinGW; I've built ffdshow for quite a while using it. It's just that it's gcc is a tad outdated...

squid_80
9th February 2008, 16:32
Isn't using anything other than VS/VC a bit risky since different compilers might order the virtual function table of IScriptEnvironment differently?

Leak
9th February 2008, 21:12
Isn't using anything other than VS/VC a bit risky since different compilers might order the virtual function table of IScriptEnvironment differently?
Well, there's always the avisynth_c interface, I suppose...

np: Blamstrain - Nuyersacidz (Lowblow)