From: Glenn C. <gl...@gl...> - 2002-06-18 13:16:38
|
Got it... my compiler is happy now. Dude! The tooltips are way cool. Great work! And, the helpbox speed is much, much better... you da man. (Go ahead and turn your cap around.) I'll try to build a new release for more testing sometime today or tonight. Again, way cool. Thanks, Glenn > -----Original Message----- > From: dqs...@li... > [mailto:dqs...@li...]On Behalf Of Will Dean > Sent: Tuesday, June 18, 2002 3:35 AM > To: dqs...@li... > Subject: RE: [DQSD-Devel] Tool tips on Help Menu > > > At 00:51 18/06/2002 -0500, you wrote: > >Will, > > > >I just pulled the source and try a quick compile. I'm getting the > >following... > > > >MenuBuilder.cpp(209) : error C2065: 'MENUINFO' : undeclared identifier > > > >...any ideas? MENUINFO should be in windows.h/winuser.h, eh? > If not, I'll > >look at it tomorrow. > > This was very confusing. > > The docs say that this is available from Win98, so I'd expect it to work > with WINVER >= 0x0410. However, it's actually defined for > WINVER >= 0x0500. > > WINVER wasn't explicitly defined in the DQSDTools project, so you and I > were seeing different defaults (I build with the current SDK rather than > the VC6 headers). > > So, I've explicitly defined WINVER as 0x0410, which broke my code in the > same way as yours, then I've removed the use of this function, > which was a > bit daft anyway. > > I've checked-in a new stdafx.h and a new menubuilder.cpp. > > Cheers, > > Will > > > > ------------------------------------------------------------------ > ---------- > Bringing you mounds of caffeinated joy > >>> http://thinkgeek.com/sf <<< > > _______________________________________________ > DQSD-Devel mailing list > DQS...@li... > https://lists.sourceforge.net/lists/listinfo/dqsd-devel > > |