MCPcopy Create free account
hub / github.com/LASzip/LASzip / dll_error

Function dll_error

example/laszipdllexample.cpp:77–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void dll_error(laszip_POINTER laszip)
78{
79 if (laszip)
80 {
81 laszip_CHAR* error;
82 if (laszip_get_error(laszip, &error))
83 {
84 fprintf(stderr,"DLL ERROR: getting error messages\n");
85 }
86 fprintf(stderr,"DLL ERROR MESSAGE: %s\n", error);
87 }
88}
89
90static void byebye(bool error=false, bool wait=false, laszip_POINTER laszip=0)
91{

Callers 1

byebyeFunction · 0.85

Calls 1

laszip_get_errorFunction · 0.85

Tested by

no test coverage detected