Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!mit-eddie!bloom-beacon!eru!luth!sunic!suadb!vall!mikael From: mikael@vall.dsv.su.se (Mikael Kindborg) Newsgroups: comp.windows.ms Subject: Pointers to functions Message-ID: <581@vall.dsv.su.se> Date: 9 Oct 89 15:09:28 GMT Organization: University of Stockholm, Sweden Lines: 12 ------ I have a question concerning the use of pointers to functions in Windows programs. I want to have a program with mutiple data segments. Must I use MakeProcInstance()? If I have to, must I export the functions I want to refer to with pointers in the .def file? I am developing an object-oriented framework for Windows programs, and functions pointers are essential to my system. Mikael Kindborg Department of Computer Science University of Stockholm Sweden