Tuesday, January 09, 2007

woes...gone?

so, here i am, back to coding in the middle of the night (it's past 2am here). i found that compiling IBPP and linking the created object into my application only worked until i made a function call, namely to create an IBPP::Database object. then all hell broke loose. so, i did the recommended thing and added all the IBPP source files to my project, and recompiled after removing all references to my custom "library". recompiling gave me the (expected) error of complaining about wide (Unicode) characters not being compatible with regular ones. since i only got about 9 or so errors, i started editing the source file (_ibpp.cpp), and converting most references to quoted strings that gave errors to Unicode-compliant strings using the TEXT() macro. the final challenge was a call to std::string::c_str(), so after trying to create my own function to convert from ANSI to Unicode, and failing - i solved that with a cast. i'm not so sure i won't trip up in future, but i'm feeling more confident now - considering the "solution" took less than 15 minutes, and i'd been battling with the problem for over an hour. i could do with some sleep, myself. later!

No comments: