ofvideo

Hi,

I’m trying to compile a Dll of the video library using vs 2008 express so I can call some methods from another program.

I haven’t done this before so I started a new empty DLL project, added ofVideoGrabber.h and ofVideoGrabber.cpp. tried to compile and a error saying it couldn’t find ofConstants.h appeared.

So I added ofConstants.h to the project, tried to compile again and the error persists.

Has anyone got experience in compiling dll’s or is there a openframework dll which includes the video methods?

Many thanks in advance

Cheers

EVert