[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Message from Mark re: C++
> From: Ilya Razmanov <ilyich@cacr.ioc.ac.ru>
> First, I have to say some words about FM/FiFo vs C++. As far as know, C is
> rather expensive in case you'd like to be able to redistribute runtimes etc.
> In a word, it is not too expensive if you develop "for your own" but it is
> if you come to professional work (correct me if I'm wrong).
Yikes. As far as I know, the Microsoft Visual-C/C++ runtime routines
are freely redistributable. Anyone know different?
By the way, FM will soon let you call your own C code in a DLL, so
you will have the best of all worlds -- a simple but reliable framework
for doing all the things a plug-in needs to do to interface with the host
application, plus total freedom to write the filter algorithm itself using
whatever compiler tools you like.
-Alex Hunter
FM Programmer