smile for Vs2010

The engine.
Gary
Posts: 40
Joined: Thu Nov 17, 2016 2:38 am

smile for Vs2010

Post by Gary »

Hello:
I am a beginner.Can you tell me how to add smile to VS2010 Library?
Thankyou very much!
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: smile for Vs2010

Post by shooltz[BayesFusion] »

Can you tell me how to add smile to VS2010 Library?
SMILE is a library. The version for Visual Studio 2010 is available. On our download website, look for files with 'vc10' in the name. For example, smile_vc10_x86.zip is the 32-bit version.
Gary
Posts: 40
Joined: Thu Nov 17, 2016 2:38 am

Re: smile for Vs2010

Post by Gary »

I’m Sorry, I think you do not understand me.I mean how to put the smile into the VS2010 library, so I can be called header files other documents by the vs and.Put the smile directly into the vs directory or copy the files of smile to the include file of vs?
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: smile for Vs2010

Post by shooltz[BayesFusion] »

Put the smile directly into the vs directory or copy the files of smile to the include file of vs
You can unzip the downloaded SMILE archive to any directory you want. I don't recommend copying the SMILE files into Visual Studio's include directory.

Read the article below if you need more info on setting up include/lib directories for Visual C++ 2010:
http://blog.gockelhut.com/2009/11/visua ... s-and.html
Gary
Posts: 40
Joined: Thu Nov 17, 2016 2:38 am

Re: smile for Vs2010

Post by Gary »

This is the latest issue.: fatal error LNK1104: 无法打开文件“smile_dbg.lib” How did you solve the problem? Can you please help me?
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: smile for Vs2010

Post by shooltz[BayesFusion] »

The error you're getting (LNK1104) is caused by the linker not knowing which directory contains the smile_dbg.lib file. Did you follow the advice from the article I've linked in the previous message?
Gary
Posts: 40
Joined: Thu Nov 17, 2016 2:38 am

Re: smile for Vs2010

Post by Gary »

