One last compilation question

Aaron Colflesh <[email protected]> Fri, 15 Apr 2005 12:38:38 -0500
Newsgroups gmane.network.vnc.ultravnc.general
Organization Synthesys Computer Solutions
Message-ID <[email protected]>
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'