Build Log
  

Build started: Project: MitosisShared, Configuration: Release|Win32

Command Lines
  
Creating temporary file "d:\CompuCell3D\DeveloperZone\binary\Mitosis\MitosisShared.dir\Release\RSP00002013683568.rsp" with contents
[
/O2 /Ob2 /I "D:\CompuCell3D\include\CompuCell3D" /D "WIN32" /D "_WINDOWS" /D "NDEBUG" /D "CMAKE_INTDIR=\"Release\"" /D "MitosisShared_EXPORTS" /D "_WINDLL" /D "_MBCS" /FD /EHsc /MD /Fo"MitosisShared.dir\Release\\" /Fd"D:/CompuCell3D/DeveloperZone/binary/Mitosis/Release/CC3DMitosis.pdb" /W3 /c /TP   /Zm1000

..\..\Mitosis\MitosisPluginProxy.cpp

..\..\Mitosis\MitosisSimplePlugin.cpp

..\..\Mitosis\MitosisPlugin.cpp
]
Creating command line "cl.exe @d:\CompuCell3D\DeveloperZone\binary\Mitosis\MitosisShared.dir\Release\RSP00002013683568.rsp /nologo /errorReport:prompt"
Creating temporary file "d:\CompuCell3D\DeveloperZone\binary\Mitosis\MitosisShared.dir\Release\RSP00002613683568.rsp" with contents
[
/OUT:"Release\CC3DMitosis.dll" /VERSION:3.1 /INCREMENTAL:NO /LIBPATH:"D:\CompuCell3D\lib\Release" /LIBPATH:"D:\CompuCell3D\lib" /DLL /MANIFEST /MANIFESTFILE:"MitosisShared.dir\Release\CC3DMitosis.dll.intermediate.manifest" /PDB:"Release\CC3DMitosis.pdb" /STACK:10000000 /IMPLIB:"Release\CC3DMitosis.lib"  /STACK:10000000 /machine:I386 kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib  CC3DCompuCellLib.lib CC3DBoundary.lib CC3DBasicUtils.lib CC3DField3D.lib CC3DPublicUtilities.lib

".\MitosisShared.dir\Release\MitosisPlugin.obj"

".\MitosisShared.dir\Release\MitosisSimplePlugin.obj"

".\MitosisShared.dir\Release\MitosisPluginProxy.obj"
]
Creating command line "link.exe @d:\CompuCell3D\DeveloperZone\binary\Mitosis\MitosisShared.dir\Release\RSP00002613683568.rsp /NOLOGO /ERRORREPORT:PROMPT"
Creating temporary file "d:\CompuCell3D\DeveloperZone\binary\Mitosis\MitosisShared.dir\Release\RSP00002713683568.rsp" with contents
[
/outputresource:".\release\CC3DMitosis.dll;#2" /manifest

.\MitosisShared.dir\Release\CC3DMitosis.dll.intermediate.manifest
]
Creating command line "mt.exe @d:\CompuCell3D\DeveloperZone\binary\Mitosis\MitosisShared.dir\Release\RSP00002713683568.rsp /nologo"
Creating temporary file "d:\CompuCell3D\DeveloperZone\binary\Mitosis\MitosisShared.dir\Release\BAT00002813683568.bat" with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% > .\MitosisShared.dir\Release\mt.dep
]
Creating command line "d:\CompuCell3D\DeveloperZone\binary\Mitosis\MitosisShared.dir\Release\BAT00002813683568.bat"
Output Window
  
