Page 1 of 1

Need some help with FFGL development...

Posted: Wed Dec 03, 2008 16:16
by gpvillamil
I've been trying very hard to get started with FFGL development, but keep running into roadblocks.

Not sure if this is best place to post a request for help, but apparently the FreeFrame forum on SourceForge doesn't get looked at too often.

Basically I have Microsoft Visual Studio 2008 for C++ and the FFGL SDK. Attempting to compile the FFGLHost example has all kinds of problems, namely the ffglhost.h file is missing, among others.

Some of the FFGLPlugins compile (often with many, many warnings) and others don't.

It would be really helpful to have a step-by-step guide on how to get the darned things to compile. After that, I'm in pretty good shape re GLSL and C++. Just can't seem to get over the mechanics of getting stuff to compile.

Re: Need some help with FFGL development...

Posted: Thu Dec 04, 2008 01:04
by levon
hey Gpvillamil, i have managed to get the example plugins to compile.

i installed MSVC++ 2008 express
open file/solution
select FFGLplugins in the MSVC8 directory, it will ask you to convert the file, do this.

then in the tree list RMB on the plugin you want to compile, and do build.

i just tried with FFGLhost, and it didnt work either.

Re: Need some help with FFGL development...

Posted: Wed Dec 10, 2008 16:13
by gpvillamil
I guess the FFGLHost source code is not included...

Everything else compiles, but with a ton of warnings. Something about variable casting. Runs OK though.