I've the following errors but I couldn't narrow down to which point the error is....
Error 1 error LNK2001: unresolved external symbol _callui idapro.obj
Error 2 error LNK2001: unresolved external symbol _callui ida-x86.obj
Error 3 error LNK2001: unresolved external symbol _callui node.obj
Error 4 error LNK2001: unresolved external symbol _callui dataflow.obj
Error 5 error LNK2001: unresolved external symbol _callui desquirr.obj
Error 6 error LNK2001: unresolved external symbol _callui expression.obj
Error 7 error LNK2001: unresolved external symbol _callui ida-arm.obj
Error 8 error LNK2001: unresolved external symbol _ph desquirr.obj
Error 9 error LNK2019: unresolved external symbol _ph referenced in function "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall IdaArm::RegisterName(unsigned long)const " (?RegisterName@IdaArm@@UBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@K@Z) ida-arm.obj
Error 10 error LNK2001: unresolved external symbol _segs expression.obj
Error 11 error LNK2001: unresolved external symbol _cmd idapro.obj
Error 12 fatal error LNK1120: 4 unresolved externals C:\Documents and Settings\luckie\My Documents\Visual Studio 2005\Projects\desquirr\Debug\desquirr.dll
Note that I have installed SDK, boost and I have VS2005
The readme suggests me to use SDK 4.2 or somethin'
Is that the root of the problem?
I have included the path to be used. And putting the correct library for the compiler to link..
In case there isn't solution, should I just use borland's compiler instead?





