Ticket #73 (new defect)
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
Note: See
TracTickets for help on using
tickets.
