This FFGL plugin is a wrapper for FF10 plugins, allowing you to use them in FFGL only applications
This is beta software and has not been tested thoroughly. We make no warrenty as to stability or safety of using this software.
Copy the following libraries to your WINDOWS\System32 directory:
IMPORTANT: Copy the following files to your FFGL application directory NOT YOUR PLUGIN DIRECTORY
Copy a few of your FF10 plugins into the ff10 directory
I'm assuming your directory layout is something like this:
Where the plugins directory contains your FFGL plugins for use by FreeFrameApp.exe. If it's called something else, you'll need to open up WrapPlug.bat and edit the settings.
The default WrapPlug.bat contains this:
for %%x in ( .\ff10\*.dll ) do copy .\fugWrapperGL.dll .\plugins\%%~nx.dll
Which looks for *.dll files in the ff10 directory and copies fugWrapperGL.dll to the plugins directory under the same name.
So, for example, if you have AlphaTrail.dll under your ff10 directory, you'll end up with a AlphaTrail.dll under your plugins directory too, after running WrapPlug.bat (but it's actually just a copy of fugWrapperGL.dll)
If you want a different destination directory just change the .\plugins\ path at the end
If you've followed the instructions above, you can now double click on WrapPlug.bat and it should wrap all your FF10 plugins. You can now load your FFGL application.
If, more likely when, I release an updated version of this plugin, copy it to your FreeFrameApp dir and just run WrapPlug.bat again to update all your plugins.
You should now be able to see and use all your FF10 plugins in your FFGL application
Please let me know if you have any problems especially if you have plugins that don't seem to work correctly.
©2010 Alex May - www.bigfug.com - bigfug@gmail.com
This software uses code of FFmpeg licensed under the LGPLv2.1