Subj : Re: How to get address of CALLBACK function? To : borland.public.cpp.borlandcpp From : Bruce Salzman Date : Wed Mar 30 2005 11:00 am > The "addressof" operator (&) can not be used here, or at least I can > not > find how. I have static member function now, but the following line > can not be compiled: > > waveOutProcAddress = &WaveChannel.waveOutProc; Try it without the '&'. -- Bruce .