Compiling...
MitosisPluginProxy.cpp
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(87) : warning C4251: 'CompuCell3D::Potts3D::cellFactoryGroup' : class 'BasicClassGroupFactory' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        D:\CompuCell3D\include\CompuCell3D\BasicUtils/BasicClassGroupFactory.h(57) : see declaration of 'BasicClassGroupFactory'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(91) : warning C4251: 'CompuCell3D::Potts3D::energyFunctions' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::EnergyFunction *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(93) : warning C4251: 'CompuCell3D::Potts3D::nameToEnergyFuctionMap' : class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Kty=std::string,
            _Ty=CompuCell3D::EnergyFunction *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(98) : warning C4251: 'CompuCell3D::Potts3D::steppers' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::Stepper *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(100) : warning C4251: 'CompuCell3D::Potts3D::fixedSteppers' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::FixedStepper *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(105) : warning C4251: 'CompuCell3D::Potts3D::defaultAcceptanceFunction' : class 'CompuCell3D::DefaultAcceptanceFunction' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\potts3d\DefaultAcceptanceFunction.h(35) : see declaration of 'CompuCell3D::DefaultAcceptanceFunction'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(120) : warning C4251: 'CompuCell3D::Potts3D::cellInventory' : class 'CompuCell3D::CellInventory' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\potts3d\CellInventory.h(18) : see declaration of 'CompuCell3D::CellInventory'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(122) : warning C4251: 'CompuCell3D::Potts3D::flipNeighbor' : class 'CompuCell3D::Point3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\field3d\../Field3D/Point3D.h(38) : see declaration of 'CompuCell3D::Point3D'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(124) : warning C4251: 'CompuCell3D::Potts3D::neighbors' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::Point3D
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(125) : warning C4251: 'CompuCell3D::Potts3D::frozenTypeVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=unsigned char
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(135) : warning C4251: 'CompuCell3D::Potts3D::minCoordinates' : class 'CompuCell3D::Point3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\field3d\../Field3D/Point3D.h(38) : see declaration of 'CompuCell3D::Point3D'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(136) : warning C4251: 'CompuCell3D::Potts3D::maxCoordinates' : class 'CompuCell3D::Point3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\field3d\../Field3D/Point3D.h(38) : see declaration of 'CompuCell3D::Point3D'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Potts3D/EnergyFunction.h(69) : warning C4390: ';' : empty controlled statement found; is this the intent?
d:\compucell3d\include\compucell3d\compucell3d\field3d\Field3DIndex.h(30) : warning C4244: '=' : conversion from 'long' to 'short', possible loss of data
d:\compucell3d\include\compucell3d\compucell3d\field3d\Field3DIndex.h(31) : warning C4244: '=' : conversion from 'long' to 'short', possible loss of data
d:\compucell3d\include\compucell3d\compucell3d\steppables\grncells\./KnabeGRN.h(64) : warning C4244: 'initializing' : conversion from 'double' to 'const int', possible loss of data
d:\compucell3d\include\compucell3d\basicutils\BasicPluginInfo.h(61) : warning C4996: 'strdup' was declared deprecated
        D:\VStudio8\VC\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(57) : warning C4275: non dll-interface class 'CompuCell3D::Steppable' used as base for dll-interface class 'CompuCell3D::Simulator'
        d:\compucell3d\include\compucell3d\compucell3d\Steppable.h(31) : see declaration of 'CompuCell3D::Steppable'
        D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(57) : see declaration of 'CompuCell3D::Simulator'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(74) : warning C4251: 'CompuCell3D::Simulator::concentrationFieldNameMap' : class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            _Kty=std::string,
            _Ty=CompuCell3D::Field3DImpl *
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(76) : warning C4251: 'CompuCell3D::Simulator::serializerVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            _Ty=CompuCell3D::Serializer *
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(80) : warning C4251: 'CompuCell3D::Simulator::pluginManager' : class 'CompuCell3D::PluginManager' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            PluginType=CompuCell3D::Plugin
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(81) : warning C4251: 'CompuCell3D::Simulator::steppableManager' : class 'CompuCell3D::PluginManager' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            PluginType=CompuCell3D::Steppable
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(82) : warning C4251: 'CompuCell3D::Simulator::pluginBaseManager' : class 'BasicPluginManager' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            T=CompuCell3D::PluginBase
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(58) : warning C4251: 'CompuCell3D::BoundaryStrategy::dim' : class 'CompuCell3D::Dim3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Field3D/Dim3D.h(37) : see declaration of 'CompuCell3D::Dim3D'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(66) : warning C4251: 'CompuCell3D::BoundaryStrategy::checkField' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=std::vector>
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(75) : warning C4251: 'CompuCell3D::BoundaryStrategy::offsetVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=CompuCell3D::Point3D
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(76) : warning C4251: 'CompuCell3D::BoundaryStrategy::distanceVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=float
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(77) : warning C4251: 'CompuCell3D::BoundaryStrategy::neighborOrderIndexVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=unsigned int
        ]
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(101) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(102) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(103) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(119) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(120) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(125) : warning C4244: '+=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(126) : warning C4244: '+=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(127) : warning C4244: '+=' : conversion from 'float' to 'short', possible loss of data
MitosisSimplePlugin.cpp
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(87) : warning C4251: 'CompuCell3D::Potts3D::cellFactoryGroup' : class 'BasicClassGroupFactory' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        D:\CompuCell3D\include\CompuCell3D\BasicUtils/BasicClassGroupFactory.h(57) : see declaration of 'BasicClassGroupFactory'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(91) : warning C4251: 'CompuCell3D::Potts3D::energyFunctions' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::EnergyFunction *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(93) : warning C4251: 'CompuCell3D::Potts3D::nameToEnergyFuctionMap' : class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Kty=std::string,
            _Ty=CompuCell3D::EnergyFunction *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(98) : warning C4251: 'CompuCell3D::Potts3D::steppers' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::Stepper *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(100) : warning C4251: 'CompuCell3D::Potts3D::fixedSteppers' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::FixedStepper *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(105) : warning C4251: 'CompuCell3D::Potts3D::defaultAcceptanceFunction' : class 'CompuCell3D::DefaultAcceptanceFunction' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\potts3d\DefaultAcceptanceFunction.h(35) : see declaration of 'CompuCell3D::DefaultAcceptanceFunction'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(120) : warning C4251: 'CompuCell3D::Potts3D::cellInventory' : class 'CompuCell3D::CellInventory' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\potts3d\CellInventory.h(18) : see declaration of 'CompuCell3D::CellInventory'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(122) : warning C4251: 'CompuCell3D::Potts3D::flipNeighbor' : class 'CompuCell3D::Point3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\field3d\../Field3D/Point3D.h(38) : see declaration of 'CompuCell3D::Point3D'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(124) : warning C4251: 'CompuCell3D::Potts3D::neighbors' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::Point3D
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(125) : warning C4251: 'CompuCell3D::Potts3D::frozenTypeVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=unsigned char
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(135) : warning C4251: 'CompuCell3D::Potts3D::minCoordinates' : class 'CompuCell3D::Point3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\field3d\../Field3D/Point3D.h(38) : see declaration of 'CompuCell3D::Point3D'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(136) : warning C4251: 'CompuCell3D::Potts3D::maxCoordinates' : class 'CompuCell3D::Point3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\field3d\../Field3D/Point3D.h(38) : see declaration of 'CompuCell3D::Point3D'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Potts3D/EnergyFunction.h(69) : warning C4390: ';' : empty controlled statement found; is this the intent?
d:\compucell3d\include\compucell3d\compucell3d\field3d\Field3DIndex.h(30) : warning C4244: '=' : conversion from 'long' to 'short', possible loss of data
d:\compucell3d\include\compucell3d\compucell3d\field3d\Field3DIndex.h(31) : warning C4244: '=' : conversion from 'long' to 'short', possible loss of data
d:\compucell3d\include\compucell3d\compucell3d\steppables\grncells\./KnabeGRN.h(64) : warning C4244: 'initializing' : conversion from 'double' to 'const int', possible loss of data
d:\compucell3d\include\compucell3d\basicutils\BasicPluginInfo.h(61) : warning C4996: 'strdup' was declared deprecated
        D:\VStudio8\VC\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(57) : warning C4275: non dll-interface class 'CompuCell3D::Steppable' used as base for dll-interface class 'CompuCell3D::Simulator'
        d:\compucell3d\include\compucell3d\compucell3d\Steppable.h(31) : see declaration of 'CompuCell3D::Steppable'
        D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(57) : see declaration of 'CompuCell3D::Simulator'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(74) : warning C4251: 'CompuCell3D::Simulator::concentrationFieldNameMap' : class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            _Kty=std::string,
            _Ty=CompuCell3D::Field3DImpl *
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(76) : warning C4251: 'CompuCell3D::Simulator::serializerVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            _Ty=CompuCell3D::Serializer *
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(80) : warning C4251: 'CompuCell3D::Simulator::pluginManager' : class 'CompuCell3D::PluginManager' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            PluginType=CompuCell3D::Plugin
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(81) : warning C4251: 'CompuCell3D::Simulator::steppableManager' : class 'CompuCell3D::PluginManager' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            PluginType=CompuCell3D::Steppable
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(82) : warning C4251: 'CompuCell3D::Simulator::pluginBaseManager' : class 'BasicPluginManager' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            T=CompuCell3D::PluginBase
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(58) : warning C4251: 'CompuCell3D::BoundaryStrategy::dim' : class 'CompuCell3D::Dim3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Field3D/Dim3D.h(37) : see declaration of 'CompuCell3D::Dim3D'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(66) : warning C4251: 'CompuCell3D::BoundaryStrategy::checkField' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=std::vector>
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(75) : warning C4251: 'CompuCell3D::BoundaryStrategy::offsetVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=CompuCell3D::Point3D
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(76) : warning C4251: 'CompuCell3D::BoundaryStrategy::distanceVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=float
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(77) : warning C4251: 'CompuCell3D::BoundaryStrategy::neighborOrderIndexVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=unsigned int
        ]
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(101) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(102) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(103) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(119) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(120) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(125) : warning C4244: '+=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(126) : warning C4244: '+=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(127) : warning C4244: '+=' : conversion from 'float' to 'short', possible loss of data
MitosisPlugin.cpp
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(87) : warning C4251: 'CompuCell3D::Potts3D::cellFactoryGroup' : class 'BasicClassGroupFactory' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        D:\CompuCell3D\include\CompuCell3D\BasicUtils/BasicClassGroupFactory.h(57) : see declaration of 'BasicClassGroupFactory'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(91) : warning C4251: 'CompuCell3D::Potts3D::energyFunctions' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::EnergyFunction *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(93) : warning C4251: 'CompuCell3D::Potts3D::nameToEnergyFuctionMap' : class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Kty=std::string,
            _Ty=CompuCell3D::EnergyFunction *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(98) : warning C4251: 'CompuCell3D::Potts3D::steppers' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::Stepper *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(100) : warning C4251: 'CompuCell3D::Potts3D::fixedSteppers' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::FixedStepper *
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(105) : warning C4251: 'CompuCell3D::Potts3D::defaultAcceptanceFunction' : class 'CompuCell3D::DefaultAcceptanceFunction' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\potts3d\DefaultAcceptanceFunction.h(35) : see declaration of 'CompuCell3D::DefaultAcceptanceFunction'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(120) : warning C4251: 'CompuCell3D::Potts3D::cellInventory' : class 'CompuCell3D::CellInventory' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\potts3d\CellInventory.h(18) : see declaration of 'CompuCell3D::CellInventory'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(122) : warning C4251: 'CompuCell3D::Potts3D::flipNeighbor' : class 'CompuCell3D::Point3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\field3d\../Field3D/Point3D.h(38) : see declaration of 'CompuCell3D::Point3D'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(124) : warning C4251: 'CompuCell3D::Potts3D::neighbors' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=CompuCell3D::Point3D
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(125) : warning C4251: 'CompuCell3D::Potts3D::frozenTypeVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        with
        [
            _Ty=unsigned char
        ]
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(135) : warning C4251: 'CompuCell3D::Potts3D::minCoordinates' : class 'CompuCell3D::Point3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\field3d\../Field3D/Point3D.h(38) : see declaration of 'CompuCell3D::Point3D'
d:\compucell3d\include\compucell3d\compucell3d\potts3d\Potts3D.h(136) : warning C4251: 'CompuCell3D::Potts3D::maxCoordinates' : class 'CompuCell3D::Point3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::Potts3D'
        d:\compucell3d\include\compucell3d\compucell3d\field3d\../Field3D/Point3D.h(38) : see declaration of 'CompuCell3D::Point3D'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Potts3D/EnergyFunction.h(69) : warning C4390: ';' : empty controlled statement found; is this the intent?
