Build Log
  

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

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

..\..\SurfaceTracker\SurfaceTrackerPluginProxy.cpp

..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp
]
Creating command line "cl.exe @d:\CompuCell3D\DeveloperZone\binary\SurfaceTracker\SurfaceTrackerShared.dir\Release\RSP00000A27962840.rsp /nologo /errorReport:prompt"
Output Window
  
Compiling...
SurfaceTrackerPluginProxy.cpp
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/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/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
        ]
SurfaceTrackerPlugin.cpp
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/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/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
        ]
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(35) : warning C4305: 'initializing' : truncation from 'double' to 'float'
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(46) : error C2027: use of undefined type 'CompuCell3D::BoundaryStrategy'
        d:\compucell3d\developerzone\surfacetracker\SurfaceTrackerPlugin.h(36) : see declaration of 'CompuCell3D::BoundaryStrategy'
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(46) : error C3861: 'getInstance': identifier not found
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(47) : error C2027: use of undefined type 'CompuCell3D::BoundaryStrategy'
        d:\compucell3d\developerzone\surfacetracker\SurfaceTrackerPlugin.h(36) : see declaration of 'CompuCell3D::BoundaryStrategy'
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(47) : error C2227: left of '->getMaxNeighborIndexFromDepth' must point to class/struct/union/generic type
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(70) : error C2027: use of undefined type 'CompuCell3D::BoundaryStrategy'
        d:\compucell3d\developerzone\surfacetracker\SurfaceTrackerPlugin.h(36) : see declaration of 'CompuCell3D::BoundaryStrategy'
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(70) : error C2227: left of '->getNeighborDirect' must point to class/struct/union/generic type
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(75) : error C2027: use of undefined type 'CompuCell3D::Field3D'
        with
        [
            T=CompuCell3D::CellG *
        ]
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(75) : error C2227: left of '->get' must point to class/struct/union/generic type
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(99) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(111) : error C2027: use of undefined type 'CompuCell3D::BoundaryStrategy'
        d:\compucell3d\developerzone\surfacetracker\SurfaceTrackerPlugin.h(36) : see declaration of 'CompuCell3D::BoundaryStrategy'
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(111) : error C3861: 'getInstance': identifier not found
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(112) : error C2027: use of undefined type 'CompuCell3D::BoundaryStrategy'
        d:\compucell3d\developerzone\surfacetracker\SurfaceTrackerPlugin.h(36) : see declaration of 'CompuCell3D::BoundaryStrategy'
..\..\SurfaceTracker\SurfaceTrackerPlugin.cpp(112) : error C2227: left of '->getMaxNeighborIndexFromDepth' must point to class/struct/union/generic type
Generating Code...
Results
  
Build log was saved at "file://d:\CompuCell3D\DeveloperZone\binary\SurfaceTracker\SurfaceTrackerShared.dir\Release\BuildLog.htm"
SurfaceTrackerShared - 12 error(s), 40 warning(s)