From: Robert M. <rm...@po...> - 2006-06-28 19:29:20
|
Jeremy White wrote: > Hi, > > I've got a box with VC6 on it and I'm trying to build Win32-GUI - I know I > need to download the latest headers etc, but for the life of me (I've spent > over an hour looking!) , I can't seem to find the correct place/right SDK? > The errors below. Any suggestions? > > Cheers, > > jez. I'm Using the headers from the Win2003 SP1 PSDK http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en I've only installed the headers, and manually added them to be used before trying the VC98 headers. (I can't do a full install here, as most of the tools don't run on Win98) Regards, Rob. > > > NOTE: WINVER has been defined as 0x0500 or greater which enables > Windows NT 5.0 and Windows 98 features. When these headers were released, > Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions. > > For this release when WINVER is defined as 0x0500 or greater, you can only > build beta or test applications. To build a retail application, > set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk > to see if retail Windows NT 5.0 or Windows 98 headers are available. > > See the SDK release notes for more information. > > > *** Using Preserved Perl context. > > GUI_Options.cpp(934) : error C2039: 'uVersion' : is not a member of > '_NOTIFYICON > DATAA' > C:\Program Files\Microsoft Visual > Studio\VC98\include\shellapi.h(500) : > see declaration of '_NOTIFYICONDATAA' > GUI_Options.cpp(934) : error C2065: 'NOTIFYICON_VERSION' : undeclared > identifier > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Perl-Win32-GUI-Hackers mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-hackers > http://perl-win32-gui.sourceforge.net/ > |