<div dir="ltr"><div>Hi i have problem with liblas C#. I can't compiles the .cpp wrapper file and creates the liblas_swig_cpp.dll file<br><br>first error: "can't find FileOpen and FileCreate in liblas."<br>
so i add to the factory.hpp:<br>"static std::istream* FileOpen(std::string const& filename, std::ios::openmode mode);<br>static void FileClose(std::istream*);"<br><br>and<br><br>"static std::ostream* FileCreate(std::string const& filename, std::ios::openmode mode);    <br>
static void FileClose(std::ostream*);"<br><br><br>next error: "IntelliSense: too few arguments in function call"<br>so i edit the liblas_wrap.cpp and add: "std::ios::in | std::ios::binary"  to function CSharp_ReaderFactory_FileOpen and WriteFactory and CSharp_WriterFactory_FileCreate<br>
<br>next error: "can't find the liblas.lib"<br>so i copy the liblas.lib from oswego to right directory.<br><br>next error:  error LNK2019: unresolved external symbol "public: __cdecl liblas::Color::Color(class liblas::Color const &)" (??0Color@liblas@@QEAA@AEBV01@@Z) referenced in function CSharp_Point_GetColor    (...) \csharp-new\liblas_swig_cpp\liblas_wrap.obj    liblas_swig_cpp<br>
<br>Now i don't know what i can do.<br><br>Please help. tx<br><br>Misza<br><br><br>I use Visual Studio 2012 and boost library 1.55;<br><br></div>PS.  i can't find "guid.hpp" in liblas-1.8.0<br></div>