home *** CD-ROM | disk | FTP | other *** search
- From: smythee@etcetc.fidonet.org (Ean Smythe)
- Sender: uucp@etcetc.fidonet.org
- Path: sparky!uunet!drd!etcetc!uucp
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Export errors.
- Message-ID: <724094154.AA00845@etcetc.fidonet.org>
- Date: Fri, 11 Dec 1992 11:15:00 -0600
- Lines: 22
-
- I'm compiling a Windows application (Microsoft v7) in C. I ran across
- a "symbol defined more than once", which turned out to be ok, I just didn't
- have the /NOI (NOIGNORECASE) switch on for LINK...
-
- So I add the /NOI switch to my makefile, and all of a sudden, I get
- the following group of errors :
-
- LINK : error L2022: MainWndProc (alias MainWndProc) : export undefined
- LINK : error L2022: Sale (alias Sale) : export undefined
- LINK : error L2022: NewInv (alias NewInv) : export undefined
-
- and so on, for every single one of my exported functions. They *are*
- listed in the .DEF file like always.
-
- I took the /NOI switch out, and it compiled without errors.
-
- What's happening?
-
- E=-Ean=-
- Internet: smythee@etcetc.fidonet.org
- FidoNet : 1:170/106.0
-
-