Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!m.cs.uiuc.edu!vela!rdthomps From: rdthomps@vela.acs.oakland.edu (Robert D. Thompson) Newsgroups: comp.windows.ms.programmer Subject: How Do I Call Function After GetProcAddress() !!! Message-ID: <6931@vela.acs.oakland.edu> Date: 10 Jun 91 00:50:08 GMT Reply-To: rdthomps@vela.acs.oakland.edu (Robert D. Thompson) Distribution: world Organization: Oakland University, Rochester MI Lines: 21 I seem to be having problems calling a function after GetProcAddress() Basically, lpfnFunction = GetProcAddress(...) Then I want to call the function. I remember doing something similar a while back, but I can't seem to get this to work...even with (lpfnFunction)(); Any help would be appreciated. Thanks --- Robert