Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!mips!swrinde!elroy.jpl.nasa.gov!decwrl!sgi!shinobu!odin!marktwain.rad.sgi.com!linton From: linton@marktwain.rad.sgi.com (Mark Linton) Newsgroups: comp.windows.interviews Subject: Re: prebeta Message-ID: <1991Apr16.193413.4096@odin.corp.sgi.com> Date: 16 Apr 91 19:34:13 GMT References: Sender: news@odin.corp.sgi.com (Net News) Reply-To: linton@marktwain.rad.sgi.com (Mark Linton) Organization: sgi Lines: 15 In article , srchtec!mra@UU.PSI.COM (Michael Almond) writes: |> |> I'm working on building the IV 3.0 with g++ and have gotten stuck |> on xwindow.c. Is appears there is a type called 'HintFunction' used on line |> 857: |> |> void ivManagedWindowRep ::do_set(ivWindow * window, HintFunction f) { The line in include/IV-X11/windowrep.h typedef boolean (ManagedWindowRep::*HintFunction)(ManagedWindowHintInfo&); defines HintFunction as a pointer-to-member-function for ManagedWindowRep. g++ must be getting confused. If you figure out a syntax that is less confusing to it, let me know and I'll make the change here.