home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.misc
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!gibdo!tvp
- From: tvp@gibdo.engr.washington.edu ()
- Subject: Please tell me how to call LibMain from a DLL
- Message-ID: <1992Dec18.121114.3101@u.washington.edu>
- Sender: news@u.washington.edu (USENET News System)
- Organization: clearer than blir
- Date: Fri, 18 Dec 1992 12:11:14 GMT
- Lines: 20
-
- Sorry for posting so many newbie questions lately, but I feel I'm
- getting close to completing my first windows utility. (Can't call it
- an app really... too small.) I need to know what to do when I first
- enter the code for my DLL. Like if my DLL is really for defining just
- one single function, what exactly do I need between the top of the
- file and:
-
- int MyWinFunc(...){...}
-
- Right now, I have only one Windows specific include file (windows.h)
- and a call to LibMain() that appears not to be working. Can someone
- e-mail me one of their typical DLLs so I can see how it's supposed to
- go? Thanks in advance.
-
- ------------------------------------------------------------------------
- Tad Perry Internet: tvp@gibdo.engr.washington.edu
- CompuServe: 70402,3020
- NIFTY-Serve: GBG01266
- ------------------------------------------------------------------------
-
-