|
From: Ferdinando A. <na...@am...> - 2008-08-20 09:38:53
|
ok, so we're now only left with > warning C4251: 'ObjectHandler::ProcessorFactory::processorMap_' : > class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by > clients of class > 'ObjectHandler::ProcessorFactory' c:\Projects\DevEnv\R000905-branch\ObjectHandler\oh\processor.hpp 107 the Help clarify: > To minimize the possibility of data corruption when exporting a class with __declspec(dllexport), ensure that: > > All your static data is access through functions that are exported from the DLL. but since I'm not familiar with that code I'll leave this one to Eric or anyone knowledgeable about it. ciao -- Nando |