Yes,I do like this. And there are new problems:
error LNK2019: 无法解析的外部符号 "public: virtual __thiscall DSL_network::~DSL_network(void)" (??1DSL_network@@UAE@XZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::WriteFile(char const *,int,void *)" (?WriteFile@DSL_network@@QAEHPBDHPAX@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_sysCoordinates::Next(void)" (?Next@DSL_sysCoordinates@@QAEHXZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: double & __thiscall DSL_sysCoordinates::UncheckedValue(void)" (?UncheckedValue@DSL_sysCoordinates@@QAEAANXZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_sysCoordinates::DSL_sysCoordinates(class DSL_nodeDefinition &)" (??0DSL_sysCoordinates@@QAE@AAVDSL_nodeDefinition@@@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_doubleArray::SetSize(int)" (?SetSize@DSL_doubleArray@@QAEHH@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::AddArc(int,int,enum dsl_arcType)" (?AddArc@DSL_network@@QAEHHHW4dsl_arcType@@@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_stringArray::Flush(void)" (?Flush@DSL_stringArray@@QAEXXZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual int __thiscall DSL_idArray::Add(char const *)" (?Add@DSL_idArray@@UAEHPBD@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_idArray::DSL_idArray(bool)" (??0DSL_idArray@@QAE@_N@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::AddNode(int,char const *)" (?AddNode@DSL_network@@QAEHHPBD@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_network::DSL_network(void)" (??0DSL_network@@QAE@XZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_doubleArray::CleanUp(void)" (?CleanUp@DSL_doubleArray@@QAEXXZ),该符号在函数 "public: __thiscall DSL_doubleArray::~DSL_doubleArray(void)" (??1DSL_doubleArray@@QAE@XZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_stringArray::CleanUp(int)" (?CleanUp@DSL_stringArray@@UAEXH@Z),该符号在函数 "public: virtual __thiscall DSL_stringArray::~DSL_stringArray(void)" (??1DSL_stringArray@@UAE@XZ) 中被引用
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall DSL_stringArray::CheckReadiness(int)" (?CheckReadiness@DSL_stringArray@@UAEXH@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall DSL_stringArray::SetString(int,char const *)" (?SetString@DSL_stringArray@@UAEHHPBD@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall DSL_stringArray::Add(char const *)" (?Add@DSL_stringArray@@UAEHPBD@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall DSL_stringArray::Insert(int,char const *)" (?Insert@DSL_stringArray@@UAEHHPBD@Z)
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_array::CleanUp(int)" (?CleanUp@DSL_array@@UAEXH@Z),该符号在函数 "public: virtual __thiscall DSL_array::~DSL_array(void)" (??1DSL_array@@UAE@XZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_object::CleanUp(int)" (?CleanUp@DSL_object@@UAEXH@Z),该符号在函数 "protected: virtual __thiscall DSL_object::~DSL_object(void)" (??1DSL_object@@MAE@XZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_sysCoordinates::LinkTo(class DSL_nodeValue &)" (?LinkTo@DSL_sysCoordinates@@QAEXAAVDSL_nodeValue@@@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_sysCoordinates::GoToCurrentPosition(void)" (?GoToCurrentPosition@DSL_sysCoordinates@@QAEHXZ),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_stringArray::FindPosition(char const *)const " (?FindPosition@DSL_stringArray@@QBEHPBD@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_sysCoordinates::DSL_sysCoordinates(class DSL_nodeValue &)" (??0DSL_sysCoordinates@@QAE@AAVDSL_nodeValue@@@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::FindNode(char const *)const " (?FindNode@DSL_network@@QBEHPBD@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::UpdateBeliefs(void)" (?UpdateBeliefs@DSL_network@@QAEHXZ),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_network::SetDefaultBNAlgorithm(int)" (?SetDefaultBNAlgorithm@DSL_network@@QAEXH@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::ReadFile(char const *,int,void *)" (?ReadFile@DSL_network@@QAEHPBDHPAX@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: double & __thiscall DSL_Dmatrix::Subscript(int)" (?Subscript@DSL_Dmatrix@@QAEAANH@Z),该符号在函数 "void __cdecl UpgradeToInfluenceDiagram(void)" (?UpgradeToInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_stringArray::DSL_stringArray(void)" (??0DSL_stringArray@@QAE@XZ),该符号在函数 "void __cdecl UpgradeToInfluenceDiagram(void)" (?UpgradeToInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_sysCoordinates::GoFirst(void)" (?GoFirst@DSL_sysCoordinates@@QAEXXZ),该符号在函数 "void __cdecl InferenceWithInfluenceDiagram(void)" (?InferenceWithInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_intArray::operator=(class DSL_intArray const &)" (??4DSL_intArray@@QAEHABV0@@Z),该符号在函数 "void __cdecl InferenceWithInfluenceDiagram(void)" (?InferenceWithInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::ValueOfInformation(class DSL_valueOfInformation &)" (?ValueOfInformation@DSL_network@@QAEHAAVDSL_valueOfInformation@@@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_valueOfInformation::SetDecision(int)" (?SetDecision@DSL_valueOfInformation@@QAEHH@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_valueOfInformation::AddNode(int)" (?AddNode@DSL_valueOfInformation@@QAEHH@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_valueOfInformation::DSL_valueOfInformation(class DSL_network *)" (??0DSL_valueOfInformation@@QAE@PAVDSL_network@@@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_valueOfInformation::CleanUp(int)" (?CleanUp@DSL_valueOfInformation@@UAEXH@Z),该符号在函数 "public: virtual __thiscall DSL_valueOfInformation::~DSL_valueOfInformation(void)" (??1DSL_valueOfInformation@@UAE@XZ) 中被引用
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall DSL_valueOfInformation::CheckReadiness(int)" (?CheckReadiness@DSL_valueOfInformation@@UAEXH@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall DSL_valueOfInformation::CheckConsistency(int)" (?CheckConsistency@DSL_valueOfInformation@@UAEXH@Z)
1>d:\backup\documents\visual studio 2010\Projects\code 3\Debug\code 3.exe : fatal error LNK1120: 39 个无法解析的外部命令
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: smile for Vs2010

Post by shooltz[BayesFusion] »

Go to project settings, select Linker|General and set 'Show Progress' to 'Display all progress messages (/VERBOSE)'. Rebuild the project (you'll still get errors), copy the entire build output and post it here.
Gary
Posts: 40
Joined: Thu Nov 17, 2016 2:38 am

Re: smile for Vs2010

Post by Gary »

正在生成非 SAFESEH 映像。
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual __thiscall DSL_network::~DSL_network(void)" (??1DSL_network@@UAE@XZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::WriteFile(char const *,int,void *)" (?WriteFile@DSL_network@@QAEHPBDHPAX@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_sysCoordinates::Next(void)" (?Next@DSL_sysCoordinates@@QAEHXZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: double & __thiscall DSL_sysCoordinates::UncheckedValue(void)" (?UncheckedValue@DSL_sysCoordinates@@QAEAANXZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_sysCoordinates::DSL_sysCoordinates(class DSL_nodeDefinition &)" (??0DSL_sysCoordinates@@QAE@AAVDSL_nodeDefinition@@@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_doubleArray::SetSize(int)" (?SetSize@DSL_doubleArray@@QAEHH@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::AddArc(int,int,enum dsl_arcType)" (?AddArc@DSL_network@@QAEHHHW4dsl_arcType@@@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_stringArray::Flush(void)" (?Flush@DSL_stringArray@@QAEXXZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual int __thiscall DSL_idArray::Add(char const *)" (?Add@DSL_idArray@@UAEHPBD@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_idArray::DSL_idArray(bool)" (??0DSL_idArray@@QAE@_N@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::AddNode(int,char const *)" (?AddNode@DSL_network@@QAEHHPBD@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_network::DSL_network(void)" (??0DSL_network@@QAE@XZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_doubleArray::CleanUp(void)" (?CleanUp@DSL_doubleArray@@QAEXXZ),该符号在函数 "public: __thiscall DSL_doubleArray::~DSL_doubleArray(void)" (??1DSL_doubleArray@@QAE@XZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_stringArray::CleanUp(int)" (?CleanUp@DSL_stringArray@@UAEXH@Z),该符号在函数 "public: virtual __thiscall DSL_stringArray::~DSL_stringArray(void)" (??1DSL_stringArray@@UAE@XZ) 中被引用
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall DSL_stringArray::CheckReadiness(int)" (?CheckReadiness@DSL_stringArray@@UAEXH@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall DSL_stringArray::SetString(int,char const *)" (?SetString@DSL_stringArray@@UAEHHPBD@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall DSL_stringArray::Add(char const *)" (?Add@DSL_stringArray@@UAEHPBD@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall DSL_stringArray::Insert(int,char const *)" (?Insert@DSL_stringArray@@UAEHHPBD@Z)
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_array::CleanUp(int)" (?CleanUp@DSL_array@@UAEXH@Z),该符号在函数 "public: virtual __thiscall DSL_array::~DSL_array(void)" (??1DSL_array@@UAE@XZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_object::CleanUp(int)" (?CleanUp@DSL_object@@UAEXH@Z),该符号在函数 "protected: virtual __thiscall DSL_object::~DSL_object(void)" (??1DSL_object@@MAE@XZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_sysCoordinates::LinkTo(class DSL_nodeValue &)" (?LinkTo@DSL_sysCoordinates@@QAEXAAVDSL_nodeValue@@@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_sysCoordinates::GoToCurrentPosition(void)" (?GoToCurrentPosition@DSL_sysCoordinates@@QAEHXZ),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_stringArray::FindPosition(char const *)const " (?FindPosition@DSL_stringArray@@QBEHPBD@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_sysCoordinates::DSL_sysCoordinates(class DSL_nodeValue &)" (??0DSL_sysCoordinates@@QAE@AAVDSL_nodeValue@@@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::FindNode(char const *)const " (?FindNode@DSL_network@@QBEHPBD@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::UpdateBeliefs(void)" (?UpdateBeliefs@DSL_network@@QAEHXZ),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_network::SetDefaultBNAlgorithm(int)" (?SetDefaultBNAlgorithm@DSL_network@@QAEXH@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::ReadFile(char const *,int,void *)" (?ReadFile@DSL_network@@QAEHPBDHPAX@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: double & __thiscall DSL_Dmatrix::Subscript(int)" (?Subscript@DSL_Dmatrix@@QAEAANH@Z),该符号在函数 "void __cdecl UpgradeToInfluenceDiagram(void)" (?UpgradeToInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_stringArray::DSL_stringArray(void)" (??0DSL_stringArray@@QAE@XZ),该符号在函数 "void __cdecl UpgradeToInfluenceDiagram(void)" (?UpgradeToInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_sysCoordinates::GoFirst(void)" (?GoFirst@DSL_sysCoordinates@@QAEXXZ),该符号在函数 "void __cdecl InferenceWithInfluenceDiagram(void)" (?InferenceWithInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_intArray::operator=(class DSL_intArray const &)" (??4DSL_intArray@@QAEHABV0@@Z),该符号在函数 "void __cdecl InferenceWithInfluenceDiagram(void)" (?InferenceWithInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::ValueOfInformation(class DSL_valueOfInformation &)" (?ValueOfInformation@DSL_network@@QAEHAAVDSL_valueOfInformation@@@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_valueOfInformation::SetDecision(int)" (?SetDecision@DSL_valueOfInformation@@QAEHH@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_valueOfInformation::AddNode(int)" (?AddNode@DSL_valueOfInformation@@QAEHH@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_valueOfInformation::DSL_valueOfInformation(class DSL_network *)" (??0DSL_valueOfInformation@@QAE@PAVDSL_network@@@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_valueOfInformation::CleanUp(int)" (?CleanUp@DSL_valueOfInformation@@UAEXH@Z),该符号在函数 "public: virtual __thiscall DSL_valueOfInformation::~DSL_valueOfInformation(void)" (??1DSL_valueOfInformation@@UAE@XZ) 中被引用
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall DSL_valueOfInformation::CheckReadiness(int)" (?CheckReadiness@DSL_valueOfInformation@@UAEXH@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall DSL_valueOfInformation::CheckConsistency(int)" (?CheckConsistency@DSL_valueOfInformation@@UAEXH@Z)
1>d:\backup\documents\visual studio 2010\Projects\code 3\Debug\code 3.exe : fatal error LNK1120: 39 个无法解析的外部命令
1>
1>生成失败。
1>
1>已用时间 00:00:00.19
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
There are No change.
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: smile for Vs2010

Post by shooltz[BayesFusion] »

Rebuild the project. The output you've posted is just from the linking phase. Also, are you sure the /VERBOSE option is enabled for linker output?
Gary
Posts: 40
Joined: Thu Nov 17, 2016 2:38 am

Re: smile for Vs2010

Post by Gary »

1>------ 已启动生成: 项目: code 3, 配置: Debug Win32 ------
1>生成启动时间为 2016/11/25 15:43:43。
1>InitializeBuildStatus:
1> 正在对“Debug\code 3.unsuccessfulbuild”执行 Touch 任务。
1>ClCompile:
1> 所有输出均为最新。
1>Link:
1>
1> 正在启动传递 1
1> 已处理 /DEFAULTLIB: smile_dbg
1> 已处理 /DEFAULTLIB: msvcprtd
1> 已处理 /DEFAULTLIB: MSVCRTD
1> 已处理 /DEFAULTLIB: OLDNAMES
1>
1> 正在搜索库
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smile.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smile_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smile_dyn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smilearn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smilearn_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smilearn_dyn.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\kernel32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\user32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\gdi32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\winspool.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\comdlg32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\advapi32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\shell32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\ole32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\oleaut32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\uuid.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\odbc32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\odbccp32.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\msvcprtd.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\MSVCRTD.lib:
1> 已找到 __RTC_CheckEsp
1> 已在 code 3.obj 中引用
1> 已加载 MSVCRTD.lib(_stack_.obj)
1> 已找到 __RTC_Shutdown
1> 已在 code 3.obj 中引用
1> 已加载 MSVCRTD.lib(_init_.obj)
1> 已找到 ___security_cookie
1> 已在 code 3.obj 中引用
1> 已加载 MSVCRTD.lib(gs_cookie.obj)
1> 已找到 ___CxxFrameHandler3
1> 已在 code 3.obj 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __fltused
1> 已在 code 3.obj 中引用
1> 已加载 MSVCRTD.lib(dllsupp.obj)
1> 已找到 @__security_check_cookie@4
1> 已在 code 3.obj 中引用
1> 已加载 MSVCRTD.lib(secchk.obj)
1> 已找到 __imp___wassert
1> 已在 code 3.obj 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 "const type_info::`vftable'" (??_7type_info@@6B@)
1> 已在 code 3.obj 中引用
1> 已加载 MSVCRTD.lib(ti_inst.obj)
1> 已找到 "void __cdecl operator delete(void *)" (??3@YAXPAX@Z)
1> 已在 code 3.obj 中引用
1> 已在 MSVCRTD.lib(ti_inst.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp__printf
1> 已在 code 3.obj 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 _mainCRTStartup
1> 已加载 MSVCRTD.lib(crtexe.obj)
1> 已找到 "void __cdecl _RTC_Failure(void *,int)" (?_RTC_Failure@@YAXPAXH@Z)
1> 已在 MSVCRTD.lib(_stack_.obj) 中引用
1> 已加载 MSVCRTD.lib(_error_.obj)
1> 已找到 __RTC_SetErrorFuncW
1> 已在 MSVCRTD.lib(_init_.obj) 中引用
1> 已加载 MSVCRTD.lib(_userapi_.obj)
1> 已找到 __CRT_RTC_INITW
1> 已在 MSVCRTD.lib(_init_.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __IMPORT_DESCRIPTOR_MSVCR100D
1> 已在 MSVCRTD.lib(MSVCR100D.dll) 中引用
1> 已在 MSVCRTD.lib(MSVCR100D.dll) 中引用
1> 已在 MSVCRTD.lib(MSVCR100D.dll) 中引用
1> 已在 MSVCRTD.lib(MSVCR100D.dll) 中引用
1> 已在 MSVCRTD.lib(MSVCR100D.dll) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 ___report_gsfailure
1> 已在 MSVCRTD.lib(secchk.obj) 中引用
1> 已加载 MSVCRTD.lib(gs_report.obj)
1> 已找到 "void __stdcall `eh vector destructor iterator'(void *,unsigned int,int,void (__thiscall*)(void *))" (??_M@YGXPAXIHP6EX0@Z@Z)
1> 已在 MSVCRTD.lib(ti_inst.obj) 中引用
1> 已加载 MSVCRTD.lib(ehvecdtr.obj)
1> 已找到 "public: virtual __thiscall type_info::~type_info(void)" (??1type_info@@UAE@XZ)
1> 已在 MSVCRTD.lib(ti_inst.obj) 中引用
1> 已加载 MSVCRTD.lib(typeinfo_dtor_32.obj)
1> 已找到 ___CxxSetUnhandledExceptionFilter
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(unhandld.obj)
1> 已找到 __imp___configthreadlocale
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 ___globallocalestatus
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(xthdloc.obj)
1> 已找到 __setdefaultprecision
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(fp8.obj)
1> 已找到 __imp____setusermatherr
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __matherr
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(merr.obj)
1> 已找到 __setargv
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(dllargv.obj)
1> 已找到 __RTC_Initialize
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(_initsect_.obj)
1> 已找到 __commode
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(xncommod.obj)
1> 已找到 __imp___commode
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __fmode
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(xtxtmode.obj)
1> 已找到 __imp___fmode
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 ___onexitbegin
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(atonexit.obj)
1> 已找到 __imp____set_app_type
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __amsg_exit
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp____getmainargs
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __dowildcard
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(wildcard.obj)
1> 已找到 __newmode
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(_newmode.obj)
1> 已找到 ___security_init_cookie
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(gs_support.obj)
1> 已找到 __imp___exit
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __XcptFilter
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp___cexit
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp__exit
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp____initenv
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp___CrtSetCheckCount
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __IsNonwritableInCurrentImage
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(pesect.obj)
1> 已找到 __imp___CrtDbgReportW
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __initterm
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 ___xc_a
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(cinitexe.obj)
1> 已处理 /DEFAULTLIB: kernel32.lib
1> 已处理 /DISALLOWLIB: libcmt.lib
1> 已处理 /DISALLOWLIB: libcmtd.lib
1> 已处理 /DISALLOWLIB: msvcrt.lib
1> 已找到 __initterm_e
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 ___native_startup_state
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(natstart.obj)
1> 已找到 __except_handler4
1> 已在 MSVCRTD.lib(pesect.obj) 中引用
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已在 MSVCRTD.lib(ehvecdtr.obj) 中引用
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 MSVCRTD.lib(chandler4gs.obj)
1> 已找到 "int __cdecl _RTC_GetSrcLine(unsigned char *,wchar_t *,unsigned long,int *,wchar_t *,unsigned long)" (?_RTC_GetSrcLine@@YAHPAEPA_WKPAH1K@Z)
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已加载 MSVCRTD.lib(_pdblkup_.obj)
1> 已找到 __NULL_IMPORT_DESCRIPTOR
1> 已在 MSVCRTD.lib(MSVCR100D.dll) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 MSVCR100D_NULL_THUNK_DATA
1> 已在 MSVCRTD.lib(MSVCR100D.dll) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __crt_debugger_hook
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 "void __cdecl terminate(void)" (?terminate@@YAXXZ)
1> 已在 MSVCRTD.lib(ehvecdtr.obj) 中引用
1> 已在 MSVCRTD.lib(unhandld.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 "public: void __thiscall type_info::_type_info_dtor_internal_method(void)" (?_type_info_dtor_internal_method@type_info@@QAEXXZ)
1> 已在 MSVCRTD.lib(typeinfo_dtor_32.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __controlfp_s
1> 已在 MSVCRTD.lib(fp8.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __invoke_watson
1> 已在 MSVCRTD.lib(fp8.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __unlock
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 ___dllonexit
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __lock
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp___onexit
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __except_handler4_common
1> 已在 MSVCRTD.lib(chandler4gs.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 正在搜索 d:\Visual Studio 2010\VC\lib\OLDNAMES.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smile.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smile_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smile_dyn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smilearn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smilearn_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smilearn_dyn.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\kernel32.lib:
1> 已找到 __imp__EncodePointer@4
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__InterlockedExchange@8
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__Sleep@4
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__InterlockedCompareExchange@12
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__HeapSetInformation@16
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__WideCharToMultiByte@32
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__IsDebuggerPresent@0
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__MultiByteToWideChar@24
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__RaiseException@16
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__lstrlenA@4
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetProcAddress@8
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__LoadLibraryW@4
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__TerminateProcess@8
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetCurrentProcess@0
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__UnhandledExceptionFilter@4
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__SetUnhandledExceptionFilter@4
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已在 MSVCRTD.lib(unhandld.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__DecodePointer@4
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__QueryPerformanceCounter@4
1> 已在 MSVCRTD.lib(gs_support.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetTickCount@0
1> 已在 MSVCRTD.lib(gs_support.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetCurrentThreadId@0
1> 已在 MSVCRTD.lib(gs_support.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetCurrentProcessId@0
1> 已在 MSVCRTD.lib(gs_support.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetSystemTimeAsFileTime@4
1> 已在 MSVCRTD.lib(gs_support.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__HeapFree@12
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__HeapAlloc@12
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetProcessHeap@0
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetModuleFileNameW@12
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__VirtualQuery@12
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__FreeLibrary@4
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __IMPORT_DESCRIPTOR_KERNEL32
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 KERNEL32_NULL_THUNK_DATA
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\user32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\gdi32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\winspool.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\comdlg32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\advapi32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\shell32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\ole32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\oleaut32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\uuid.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\odbc32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\odbccp32.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\msvcprtd.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\MSVCRTD.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\OLDNAMES.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smile.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smile_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smile_dyn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smilearn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smilearn_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smilearn_dyn.lib:
1>
1> 已完成库搜索
1>
1> 已完成传递 1
1>
1> 正在生成非 SAFESEH 映像。
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual __thiscall DSL_network::~DSL_network(void)" (??1DSL_network@@UAE@XZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::WriteFile(char const *,int,void *)" (?WriteFile@DSL_network@@QAEHPBDHPAX@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_sysCoordinates::Next(void)" (?Next@DSL_sysCoordinates@@QAEHXZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: double & __thiscall DSL_sysCoordinates::UncheckedValue(void)" (?UncheckedValue@DSL_sysCoordinates@@QAEAANXZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_sysCoordinates::DSL_sysCoordinates(class DSL_nodeDefinition &)" (??0DSL_sysCoordinates@@QAE@AAVDSL_nodeDefinition@@@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_doubleArray::SetSize(int)" (?SetSize@DSL_doubleArray@@QAEHH@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::AddArc(int,int,enum dsl_arcType)" (?AddArc@DSL_network@@QAEHHHW4dsl_arcType@@@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_stringArray::Flush(void)" (?Flush@DSL_stringArray@@QAEXXZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual int __thiscall DSL_idArray::Add(char const *)" (?Add@DSL_idArray@@UAEHPBD@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_idArray::DSL_idArray(bool)" (??0DSL_idArray@@QAE@_N@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::AddNode(int,char const *)" (?AddNode@DSL_network@@QAEHHPBD@Z),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_network::DSL_network(void)" (??0DSL_network@@QAE@XZ),该符号在函数 "void __cdecl CreateNetwork(void)" (?CreateNetwork@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_doubleArray::CleanUp(void)" (?CleanUp@DSL_doubleArray@@QAEXXZ),该符号在函数 "public: __thiscall DSL_doubleArray::~DSL_doubleArray(void)" (??1DSL_doubleArray@@QAE@XZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_stringArray::CleanUp(int)" (?CleanUp@DSL_stringArray@@UAEXH@Z),该符号在函数 "public: virtual __thiscall DSL_stringArray::~DSL_stringArray(void)" (??1DSL_stringArray@@UAE@XZ) 中被引用
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall DSL_stringArray::CheckReadiness(int)" (?CheckReadiness@DSL_stringArray@@UAEXH@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall DSL_stringArray::SetString(int,char const *)" (?SetString@DSL_stringArray@@UAEHHPBD@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall DSL_stringArray::Add(char const *)" (?Add@DSL_stringArray@@UAEHPBD@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall DSL_stringArray::Insert(int,char const *)" (?Insert@DSL_stringArray@@UAEHHPBD@Z)
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_array::CleanUp(int)" (?CleanUp@DSL_array@@UAEXH@Z),该符号在函数 "public: virtual __thiscall DSL_array::~DSL_array(void)" (??1DSL_array@@UAE@XZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_object::CleanUp(int)" (?CleanUp@DSL_object@@UAEXH@Z),该符号在函数 "protected: virtual __thiscall DSL_object::~DSL_object(void)" (??1DSL_object@@MAE@XZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_sysCoordinates::LinkTo(class DSL_nodeValue &)" (?LinkTo@DSL_sysCoordinates@@QAEXAAVDSL_nodeValue@@@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_sysCoordinates::GoToCurrentPosition(void)" (?GoToCurrentPosition@DSL_sysCoordinates@@QAEHXZ),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_stringArray::FindPosition(char const *)const " (?FindPosition@DSL_stringArray@@QBEHPBD@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_sysCoordinates::DSL_sysCoordinates(class DSL_nodeValue &)" (??0DSL_sysCoordinates@@QAE@AAVDSL_nodeValue@@@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::FindNode(char const *)const " (?FindNode@DSL_network@@QBEHPBD@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::UpdateBeliefs(void)" (?UpdateBeliefs@DSL_network@@QAEHXZ),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_network::SetDefaultBNAlgorithm(int)" (?SetDefaultBNAlgorithm@DSL_network@@QAEXH@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::ReadFile(char const *,int,void *)" (?ReadFile@DSL_network@@QAEHPBDHPAX@Z),该符号在函数 "void __cdecl InfereceWithBayesNet(void)" (?InfereceWithBayesNet@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: double & __thiscall DSL_Dmatrix::Subscript(int)" (?Subscript@DSL_Dmatrix@@QAEAANH@Z),该符号在函数 "void __cdecl UpgradeToInfluenceDiagram(void)" (?UpgradeToInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_stringArray::DSL_stringArray(void)" (??0DSL_stringArray@@QAE@XZ),该符号在函数 "void __cdecl UpgradeToInfluenceDiagram(void)" (?UpgradeToInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: void __thiscall DSL_sysCoordinates::GoFirst(void)" (?GoFirst@DSL_sysCoordinates@@QAEXXZ),该符号在函数 "void __cdecl InferenceWithInfluenceDiagram(void)" (?InferenceWithInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_intArray::operator=(class DSL_intArray const &)" (??4DSL_intArray@@QAEHABV0@@Z),该符号在函数 "void __cdecl InferenceWithInfluenceDiagram(void)" (?InferenceWithInfluenceDiagram@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_network::ValueOfInformation(class DSL_valueOfInformation &)" (?ValueOfInformation@DSL_network@@QAEHAAVDSL_valueOfInformation@@@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_valueOfInformation::SetDecision(int)" (?SetDecision@DSL_valueOfInformation@@QAEHH@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: int __thiscall DSL_valueOfInformation::AddNode(int)" (?AddNode@DSL_valueOfInformation@@QAEHH@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: __thiscall DSL_valueOfInformation::DSL_valueOfInformation(class DSL_network *)" (??0DSL_valueOfInformation@@QAE@PAVDSL_network@@@Z),该符号在函数 "void __cdecl ComputeValueOfInformation(void)" (?ComputeValueOfInformation@@YAXXZ) 中被引用
1>code 3.obj : error LNK2019: 无法解析的外部符号 "public: virtual void __thiscall DSL_valueOfInformation::CleanUp(int)" (?CleanUp@DSL_valueOfInformation@@UAEXH@Z),该符号在函数 "public: virtual __thiscall DSL_valueOfInformation::~DSL_valueOfInformation(void)" (??1DSL_valueOfInformation@@UAE@XZ) 中被引用
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall DSL_valueOfInformation::CheckReadiness(int)" (?CheckReadiness@DSL_valueOfInformation@@UAEXH@Z)
1>code 3.obj : error LNK2001: 无法解析的外部符号 "public: virtual void __thiscall DSL_valueOfInformation::CheckConsistency(int)" (?CheckConsistency@DSL_valueOfInformation@@UAEXH@Z)
1>d:\backup\documents\visual studio 2010\Projects\code 3\Debug\code 3.exe : fatal error LNK1120: 39 个无法解析的外部命令
1>
1>生成失败。
1>
1>已用时间 00:00:00.20
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
Right?
And the file is source routine.
Attachments
code 3.cpp
(8.77 KiB) Downloaded 350 times
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: smile for Vs2010

Post by shooltz[BayesFusion] »

1>------ 已启动生成: 项目: code 3, 配置: Debug Win32 ------
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x64\smile_dbg.lib:
You're building 32-bit binary and trying to use 64-bit library. This will not work. Either download 32-bit SMILE (the file with x86 suffix in the name), or change the architecture of your project to 64-bit.
Gary
Posts: 40
Joined: Thu Nov 17, 2016 2:38 am

Re: smile for Vs2010

Post by Gary »

I'm sorry, what's wrong whit this?
1>------ 已启动生成: 项目: code 3, 配置: Debug Win32 ------
1>生成启动时间为 2016/11/28 15:45:34。
1>InitializeBuildStatus:
1> 正在对“Debug\code 3.unsuccessfulbuild”执行 Touch 任务。
1>ClCompile:
1> code 3.cpp
1>Link:
1>
1> 正在启动传递 1
1> 已处理 /DEFAULTLIB: smile_dbg
1> 已处理 /DEFAULTLIB: msvcprtd
1> 已处理 /DEFAULTLIB: MSVCRTD
1> 已处理 /DEFAULTLIB: OLDNAMES
1>
1> 正在搜索库
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smile.lib:
1> 已找到 "public: virtual __thiscall DSL_network::~DSL_network(void)" (??1DSL_network@@UAE@XZ)
1> 已在 code 3.obj 中引用
1> 已加载 smile.lib(network.obj)
1>smile.lib(network.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已处理 /DEFAULTLIB: libcpmt
1> 已处理 /DEFAULTLIB: LIBCMT
1> 已找到 "public: int __thiscall DSL_sysCoordinates::Next(void)" (?Next@DSL_sysCoordinates@@QAEHXZ)
1> 已在 code 3.obj 中引用
1> 已加载 smile.lib(syscoord.obj)
1>smile.lib(syscoord.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: int __thiscall DSL_doubleArray::SetSize(int)" (?SetSize@DSL_doubleArray@@QAEHH@Z)
1> 已在 code 3.obj 中引用
1> 已加载 smile.lib(doublearray.obj)
1>smile.lib(doublearray.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall DSL_stringArray::Flush(void)" (?Flush@DSL_stringArray@@QAEXXZ)
1> 已在 code 3.obj 中引用
1> 已加载 smile.lib(stringarray.obj)
1>smile.lib(stringarray.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: virtual int __thiscall DSL_idArray::Add(char const *)" (?Add@DSL_idArray@@UAEHPBD@Z)
1> 已在 code 3.obj 中引用
1> 已加载 smile.lib(idarray.obj)
1>smile.lib(idarray.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: virtual void __thiscall DSL_array::CleanUp(int)" (?CleanUp@DSL_array@@UAEXH@Z)
1> 已在 code 3.obj 中引用
1> 已在 smile.lib(stringarray.obj) 中引用
1> 已在 smile.lib(idarray.obj) 中引用
1> 已加载 smile.lib(dslarray.obj)
1>smile.lib(dslarray.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: virtual void __thiscall DSL_object::CleanUp(int)" (?CleanUp@DSL_object@@UAEXH@Z)
1> 已在 smile.lib(idarray.obj) 中引用
1> 已在 smile.lib(dslarray.obj) 中引用
1> 已在 code 3.obj 中引用
1> 已在 smile.lib(network.obj) 中引用
1> 已在 smile.lib(syscoord.obj) 中引用
1> 已在 smile.lib(stringarray.obj) 中引用
1> 已加载 smile.lib(dslobject.obj)
1>smile.lib(dslobject.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: double & __thiscall DSL_Dmatrix::Subscript(int)" (?Subscript@DSL_Dmatrix@@QAEAANH@Z)
1> 已在 code 3.obj 中引用
1> 已加载 smile.lib(dmatrix.obj)
1>smile.lib(dmatrix.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: int __thiscall DSL_intArray::operator=(class DSL_intArray const &)" (??4DSL_intArray@@QAEHABV0@@Z)
1> 已在 code 3.obj 中引用
1> 已在 smile.lib(network.obj) 中引用
1> 已在 smile.lib(dmatrix.obj) 中引用
1> 已加载 smile.lib(intarray.obj)
1>smile.lib(intarray.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: int __thiscall DSL_valueOfInformation::SetDecision(int)" (?SetDecision@DSL_valueOfInformation@@QAEHH@Z)
1> 已在 code 3.obj 中引用
1> 已加载 smile.lib(valueofinfo.obj)
1>smile.lib(valueofinfo.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_caseManager::~DSL_caseManager(void)" (??1DSL_caseManager@@QAE@XZ)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(casemanager.obj)
1>smile.lib(casemanager.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: class DSL_submodel * __thiscall DSL_submodelHandler::GetSubmodel(int)" (?GetSubmodel@DSL_submodelHandler@@QAEPAVDSL_submodel@@H@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(submodel.obj)
1>smile.lib(submodel.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "class DSL_errorStringHandler ErrorH" (?ErrorH@@3VDSL_errorStringHandler@@A)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(errorstrings.obj)
1>smile.lib(errorstrings.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: bool __thiscall DSL_cycleDetector::HasCycle(void)" (?HasCycle@DSL_cycleDetector@@QAE_NXZ)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(cycledetector.obj)
1>smile.lib(cycledetector.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: char const * __thiscall DSL_node::GetId(void)const " (?GetId@DSL_node@@QBEPBDXZ)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(node.obj)
1>smile.lib(node.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_kiSpeaker::DSL_kiSpeaker(class DSL_network *)" (??0DSL_kiSpeaker@@QAE@PAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(ki.obj)
1>smile.lib(ki.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_xmlSpeaker::DSL_xmlSpeaker(class DSL_network *)" (??0DSL_xmlSpeaker@@QAE@PAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(xmlbif.obj)
1>smile.lib(xmlbif.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_huginSpeaker::DSL_huginSpeaker(class DSL_network *)" (??0DSL_huginSpeaker@@QAE@PAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(hugin.obj)
1>smile.lib(hugin.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_microsoftSpeaker::DSL_microsoftSpeaker(class DSL_network *)" (??0DSL_microsoftSpeaker@@QAE@PAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(microsoft.obj)
1>smile.lib(microsoft.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_neticaSpeaker::DSL_neticaSpeaker(class DSL_network *)" (??0DSL_neticaSpeaker@@QAE@PAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(netica.obj)
1>smile.lib(netica.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_ergoSpeaker::DSL_ergoSpeaker(class DSL_network *)" (??0DSL_ergoSpeaker@@QAE@PAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(ergo.obj)
1>smile.lib(ergo.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_dslSpeaker::DSL_dslSpeaker(class DSL_network *)" (??0DSL_dslSpeaker@@QAE@PAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(dsl.obj)
1>smile.lib(dsl.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_xdslSpeaker::DSL_xdslSpeaker(class DSL_network *)" (??0DSL_xdslSpeaker@@QAE@PAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(xdsl.obj)
1>smile.lib(xdsl.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "int __cdecl DSL_Infer_HLOGICsampling(class DSL_network *)" (?DSL_Infer_HLOGICsampling@@YAHPAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(sampling.obj)
1>smile.lib(sampling.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: virtual __thiscall DSL_valueOfInformationAssessor::~DSL_valueOfInformationAssessor(void)" (??1DSL_valueOfInformationAssessor@@UAE@XZ)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(valueinfoassessor.obj)
1>smile.lib(valueinfoassessor.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall DSL_dbnImpl::OnChangeType(int)" (?OnChangeType@DSL_dbnImpl@@QAEXH@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(dbnimpl.obj)
1>smile.lib(dbnimpl.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: int __thiscall DSL_userProperties::FindProperty(char const *)const " (?FindProperty@DSL_userProperties@@QBEHPBD@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已在 smile.lib(ki.obj) 中引用
1> 已在 smile.lib(dsl.obj) 中引用
1> 已加载 smile.lib(generalclases.obj)
1>smile.lib(generalclases.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "double __cdecl TsClusteringProbE(class DSL_network *)" (?TsClusteringProbE@@YANPAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(tsclustering.obj)
1>smile.lib(tsclustering.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: int __thiscall DSL_nodeCost::AddParent(int)" (?AddParent@DSL_nodeCost@@QAEHH@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(nodecost.obj)
1>smile.lib(nodecost.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "bool __cdecl SimpleGraphLayout(int,class std::vector<struct std::pair<int,int>,class std::allocator<struct std::pair<int,int> > > const &,class std::vector<struct std::pair<int,int>,class std::allocator<struct std::pair<int,int> > > &)" (?SimpleGraphLayout@@YA_NHABV?$vector@U?$pair@HH@std@@V?$allocator@U?$pair@HH@std@@@2@@std@@AAV12@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(simplegraphlayout.obj)
1>smile.lib(simplegraphlayout.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "int __cdecl DSL_Infer_Pearl(class DSL_network *)" (?DSL_Infer_Pearl@@YAHPAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(pearl.obj)
1>smile.lib(pearl.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "int __cdecl DSL_new_Clustering(class DSL_network *)" (?DSL_new_Clustering@@YAHPAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(clustering.obj)
1>smile.lib(clustering.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "int __cdecl DSL_ConvertToHbnAndSolve(class DSL_network &)" (?DSL_ConvertToHbnAndSolve@@YAHAAVDSL_network@@@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(equationsolver.obj)
1>smile.lib(equationsolver.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: int __thiscall DSL_annealedMAP::SimulatedMAP(class DSL_network &,class DSL_intArray &,class DSL_intArray &,class DSL_intArray &,class DSL_intArray &,double &,double &,int)" (?SimulatedMAP@DSL_annealedMAP@@QAEHAAVDSL_network@@AAVDSL_intArray@@111AAN2H@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(annealedmap.obj)
1>smile.lib(annealedmap.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall DSL_ShachterSolver::CleanUp(int)" (?CleanUp@DSL_ShachterSolver@@QAEXH@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(shachter.obj)
1>smile.lib(shachter.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_CooperSolver::~DSL_CooperSolver(void)" (??1DSL_CooperSolver@@QAE@XZ)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(cooper.obj)
1>smile.lib(cooper.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "void __cdecl DSL_appendInt(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?DSL_appendInt@@YAXAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(general.obj)
1>smile.lib(general.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_networkState::~DSL_networkState(void)" (??1DSL_networkState@@QAE@XZ)
1> 已在 smile.lib(network.obj) 中引用
1> 已加载 smile.lib(networkstate.obj)
1>smile.lib(networkstate.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall DSL_simpleCase::OnTypeChanged(int,int)" (?OnTypeChanged@DSL_simpleCase@@QAEXHH@Z)
1> 已在 smile.lib(casemanager.obj) 中引用
1> 已加载 smile.lib(simplecase.obj)
1>smile.lib(simplecase.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: int __thiscall DSL_rectangle::operator=(class DSL_rectangle const &)" (??4DSL_rectangle@@QAEHABV0@@Z)
1> 已在 smile.lib(generalclases.obj) 中引用
1> 已在 smile.lib(submodel.obj) 中引用
1> 已在 smile.lib(hugin.obj) 中引用
1> 已在 smile.lib(microsoft.obj) 中引用
1> 已在 smile.lib(dbnimpl.obj) 中引用
1> 已加载 smile.lib(rectanglearray.obj)
1>smile.lib(rectanglearray.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: int __thiscall DSL_extraDefinition::operator=(class DSL_extraDefinition &)" (??4DSL_extraDefinition@@QAEHAAV0@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已在 smile.lib(ki.obj) 中引用
1> 已加载 smile.lib(extradefinition.obj)
1>smile.lib(extradefinition.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_beliefVector::DSL_beliefVector(int,class DSL_network *)" (??0DSL_beliefVector@@QAE@HPAVDSL_network@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(valbeliefvector.obj)
1>smile.lib(valbeliefvector.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_valcontinuous::DSL_valcontinuous(int,class DSL_network *)" (??0DSL_valcontinuous@@QAE@HPAVDSL_network@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(valcontinuous.obj)
1>smile.lib(valcontinuous.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_valEqEvaluation::DSL_valEqEvaluation(int,class DSL_network *)" (??0DSL_valEqEvaluation@@QAE@HPAVDSL_network@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(valequationevaluation.obj)
1>smile.lib(valequationevaluation.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_mauExpectedUtility::DSL_mauExpectedUtility(int,class DSL_network *)" (??0DSL_mauExpectedUtility@@QAE@HPAVDSL_network@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(valmauexpectedutility.obj)
1>smile.lib(valmauexpectedutility.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_expectedUtility::DSL_expectedUtility(int,class DSL_network *)" (??0DSL_expectedUtility@@QAE@HPAVDSL_network@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(valexpectedutility.obj)
1>smile.lib(valexpectedutility.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_listOfDecisions::DSL_listOfDecisions(int,class DSL_network *)" (??0DSL_listOfDecisions@@QAE@HPAVDSL_network@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(vallistofdecisions.obj)
1>smile.lib(vallistofdecisions.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall DSL_nodeDefinition::SetNetworkAndHandle(class DSL_network *,int)" (?SetNetworkAndHandle@DSL_nodeDefinition@@QAEXPAVDSL_network@@H@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(nodedef.obj)
1>smile.lib(nodedef.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_defDistribution::DSL_defDistribution(class DSL_nodeDefinition &)" (??0DSL_defDistribution@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(defdistribution.obj)
1>smile.lib(defdistribution.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_defHEquation::DSL_defHEquation(class DSL_nodeDefinition &)" (??0DSL_defHEquation@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(defhequation.obj)
1>smile.lib(defhequation.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_defDchildHparent::DSL_defDchildHparent(class DSL_nodeDefinition &)" (??0DSL_defDchildHparent@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(defdchildhparent.obj)
1>smile.lib(defdchildhparent.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_noisyMAX::DSL_noisyMAX(class DSL_nodeDefinition &)" (??0DSL_noisyMAX@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(defnoisymax.obj)
1>smile.lib(defnoisymax.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_noisyAdder::DSL_noisyAdder(class DSL_nodeDefinition &)" (??0DSL_noisyAdder@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(defnoisyadder.obj)
1>smile.lib(defnoisyadder.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_mau::DSL_mau(class DSL_nodeDefinition &)" (??0DSL_mau@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(defmau.obj)
1>smile.lib(defmau.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_demorgan::DSL_demorgan(class DSL_nodeDefinition &)" (??0DSL_demorgan@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(defdemorgan.obj)
1>smile.lib(defdemorgan.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_equation::DSL_equation(class DSL_nodeDefinition &)" (??0DSL_equation@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(defequation.obj)
1>smile.lib(defequation.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_cast::DSL_cast(class DSL_nodeDefinition &)" (??0DSL_cast@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(defcast.obj)
1>smile.lib(defcast.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_table::DSL_table(class DSL_nodeDefinition &)" (??0DSL_table@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(deftable.obj)
1>smile.lib(deftable.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_list::DSL_list(class DSL_nodeDefinition &)" (??0DSL_list@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(deflist.obj)
1>smile.lib(deflist.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_truthTable::DSL_truthTable(class DSL_nodeDefinition &)" (??0DSL_truthTable@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(deftruthtable.obj)
1>smile.lib(deftruthtable.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_cpt::DSL_cpt(class DSL_nodeDefinition &)" (??0DSL_cpt@@QAE@AAVDSL_nodeDefinition@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已在 smile.lib(deftruthtable.obj) 中引用
1> 已加载 smile.lib(defcpt.obj)
1>smile.lib(defcpt.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall DSL_nodeValue::SetNetworkAndHandle(class DSL_network *,int)" (?SetNetworkAndHandle@DSL_nodeValue@@QAEXPAVDSL_network@@H@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(nodeval.obj)
1>smile.lib(nodeval.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_equationSCC::DSL_equationSCC(int,class DSL_network *)" (??0DSL_equationSCC@@QAE@HPAVDSL_network@@@Z)
1> 已在 smile.lib(node.obj) 中引用
1> 已加载 smile.lib(defequationscc.obj)
1>smile.lib(defequationscc.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "protected: int __thiscall DSL_fileFormat::IsToken(char const *)" (?IsToken@DSL_fileFormat@@IAEHPBD@Z)
1> 已在 smile.lib(dsl.obj) 中引用
1> 已在 smile.lib(ki.obj) 中引用
1> 已在 smile.lib(hugin.obj) 中引用
1> 已在 smile.lib(microsoft.obj) 中引用
1> 已在 smile.lib(netica.obj) 中引用
1> 已加载 smile.lib(fileformat.obj)
1>smile.lib(fileformat.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: int __thiscall DSL_textFile::SetContinuingCharacters(char const *)" (?SetContinuingCharacters@DSL_textFile@@QAEHPBD@Z)
1> 已在 smile.lib(ki.obj) 中引用
1> 已在 smile.lib(xmlbif.obj) 中引用
1> 已在 smile.lib(netica.obj) 中引用
1> 已在 smile.lib(dsl.obj) 中引用
1> 已加载 smile.lib(textfile.obj)
1>smile.lib(textfile.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall DSL_lexicalAnalizer::Match(void)" (?Match@DSL_lexicalAnalizer@@QAEXXZ)
1> 已在 smile.lib(fileformat.obj) 中引用
1> 已在 smile.lib(ki.obj) 中引用
1> 已在 smile.lib(xmlbif.obj) 中引用
1> 已在 smile.lib(hugin.obj) 中引用
1> 已在 smile.lib(microsoft.obj) 中引用
1> 已加载 smile.lib(lexical.obj)
1>smile.lib(lexical.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: class DSL_Dmatrix & __thiscall DSL_ciDefinition::GetCiWeights(void)" (?GetCiWeights@DSL_ciDefinition@@QAEAAVDSL_Dmatrix@@XZ)
1> 已在 smile.lib(defnoisyadder.obj) 中引用
1> 已在 smile.lib(ki.obj) 中引用
1> 已在 smile.lib(ergo.obj) 中引用
1> 已在 smile.lib(dsl.obj) 中引用
1> 已在 smile.lib(defnoisymax.obj) 中引用
1> 已加载 smile.lib(cidefinition.obj)
1>smile.lib(cidefinition.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "protected: virtual bool __thiscall DSL_expressionParser::IsValidVariable(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &)" (?IsValidVariable@DSL_expressionParser@@MAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV23@@Z)
1> 已在 smile.lib(netica.obj) 中引用
1> 已在 smile.lib(defmau.obj) 中引用
1> 已加载 smile.lib(exprparse.obj)
1>smile.lib(exprparse.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "protected: int __thiscall DSL_function::CalcParamCount(void)const " (?CalcParamCount@DSL_function@@IBEHXZ)
1> 已在 smile.lib(netica.obj) 中引用
1> 已在 smile.lib(exprparse.obj) 中引用
1> 已加载 smile.lib(expression.obj)
1>smile.lib(expression.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "bool __cdecl XmlLoad(char const *,char const *,class DSL_network *,class IXmlBinding *)" (?XmlLoad@@YA_NPBD0PAVDSL_network@@PAVIXmlBinding@@@Z)
1> 已在 smile.lib(xdsl.obj) 中引用
1> 已加载 smile.lib(xmlload.obj)
1>smile.lib(xmlload.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "bool __cdecl XmlSave(char const *,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > *,class DSL_network *,class IXmlWriterExtension *)" (?XmlSave@@YA_NPBDPAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PAVDSL_network@@PAVIXmlWriterExtension@@@Z)
1> 已在 smile.lib(xdsl.obj) 中引用
1> 已加载 smile.lib(xmlsave.obj)
1>smile.lib(xmlsave.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_rNetwork::~DSL_rNetwork(void)" (??1DSL_rNetwork@@QAE@XZ)
1> 已在 smile.lib(sampling.obj) 中引用
1> 已在 smile.lib(tsclustering.obj) 中引用
1> 已在 smile.lib(clustering.obj) 中引用
1> 已加载 smile.lib(r_node.obj)
1>smile.lib(r_node.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_hybridSampleNet::~DSL_hybridSampleNet(void)" (??1DSL_hybridSampleNet@@QAE@XZ)
1> 已在 smile.lib(sampling.obj) 中引用
1> 已加载 smile.lib(samplenethybrid.obj)
1>smile.lib(samplenethybrid.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall HBNSamplingAdapter::HBNSamplingAdapter(class DSL_network &)" (??0HBNSamplingAdapter@@QAE@AAVDSL_network@@@Z)
1> 已在 smile.lib(sampling.obj) 中引用
1> 已加载 smile.lib(hbnsamplingadapter.obj)
1>smile.lib(hbnsamplingadapter.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall SampleNet::~SampleNet(void)" (??1SampleNet@@QAE@XZ)
1> 已在 smile.lib(sampling.obj) 中引用
1> 已加载 smile.lib(samplenode.obj)
1>smile.lib(samplenode.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall SamplingAdapter::SamplingAdapter(class DSL_rNetwork &)" (??0SamplingAdapter@@QAE@AAVDSL_rNetwork@@@Z)
1> 已在 smile.lib(sampling.obj) 中引用
1> 已加载 smile.lib(samplingadapter.obj)
1>smile.lib(samplingadapter.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "class Vector<class DSL_rNetwork *> * __cdecl Relevant(class DSL_network *,bool,bool)" (?Relevant@@YAPAV?$Vector@PAVDSL_rNetwork@@@@PAVDSL_network@@_N1@Z)
1> 已在 smile.lib(sampling.obj) 中引用
1> 已在 smile.lib(tsclustering.obj) 中引用
1> 已在 smile.lib(clustering.obj) 中引用
1> 已加载 smile.lib(relevance.obj)
1>smile.lib(relevance.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall TsClique::Pool::~Pool(void)" (??1Pool@TsClique@@QAE@XZ)
1> 已在 smile.lib(tsclustering.obj) 中引用
1> 已加载 smile.lib(tsclique.obj)
1>smile.lib(tsclique.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: double __thiscall TsJoinTree::CalcNormFactor(void)" (?CalcNormFactor@TsJoinTree@@QAENXZ)
1> 已在 smile.lib(tsclustering.obj) 中引用
1> 已加载 smile.lib(tsjointree.obj)
1>smile.lib(tsjointree.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall TsAdapter::TsAdapter(class DSL_rNetwork &,int *)" (??0TsAdapter@@QAE@AAVDSL_rNetwork@@PAH@Z)
1> 已在 smile.lib(tsclustering.obj) 中引用
1> 已加载 smile.lib(tsadapter.obj)
1>smile.lib(tsadapter.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall JointTree::CleanUp(void)" (?CleanUp@JointTree@@QAEXXZ)
1> 已在 smile.lib(clustering.obj) 中引用
1> 已加载 smile.lib(jointtree.obj)
1>smile.lib(jointtree.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: int __thiscall DSL_defHybrid::SetHelement(class DSL_intArray &,class DSL_Helement *)" (?SetHelement@DSL_defHybrid@@QAEHAAVDSL_intArray@@PAVDSL_Helement@@@Z)
1> 已在 smile.lib(equationsolver.obj) 中引用
1> 已加载 smile.lib(defhybrid.obj)
1>smile.lib(defhybrid.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_distributionElement::DSL_distributionElement(class DSL_distribution const *)" (??0DSL_distributionElement@@QAE@PBVDSL_distribution@@@Z)
1> 已在 smile.lib(equationsolver.obj) 中引用
1> 已加载 smile.lib(helement.obj)
1>smile.lib(helement.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall DSL_generalEquation::Assign(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,double)" (?Assign@DSL_generalEquation@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@N@Z)
1> 已在 smile.lib(equationsolver.obj) 中引用
1> 已加载 smile.lib(generalequation.obj)
1>smile.lib(generalequation.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: double __thiscall DSL_randGen::GetDouble(void)" (?GetDouble@DSL_randGen@@QAENXZ)
1> 已在 smile.lib(annealedmap.obj) 中引用
1> 已在 smile.lib(defequation.obj) 中引用
1> 已在 smile.lib(expression.obj) 中引用
1> 已在 smile.lib(helement.obj) 中引用
1> 已加载 smile.lib(randgen.obj)
1>smile.lib(randgen.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_sfoDefinition::DSL_sfoDefinition(class DSL_network *,int &)" (??0DSL_sfoDefinition@@QAE@PAVDSL_network@@AAH@Z)
1> 已在 smile.lib(extradefinition.obj) 中引用
1> 已加载 smile.lib(sfodef.obj)
1>smile.lib(sfodef.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall DSL_mixGaussian::DSL_mixGaussian(void)" (??0DSL_mixGaussian@@QAE@XZ)
1> 已在 smile.lib(valcontinuous.obj) 中引用
1> 已在 smile.lib(helement.obj) 中引用
1> 已加载 smile.lib(mixgaussian.obj)
1>smile.lib(mixgaussian.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: virtual __thiscall XmlBinding::~XmlBinding(void)" (??1XmlBinding@@UAE@XZ)
1> 已在 smile.lib(xmlload.obj) 中引用
1> 已加载 smile.lib(xmlreaderimpl.obj)
1>smile.lib(xmlreaderimpl.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "class IXmlGenieLoader * __cdecl XmlCreateGenieLoader(class IXmlReader *,class DSL_network *,class std::map<char const *,int,struct CharPtrLess,class std::allocator<struct std::pair<char const * const,int> > > const &)" (?XmlCreateGenieLoader@@YAPAVIXmlGenieLoader@@PAVIXmlReader@@PAVDSL_network@@ABV?$map@PBDHUCharPtrLess@@V?$allocator@U?$pair@QBDH@std@@@std@@@std@@@Z)
1> 已在 smile.lib(xmlload.obj) 中引用
1> 已加载 smile.lib(xmlgenieload.obj)
1>smile.lib(xmlgenieload.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: virtual void __thiscall NodeDefVisitor::Visit(class DSL_mau *)" (?Visit@NodeDefVisitor@@UAEXPAVDSL_mau@@@Z)
1> 已在 smile.lib(xmlsave.obj) 中引用
1> 已加载 smile.lib(nodedefvisitor.obj)
1>smile.lib(nodedefvisitor.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall XmlWriter::WriteDoubleArray(char const *,double const *,int,char const *,double)" (?WriteDoubleArray@XmlWriter@@QAEXPBDPBNH0N@Z)
1> 已在 smile.lib(xmlsave.obj) 中引用
1> 已加载 smile.lib(xmlwriterimpl.obj)
1>smile.lib(xmlwriterimpl.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "class IXmlWriterExtension * __cdecl XmlCreateGenieSaver(class DSL_network *)" (?XmlCreateGenieSaver@@YAPAVIXmlWriterExtension@@PAVDSL_network@@@Z)
1> 已在 smile.lib(xmlsave.obj) 中引用
1> 已加载 smile.lib(xmlgeniesave.obj)
1>smile.lib(xmlgeniesave.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall DSL_hybridSampleNode::SwitchMessageFlags(void)" (?SwitchMessageFlags@DSL_hybridSampleNode@@QAEXXZ)
1> 已在 smile.lib(samplenethybrid.obj) 中引用
1> 已加载 smile.lib(samplenodehybrid.obj)
1>smile.lib(samplenodehybrid.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall TsMatrix::Init(class TsMatrix::Coords const &)" (?Init@TsMatrix@@QAEXABVCoords@1@@Z)
1> 已在 smile.lib(tsclique.obj) 中引用
1> 已在 smile.lib(tsjointree.obj) 中引用
1> 已加载 smile.lib(tsmatrix.obj)
1> 已找到 "void __cdecl TsOdoMarginalize(double *,double const *,double const *,struct TsOdometer *)" (?TsOdoMarginalize@@YAXPANPBN1PAUTsOdometer@@@Z)
1> 已在 smile.lib(tsclique.obj) 中引用
1> 已在 smile.lib(tsjointree.obj) 中引用
1> 已加载 smile.lib(tsodometer.obj)
1> 已找到 "public: bool __thiscall TsTriangulator::Triangulate(unsigned int)" (?Triangulate@TsTriangulator@@QAE_NI@Z)
1> 已在 smile.lib(tsjointree.obj) 中引用
1> 已加载 smile.lib(tstriangulator.obj)
1>smile.lib(tstriangulator.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: void __thiscall cluster::ConnectSepsets(class cluster const *,class sepset * *)" (?ConnectSepsets@cluster@@QAEXPBV1@PAPAVsepset@@@Z)
1> 已在 smile.lib(jointtree.obj) 中引用
1> 已加载 smile.lib(clique.obj)
1>smile.lib(clique.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 "public: __thiscall AdjMatrix::~AdjMatrix(void)" (??1AdjMatrix@@QAE@XZ)
1> 已在 smile.lib(jointtree.obj) 中引用
1> 已加载 smile.lib(lsnode.obj)
1>smile.lib(lsnode.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 _XML_GetCurrentColumnNumber
1> 已在 smile.lib(xmlreaderimpl.obj) 中引用
1> 已加载 smile.lib(xmlparse.obj)
1> 已找到 "public: __thiscall DSL_continuousMessage::DSL_continuousMessage(double &,double &,double &,bool,int,double,double)" (??0DSL_continuousMessage@@QAE@AAN00_NHNN@Z)
1> 已在 smile.lib(samplenodehybrid.obj) 中引用
1> 已加载 smile.lib(messagehybrid.obj)
1>smile.lib(messagehybrid.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(code 3.obj 中)
1> 已找到 _XmlInitUnknownEncoding
1> 已在 smile.lib(xmlparse.obj) 中引用
1> 已加载 smile.lib(xmltok.obj)
1> 已找到 _XmlPrologStateInit
1> 已在 smile.lib(xmlparse.obj) 中引用
1> 已加载 smile.lib(xmlrole.obj)
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smile_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smile_dyn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smilearn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smilearn_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smilearn_dyn.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\kernel32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\user32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\gdi32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\winspool.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\comdlg32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\advapi32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\shell32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\ole32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\oleaut32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\uuid.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\odbc32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\odbccp32.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\msvcprtd.lib:
1> 已找到 "void __cdecl std::_Xlength_error(char const *)" (?_Xlength_error@std@@YAXPBD@Z)
1>
1> 已找到 ___report_gsfailure
1> 已在 MSVCRTD.lib(secchk.obj) 中引用
1> 已加载 MSVCRTD.lib(gs_report.obj)
1> 已找到 "public: virtual __thiscall type_info::~type_info(void)" (??1type_info@@UAE@XZ)
1> 已在 MSVCRTD.lib(ti_inst.obj) 中引用
1> 已加载 MSVCRTD.lib(typeinfo_dtor_32.obj)
1> 已找到 ___CxxSetUnhandledExceptionFilter
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(unhandld.obj)
1> 已找到 __imp___configthreadlocale
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 ___globallocalestatus
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(xthdloc.obj)
1> 已找到 __setdefaultprecision
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(fp8.obj)
1> 已找到 __imp____setusermatherr
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __matherr
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(merr.obj)
1> 已找到 __setargv
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(dllargv.obj)
1> 已找到 __RTC_Initialize
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(_initsect_.obj)
1> 已找到 __commode
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(xncommod.obj)
1> 已找到 __imp___commode
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __fmode
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(xtxtmode.obj)
1> 已找到 __imp___fmode
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp____set_app_type
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __amsg_exit
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp____getmainargs
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __dowildcard
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(wildcard.obj)
1> 已找到 __newmode
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(_newmode.obj)
1> 已找到 ___security_init_cookie
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(gs_support.obj)
1> 已找到 __imp___exit
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __XcptFilter
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp___cexit
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp__exit
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp____initenv
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp___CrtSetCheckCount
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __IsNonwritableInCurrentImage
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(pesect.obj)
1> 已找到 __imp___CrtDbgReportW
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __initterm
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 ___xc_a
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(cinitexe.obj)
1> 已处理 /DEFAULTLIB: kernel32.lib
1> 已处理 /DISALLOWLIB: libcmtd.lib
1> 已处理 /DISALLOWLIB: msvcrt.lib
1> 已找到 __initterm_e
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 ___native_startup_state
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 MSVCRTD.lib(natstart.obj)
1> 已找到 __except_handler4
1> 已在 MSVCRTD.lib(ehvccctr.obj) 中引用
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已在 MSVCRTD.lib(pesect.obj) 中引用
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已在 MSVCRTD.lib(ehvecdtr.obj) 中引用
1> 已在 MSVCRTD.lib(ehvecctr.obj) 中引用
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 MSVCRTD.lib(chandler4gs.obj)
1> 已找到 "void __cdecl terminate(void)" (?terminate@@YAXXZ)
1> 已在 MSVCRTD.lib(ehvecdtr.obj) 中引用
1> 已在 MSVCRTD.lib(unhandld.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __unlock
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 ___dllonexit
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __lock
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __imp___onexit
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 ___sse2_available
1> 已在 MSVCRTD.lib(ftol2.obj) 中引用
1> 已加载 MSVCRTD.lib(cpu_disp.obj)
1> 已找到 "int __cdecl _RTC_GetSrcLine(unsigned char *,wchar_t *,unsigned long,int *,wchar_t *,unsigned long)" (?_RTC_GetSrcLine@@YAHPAEPA_WKPAH1K@Z)
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已加载 MSVCRTD.lib(_pdblkup_.obj)
1> 已找到 MSVCR100D_NULL_THUNK_DATA
1> 已在 MSVCRTD.lib(MSVCR100D.dll) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __crt_debugger_hook
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 "public: void __thiscall type_info::_type_info_dtor_internal_method(void)" (?_type_info_dtor_internal_method@type_info@@QAEXXZ)
1> 已在 MSVCRTD.lib(typeinfo_dtor_32.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __controlfp_s
1> 已在 MSVCRTD.lib(fp8.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __invoke_watson
1> 已在 MSVCRTD.lib(fp8.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 已找到 __except_handler4_common
1> 已在 MSVCRTD.lib(chandler4gs.obj) 中引用
1> 已加载 MSVCRTD.lib(MSVCR100D.dll)
1> 正在搜索 d:\Visual Studio 2010\VC\lib\OLDNAMES.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\libcpmt.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\LIBCMT.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smile.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smile_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smile_dyn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smilearn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smilearn_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smilearn_dyn.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\kernel32.lib:
1> 已找到 __imp__EncodePointer@4
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__InterlockedExchange@8
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__Sleep@4
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__InterlockedCompareExchange@12
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__HeapSetInformation@16
1> 已在 MSVCRTD.lib(crtexe.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__DecodePointer@4
1> 已在 MSVCRTD.lib(atonexit.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__WideCharToMultiByte@32
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__IsDebuggerPresent@0
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__MultiByteToWideChar@24
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__RaiseException@16
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__lstrlenA@4
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetProcAddress@8
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__LoadLibraryW@4
1> 已在 MSVCRTD.lib(_error_.obj) 中引用
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__TerminateProcess@8
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetCurrentProcess@0
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__UnhandledExceptionFilter@4
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__SetUnhandledExceptionFilter@4
1> 已在 MSVCRTD.lib(gs_report.obj) 中引用
1> 已在 MSVCRTD.lib(unhandld.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__QueryPerformanceCounter@4
1> 已在 MSVCRTD.lib(gs_support.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetTickCount@0
1> 已在 MSVCRTD.lib(gs_support.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetCurrentThreadId@0
1> 已在 MSVCRTD.lib(gs_support.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetCurrentProcessId@0
1> 已在 MSVCRTD.lib(gs_support.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetSystemTimeAsFileTime@4
1> 已在 MSVCRTD.lib(gs_support.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__IsProcessorFeaturePresent@4
1> 已在 MSVCRTD.lib(cpu_disp.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__HeapFree@12
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__HeapAlloc@12
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetProcessHeap@0
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__GetModuleFileNameW@12
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__VirtualQuery@12
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __imp__FreeLibrary@4
1> 已在 MSVCRTD.lib(_pdblkup_.obj) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 __IMPORT_DESCRIPTOR_KERNEL32
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 已找到 KERNEL32_NULL_THUNK_DATA
1> 已在 kernel32.lib(KERNEL32.dll) 中引用
1> 已加载 kernel32.lib(KERNEL32.dll)
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\user32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\gdi32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\winspool.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\comdlg32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\advapi32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\shell32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\ole32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\oleaut32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\uuid.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\odbc32.lib:
1> 正在搜索 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\lib\odbccp32.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\msvcprtd.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\MSVCRTD.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\OLDNAMES.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\libcpmt.lib:
1> 正在搜索 d:\Visual Studio 2010\VC\lib\LIBCMT.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smile.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smile_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smile_dyn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smilearn.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smilearn_dbg.lib:
1> 正在搜索 D:\Visual Studio 2010\smile_vc10_x86\smilearn_dyn.lib:
1>
1> 已完成库搜索
1>LINK : warning LNK4098: 默认库“LIBCMT”与其他库的使用冲突;请使用 /NODEFAULTLIB:library
1>
1> 已完成传递 1
1>
1> 正在生成非 SAFESEH 映像。
1>d:\backup\documents\visual studio 2010\Projects\code 3\Debug\code 3.exe : fatal error LNK1319: 检测到 97 个不匹配项
1>
1>生成失败。
1>
1>已用时间 00:00:04.05
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
shooltz[BayesFusion]
Site Admin
Posts: 1417
Joined: Mon Nov 26, 2007 5:51 pm

Re: smile for Vs2010

Post by shooltz[BayesFusion] »

In the settings of your project, go to C/C++ and Code Generation. Look at the "Runtime Library" setting. I think you may have set it to "Multi-threaded Debug (/MTd)". To use SMILE in Debug configration, you'll need this option set to "Multi-threaded Debug DLL (/MDd)".
Gary
Posts: 40
Joined: Thu Nov 17, 2016 2:38 am

Re: smile for Vs2010

Post by Gary »

Hello:
I checked it. There is no problem. Not for that reason.
Post Reply