We had not use STL in our project before... It uses many sources that shared with MW Codewarrior projects
After adding a new module that uses <list> include i have get next error:
In file included from /PalmDev/PalmOSTools/include/stlport/cstring:27,
from /PalmDev/PalmOSTools/include/stlport/stl/_algobase.h:39,
from /PalmDev/PalmOSTools/include/stlport/stl/_list.h:34,
from /PalmDev/PalmOSTools/include/stlport/list:35,
from ExtControls/PalmRichEdit.h:16,
from VK/REVK.h:16,
from VK/VkAra.h:17,
from FlashCards.h:33,
from main.cpp:2:
/usr/share/prc-tools/include/../include/string.h:32: declaration of C function
`void * MemMove(void *, const void *, long unsigned int)' conflicts with
/PalmDev/sdk-5r4/include/Core/System/MemoryMgr.h:298: previous declaration
`Err MemMove(void *, const void *, long int)' here
What may i do wrong?
-- lexis ([EMAIL PROTECTED]) ECTACO, Inc. http://www.ectaco.com http://www.lingvosoft.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
