home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!utcsri!torn!watserv2.uwaterloo.ca!watmath!undergrad.math.waterloo.edu!cayley.uwaterloo.ca!cwvernon
- From: cwvernon@cayley.uwaterloo.ca (C. Vernon)
- Subject: Re: Changing Window's focus: possible?
- Message-ID: <BxEn7p.5Cx@undergrad.math.waterloo.edu>
- Sender: news@undergrad.math.waterloo.edu
- Organization: University of Waterloo
- References: <682@lax.lax.pe-nelson.com> <1992Nov5.145745.3278@hyper.hyper.com> <6NOV199207570849@zeus.tamu.edu>
- Date: Sun, 8 Nov 1992 16:02:13 GMT
- Lines: 12
-
- In article <6NOV199207570849@zeus.tamu.edu> sam4628@zeus.tamu.edu writes:
- >P.S. I typed in the HELLOWIN example out of Petzold (using BC++) and got
- >it to work with minor mods. However, I get a warning that I'm trying to
- >export a non-public function when I include my window proc in the EXPORT
- >line of the DEF file. Any suggestions?
-
- Did you use the "_export" keyword when defining your functions like:
-
- long FAR PASCAL _export WndProc...
-
- Also, Borland C++ does not need an export section in the .def file.
-
-