-
There was a compilation error in the DirectX sample. The calls to ShowWindow and UpdateWindow inside of CView::OnCreate had m_hWnd arguements that did not match the signatures for those functions in the Win32++ library. Deleting those arguments fixes this.
I am using the VC2005 project and the example from the "All Examples" zip (which did not include the MDI_Demo).
2008-12-12 18:43:25 UTC in Win32++
-
Is available now. While it is not exactly like the Linux version, it can do some new tricks and almost all of the old ones. In particular, it is now compiling in C++ and each Effect is a class whose global variables have been replaced by instance variables. This makes the program reentrant so cascading effects is easy.
Its also here on SourceForge, and can be found at...
2008-10-14 09:24:36 UTC in EffecTV
-
jamiefaye committed revision 17 to the Money Shot SVN repository, changing 4 files.
2008-10-02 11:55:21 UTC in Money Shot
-
jamiefaye committed revision 16 to the Money Shot SVN repository, changing 5 files.
2008-10-01 15:10:36 UTC in Money Shot
-
I spent the 4th of July weekend converting the code base of almost all of the EffecTV effects over from C to C++, and into the Freeframe format. It is all in one plugin that is perhaps 150K or so. I added a "built in demo" mode and some other stuff so its bigger then that now, but it is still a marvel of simplicity.
It took the rest of the Summer to get it working on Windows with...
2008-09-28 06:01:46 UTC in FreeFrame Open Video Plugin System
-
jamiefaye committed revision 15 to the Money Shot SVN repository, changing 7 files.
2008-09-28 02:46:17 UTC in Money Shot
-
jamiefaye committed revision 14 to the Money Shot SVN repository, changing 13 files.
2008-09-28 02:43:02 UTC in Money Shot
-
I recently completed a port of the EffecTV video effects processing system to run as a Freeframe plug-in. This now adds 49 new visual effects to the several hundred that are already available with this widely adopted plug-in standard.
Released under the GPL, EffecTV-Freeframe also significantly expands the range of visual special effects obtainable as Free Software.
2008-09-05 08:10:38 UTC in Money Shot
-
jamiefaye committed revision 13 to the Money Shot SVN repository, changing 7 files.
2008-09-05 07:36:07 UTC in Money Shot
-
jamiefaye committed revision 12 to the Money Shot SVN repository, changing 15 files.
2008-09-05 07:34:12 UTC in Money Shot