Changeset 46 for trunk/src/pe2lx/LX.CPP
- Timestamp:
- Jun 7, 1999, 10:58:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pe2lx/LX.CPP
r4 r46 1 /* $Id: LX.CPP,v 1.1 1999-05-24 20:19:52 ktk Exp $ */2 3 1 /* 4 2 * PE2LX LX code … … 40 38 #define min(a,b) ((a<b) ? (a) : (b)) 41 39 #endif 40 41 //In pe.cpp 42 char *hex(ULONG num); 42 43 43 44 LXHeader OS2Exe; … … 642 643 type = GetSectionByAddress(address); 643 644 if(type == -1) { 644 cout << "Oops, fixup error 1.... "<< endl;645 cout << "Oops, fixup error 1.... at " << hex(address) << endl; 645 646 return; //hmmmmmmmmmm 646 647 } … … 659 660 type = GetRealSectionByAddress(targetaddr); 660 661 if(type == -1){ 661 cout << "Oops, fixup error 2.... "<< endl;662 cout << "Oops, fixup error 2.... at " << hex(targetaddr) << endl; 662 663 return; //hmmmmmmmmmm 663 664 }
Note:
See TracChangeset
for help on using the changeset viewer.