d:\compucell3d\include\compucell3d\compucell3d\field3d\Field3DIndex.h(30) : warning C4244: '=' : conversion from 'long' to 'short', possible loss of data
d:\compucell3d\include\compucell3d\compucell3d\field3d\Field3DIndex.h(31) : warning C4244: '=' : conversion from 'long' to 'short', possible loss of data
d:\compucell3d\include\compucell3d\compucell3d\steppables\grncells\./KnabeGRN.h(64) : warning C4244: 'initializing' : conversion from 'double' to 'const int', possible loss of data
d:\compucell3d\include\compucell3d\basicutils\BasicPluginInfo.h(61) : warning C4996: 'strdup' was declared deprecated
        D:\VStudio8\VC\include\string.h(205) : see declaration of 'strdup'
        Message: 'The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(57) : warning C4275: non dll-interface class 'CompuCell3D::Steppable' used as base for dll-interface class 'CompuCell3D::Simulator'
        d:\compucell3d\include\compucell3d\compucell3d\Steppable.h(31) : see declaration of 'CompuCell3D::Steppable'
        D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(57) : see declaration of 'CompuCell3D::Simulator'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(74) : warning C4251: 'CompuCell3D::Simulator::concentrationFieldNameMap' : class 'std::map<_Kty,_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            _Kty=std::string,
            _Ty=CompuCell3D::Field3DImpl *
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(76) : warning C4251: 'CompuCell3D::Simulator::serializerVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            _Ty=CompuCell3D::Serializer *
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(80) : warning C4251: 'CompuCell3D::Simulator::pluginManager' : class 'CompuCell3D::PluginManager' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            PluginType=CompuCell3D::Plugin
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(81) : warning C4251: 'CompuCell3D::Simulator::steppableManager' : class 'CompuCell3D::PluginManager' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            PluginType=CompuCell3D::Steppable
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Simulator.h(82) : warning C4251: 'CompuCell3D::Simulator::pluginBaseManager' : class 'BasicPluginManager' needs to have dll-interface to be used by clients of class 'CompuCell3D::Simulator'
        with
        [
            T=CompuCell3D::PluginBase
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(58) : warning C4251: 'CompuCell3D::BoundaryStrategy::dim' : class 'CompuCell3D::Dim3D' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Field3D/Dim3D.h(37) : see declaration of 'CompuCell3D::Dim3D'
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(66) : warning C4251: 'CompuCell3D::BoundaryStrategy::checkField' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=std::vector>
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(75) : warning C4251: 'CompuCell3D::BoundaryStrategy::offsetVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=CompuCell3D::Point3D
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(76) : warning C4251: 'CompuCell3D::BoundaryStrategy::distanceVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=float
        ]
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Boundary/BoundaryStrategy.h(77) : warning C4251: 'CompuCell3D::BoundaryStrategy::neighborOrderIndexVec' : class 'std::vector<_Ty>' needs to have dll-interface to be used by clients of class 'CompuCell3D::BoundaryStrategy'
        with
        [
            _Ty=unsigned int
        ]
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(101) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(102) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(103) : warning C4244: '=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(119) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(120) : warning C4244: '=' : conversion from 'int' to 'float', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(125) : warning C4244: '+=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(126) : warning C4244: '+=' : conversion from 'float' to 'short', possible loss of data
d:\compucell3d\developerzone\mitosis\MitosisPlugin.h(127) : warning C4244: '+=' : conversion from 'float' to 'short', possible loss of data
..\..\Mitosis\MitosisPlugin.cpp(145) : warning C4305: '+=' : truncation from 'double' to 'float'
..\..\Mitosis\MitosisPlugin.cpp(147) : warning C4305: '+=' : truncation from 'double' to 'float'
..\..\Mitosis\MitosisPlugin.cpp(158) : warning C4018: '<' : signed/unsigned mismatch
..\..\Mitosis\MitosisPlugin.cpp(163) : warning C4018: '<' : signed/unsigned mismatch
..\..\Mitosis\MitosisPlugin.cpp(167) : warning C4018: '<' : signed/unsigned mismatch
..\..\Mitosis\MitosisPlugin.cpp(230) : warning C4305: '+=' : truncation from 'double' to 'float'
..\..\Mitosis\MitosisPlugin.cpp(231) : warning C4244: '+=' : conversion from 'double' to 'short', possible loss of data
..\..\Mitosis\MitosisPlugin.cpp(232) : warning C4244: '+=' : conversion from 'double' to 'short', possible loss of data
..\..\Mitosis\MitosisPlugin.cpp(253) : warning C4018: '<' : signed/unsigned mismatch
..\..\Mitosis\MitosisPlugin.cpp(262) : warning C4018: '<' : signed/unsigned mismatch
D:\CompuCell3D\include\CompuCell3D\CompuCell3D/Field3D/WatchableField3D.h(55) : warning C4301: 'CompuCell3D::WatchableField3D::set': overriding virtual function only differs from 'CompuCell3D::Field3DImpl::set' by const/volatile qualifier
        with
        [
            T=CompuCell3D::CellG *
        ]
        d:\compucell3d\include\compucell3d\compucell3d\field3d\Field3DImpl.h(77) : see declaration of 'CompuCell3D::Field3DImpl::set'
        with
        [
            T=CompuCell3D::CellG *
        ]
        ..\..\Mitosis\MitosisPlugin.cpp(266) : see reference to class template instantiation 'CompuCell3D::WatchableField3D' being compiled
        with
        [
            T=CompuCell3D::CellG *
        ]
Generating Code...
Linking...
Embedding manifest...
Results
  
Build log was saved at "file://d:\CompuCell3D\DeveloperZone\binary\Mitosis\MitosisShared.dir\Release\BuildLog.htm"
MitosisShared - 0 error(s), 119 warning(s)