<div>Hi.</div><div><br></div><div>I&#39;m working in a dialog based vc++ application (VS2010). I set unicode option in the compiler settings. I added aes.h, shapefil.h and shpopen.cpp in the project.When the application is compiled we get errors like these: </div>
<div><br></div><div>error LNK2019: unresolved external symbol _DBFClose referenced in function &quot;public: void __thiscall CClass::Function(void)&quot;</div><div>error LNK2019: unresolved external symbol _DBFOpen referenced in function &quot;public: void __thiscall CClass::Function(void)&quot;</div>
<div><br></div><div>In CClass.cpp I added: </div><div><br></div><div>#include &quot;aes.h&quot;</div><div>#include &quot;shapefil.h&quot;</div><div><br></div><div>I don&#39;t know how configure the project to use shapelib API.</div>
<div><br></div><div>Any information is apreciated.</div><div><br></div><div>Best regards, Toņo.</div><div><br></div><div><br></div>