Re: One last compilation question

De Vos Rudi <[email protected]> Sat, 16 Apr 2005 03:09:18 +0200
Newsgroups gmane.network.vnc.ultravnc.general
Message-ID <[email protected]>
Balloons are only supported with the SDK...
You can disactivate that part of the code, it is only reponsible for the
balloon messages

Aaron Colflesh schreef:

> Ok wow, thanks for the quick response to my previous question De Vos
> Rudi!
> As per his suggestion, I'm now focusing on compiling WinVNC SC.
> Unfortunatly I seem to have a bit of a problem (errors below). The
> machine I'm compiling on is running a fully updated WinXP Pro & I'm
> using VC++6.
>
> Any suggestions?
> AC
>
> From Build log:
> winvnc\winvncsc\vncmenu.cpp(337) : error C2065: 'NIF_INFO' :
> undeclared identifier
> winvnc\winvncsc\vncmenu.cpp(338) : error C2039: 'szInfo' : is not a
> member of '_NOTIFYICONDATAA'
>         VC98\INCLUDE\shellapi.h(500) : see declaration of
> '_NOTIFYICONDATAA'
> winvnc\winvncsc\vncmenu.cpp(339) : error C2039: 'szInfoTitle' : is not
> a member of '_NOTIFYICONDATAA'
>        VC98\INCLUDE\shellapi.h(500) : see declaration of
> '_NOTIFYICONDATAA'
> winvnc\winvncsc\vncmenu.cpp(340) : error C2039: 'uTimeout' : is not a
> member of '_NOTIFYICONDATAA'
>         VC98\INCLUDE\shellapi.h(500) : see declaration of
> '_NOTIFYICONDATAA'
> winvnc\winvncsc\vncmenu.cpp(341) : error C2039: 'dwInfoFlags' : is not
> a member of '_NOTIFYICONDATAA'
>         VC98\INCLUDE\shellapi.h(500) : see declaration of
> '_NOTIFYICONDATAA'
> winvnc\winvncsc\vncmenu.cpp(341) : error C2065: 'NIIF_INFO' :
> undeclared identifier
> winvnc\winvncsc\vncmenu.cpp(353) : error C2039: 'szInfo' : is not a
> member of '_NOTIFYICONDATAA'
>         VC98\INCLUDE\shellapi.h(500) : see declaration of
> '_NOTIFYICONDATAA'
> winvnc\winvncsc\vncmenu.cpp(354) : error C2039: 'szInfoTitle' : is not
> a member of '_NOTIFYICONDATAA'
>         VC98\INCLUDE\shellapi.h(500) : see declaration of
> '_NOTIFYICONDATAA'
> winvnc\winvncsc\vncmenu.cpp(355) : error C2039: 'uTimeout' : is not a
> member of '_NOTIFYICONDATAA'
>         VC98\INCLUDE\shellapi.h(500) : see declaration of
> '_NOTIFYICONDATAA'
> winvnc\winvncsc\vncmenu.cpp(356) : error C2039: 'dwInfoFlags' : is not
> a member of '_NOTIFYICONDATAA'
>         VC98\INCLUDE\shellapi.h(500) : see declaration of
> '_NOTIFYICONDATAA'