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