Archived from groups: microsoft.public.pocketpc,microsoft.public.pocketpc.developer,microsoft.public.windowsce.embedded (More info?)
I'm trying to compile a DLL project originally created for Win32 using EVC4.
I'm using EVC4, SP3, with PocketPC 2003 SDK.
I compile fine, but then I get a linker error:
-----------------------------------------------------
error LNK2001: unresolved external symbol "const type_info::`vftable'"
-----------------------------------------------------
I understand (from previous posts to this and other newsgroups) that this is
b/c
my project uses RTTI and C++ exceptions. However, I've removed all
try/catch
code. So, my questions are:
*) why do I get this linker error?
*) how can I solve this?
*) what other functions/operators/statements should I look for in my code
that could cause this?
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.