home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / misc / 4167 next >
Encoding:
Internet Message Format  |  1992-12-11  |  1.0 KB

  1. From: smythee@etcetc.fidonet.org (Ean Smythe)
  2. Sender: uucp@etcetc.fidonet.org
  3. Path: sparky!uunet!drd!etcetc!uucp
  4. Newsgroups: comp.os.ms-windows.programmer.misc
  5. Subject: Export errors.
  6. Message-ID: <724094154.AA00845@etcetc.fidonet.org>
  7. Date: Fri, 11 Dec 1992 11:15:00 -0600
  8. Lines: 22
  9.  
  10.     I'm compiling a Windows application (Microsoft v7) in C.  I ran across
  11. a "symbol defined more than once", which turned out to be ok, I just didn't
  12. have the /NOI (NOIGNORECASE) switch on for LINK...
  13.  
  14.     So I add the /NOI switch to my makefile, and all of a sudden, I get
  15. the following group of errors :
  16.  
  17. LINK : error L2022: MainWndProc (alias MainWndProc) : export undefined
  18. LINK : error L2022: Sale (alias Sale) : export undefined
  19. LINK : error L2022: NewInv (alias NewInv) : export undefined
  20.  
  21.     and so on, for every single one of my exported functions.  They *are*
  22. listed in the .DEF file like always.
  23.  
  24.     I took the /NOI switch out, and it compiled without errors.
  25.  
  26.     What's happening?
  27.  
  28. E=-Ean=-
  29. Internet:  smythee@etcetc.fidonet.org
  30. FidoNet :  1:170/106.0
  31.  
  32.