Re: One last compilation question
Aaron Colflesh <[email protected]> Tue, 19 Apr 2005 10:14:04 -0500
| Newsgroups | gmane.network.vnc.ultravnc.general |
|---|---|
| Organization | Synthesys Computer Solutions |
| Message-ID | <[email protected]> |
Sweet, installing the SDK fixed it. I can compile & hopefully I won't have to bother you folks again. Thanks! De Vos Rudi wrote: > 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' >>