Linkage Problem
-
Bergholt Stuttley Johnson wrote:
LEARN TO THE BASICS OF CODING BEFORE TRYING THE MORE COMPLEX RTFM
FTFY
if(this.signature != "") { MessageBox.Show("This is my signature: " + Environment.NewLine + signature); } else { MessageBox.Show("404-Signature not found"); }
The FM isn't always right, even if there is one. OK, maybe not a manual, but this week I quickly glanced through a book on "Building enterprise applications with windows presentation foundation", and all I found were what read like a high school child gushing about his latest crush[1], and a horribly weak attempt at domain modelling. [1] E.g: "In my opinion, the most dangerous thing you can do in a database is create stored procedures (SPs) ."
No object is so beautiful that, under certain conditions, it will not look ugly. - Oscar Wilde
-
Hi, I'm using this Json_spirit library with boost 1_46_0, wxWidgets3.0 in Visual Studio 2008. After linking and compiling the project I'm getting error like " error LNK2019: unresolved external symbol "bool __cdecl json_spirit::read(class std::basic_istream > &,class json_spirit::Value_impl,class std::allocator > > > &)" (?J_read@json_spirit@@YA_NAEAV?$basic_istream@DU?$char_traits@D@std@@@std@@AEAV?$Value_impl@U?$Config_vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@json_spirit@@@1@@Z) referenced in function "private: class wxWindow * __cdecl HiFrame::ReadingJson(class wxWindow *,class wxString &,class wxString &)" (?ReadingJson@HiFrame@@AEAAPEAVwxWindow@@PEAV2@AEAVwxString@@1@Z) " can anybody help me out to resolve this problem.?? thanks..