[ CnUnix ] in KIDS 글 쓴 이(By): mania (미치니) 날 짜 (Date): 1995년03월31일(금) 21시58분57초 KST 제 목(Title): [Q] Visual C++에서 delete, new 에러? 먼저 teach에서 물었던 건데.. 담이 없어서 여기에 올립니다.... [ Teach ] in KIDS 글 쓴 이(By): mania (미치니) 날 짜 (Date): 1995년03월13일(월) 18시18분40초 KST 제 목(Title): Visual C++ new, delete 의 질문 Visual C++ 1.0/1.5에서 다음과 같은 Message의 에러가 발생된는데 무슨 이유인지 모르겠읍니다. Data Structure를 구성할때 CObject를 계승하여, 구성하는중의 에러같은데..... 이 에러는 Debug Version에서만 생기고, Release compile의 경우 발생하지 않으며, linker option의 Prevent use of extened dictionary의 option을 선택하면 사라집니다. C:\LANG\MSVC\LIB\mlibcew.lib(delete.cxx) : error L2044: void __far __cdecl operator delete(void __near*) : symbol multiply defined, use /NOE C:\LANG\MSVC\LIB\mlibcew.lib(new.cxx) : error L2044: void __near* __far __cdec 아시는 분은 꼭 알려 주세요... |