Dear Users! Please post bug reports about FDM here!

problem with building source code

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: problem with building source code

Having same problem with Visual Studio 2008

Post by Miyamoto » Tue Jan 13, 2009 10:43 am

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 ?

problem with building source code

Post by hrybird » Tue Oct 23, 2007 10:24 am

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 !

Top