[Osalp-dev] Changes
Status: Abandoned
Brought to you by:
daservis
|
From: Bruce F. <for...@tn...> - 2001-08-05 03:10:46
|
I have made two changes to CVS. 1. I have fixed the function aflibData::convertToSize. Many conversions were not correct. Especially when the data endian was different than the hosts data endian. This is now fixed. 2. Changed aflibConverter and associated classes to use base types instead of WORD, UWORD, HWORD, and UHWORD. These cause a conflict with windows. If you use these in your software you will need to change them to: WORD - int UWORD - unsigned int HWORD - short UHWORD - unsigned short BOOL - bool Bruce Forsberg |