Home > Back-end >  About the depends use
About the depends use

Time:09-25

I recently need to configure the liblas library, according to http://www.zhangzscn.com/2015/11/22/vs2013%E7%BC%96%E8%AF%9164%E4%BD%8Dliblas%E5%BA%93%E6%8C%87%E5%8D%97/after configuration, engineering can be generated exe but change display program can't start properly, according to zhao teacher said in the depends. Exe analysis, but never used, following the change

CodePudding user response:

Download liblas. DLL, msvcp110d. DLL, msvcr110d. DLL in the executable file and directory

CodePudding user response:

I do, but still the same error message

CodePudding user response:

reference 1st floor u010165006 response:
download liblas. DLL, msvcp110d. DLL, msvcr110d. DLL in the executable file and directory




I do so, but still the same error message

CodePudding user response:

Stick your reference the DLL's code come out and have a look

CodePudding user response:

reference 4 floor hongss response:
your reference this DLL code posted to see


# include "stdafx. H"

#include
#include
#include
#include



using namespace std;
Void main (int arg c, char * argv [])
{
STD: : ifstream ifs.
The ifs. Open (" C: \ \ Users \ \ admin \ \ Desktop \ \ ComplexSRSInfo laz ", STD: : ios: : | in STD: : ios: : binary);

Liblas: : ReaderFactory f;

Liblas: : Reader Reader=f. reateWithStream (ifs);
Liblas: : Header const& The header=reader. GetHeader ();
Printf (" \ n Points count: % d ", the header. The GetPointRecordsCount ());
System (" pause ");
}


In fact, simply test program
  • Related