Ticket #73 (new defect)

Opened 3 months ago

Last modified 3 months ago

Undeclared identifiers lasreader1 and lasreader2 in lasdiff.c

Reported by: mloskot Owned by: hobu
Priority: critical Milestone:
Component: Utilities Version: svn-trunk
Keywords: lasreader lasheader lasdiff Cc:
LAS Format Version: Not Applicable

Description

While building lasdiff.c with Visual C++ 8.0, I'm getting following errors:

lasdiff.c(139) : error C2065: 'lasreader1' : undeclared identifier
lasdiff.c(139) : error C2223: left of '->header' must point to struct/union
lasdiff.c(139) : error C2065: 'lasreader2' : undeclared identifier
lasdiff.c(139) : error C2223: left of '->header' must point to struct/union
lasdiff.c(139) : error C2065: 'LASheader' : undeclared identifier

Change History

Changed 3 months ago by hobu

lasdiff has not been ported to use the C API of libLAS. I think it is just Martin's original code.

Note: See TracTickets for help on using tickets.