home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / tools / 848 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1016 b 

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!tik.vtt.fi!aku
  2. From: aku@tik.vtt.fi (Arto Kujala)
  3. Newsgroups: comp.os.ms-windows.programmer.tools,comp.windows.ms.programmer
  4. Subject: BC++ says: __WEP duplicated
  5. Message-ID: <Bu06K5.CAF@tik.vtt.fi>
  6. Date: 3 Sep 92 12:55:16 GMT
  7. Sender: aku@tik.vtt.fi (Arto Kujala)
  8. Organization: Technical Research Centre of Finland, Laboratory for Information Processing (VTT/TIK)
  9. Lines: 16
  10.  
  11. I am developping a DLL with Borland C++ 3.1 using ObjectWindows
  12. libraries, which I link as DLLs.
  13.  
  14. I am getting a linker warning "__WEP defined in module MAPSHELL.C is
  15. duplicated in module WEP." MAPSHELL.C is my routine where I Libmain
  16. and WEP are defined.
  17.  
  18. The DLL seem to run as supposed, but when closing I get some Windows
  19. errors: something is wrong with the WEP.
  20.  
  21. What is "module WEP"?
  22.  
  23. What is going on?
  24.  
  25. I am also forced to use non-case sensitive linking, because otherwise
  26. I get hundreds of linker warnings (duplicate defs, missing defs).
  27.