Page 1 of 1

problem with building source code

Posted: Tue Oct 23, 2007 10:24 am
by hrybird
I downloaded the source code (Subversion 2007-08-24). When I use vc6.0 or vs 2002 to build, it has some errors like this:

FDM\Include.Add\DShow\wxutil.h(381) : error C2143: syntax error : missing ',' before '*'
FDM\vmsWebBrowserEvents.h(37) : error C2146: syntax error : missing ';' before identifier 'm_spUIHandler'

It seems 'VIDEOINFOHEADER' and 'IDocHostUIHandlerPtr' are not identified.

Do I miss some sdk ?

Expecting for your reply ! Thanks !

Having same problem with Visual Studio 2008

Posted: Tue Jan 13, 2009 10:43 am
by Miyamoto
Hi all, I'm trying to build too using the code from the SVN (2008-01-12), and here I got the message too :

Code: Select all

c:\dev\workspace\fdm\vmswebbrowserevents.h(37) : error C2146: erreur de syntaxe : absence de ';' avant l'identificateur 'm_spUIHandler'


Anyone knows which include or library I missed ?