home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / porttool / readme.txt < prev   
Text File  |  1996-01-11  |  718b  |  23 lines

  1. Porting Tool
  2.  
  3.  
  4. SUMMARY
  5. =======
  6.  
  7. The PORTTOOL tool is used to help identify the places in your 16-bit 
  8. Windows-based source code that might need to change to make it 
  9. Win32-compatible. The tool provides a brief description of the problem 
  10. and a possible solution.
  11.  
  12. MORE INFORMATION
  13. ================
  14.  
  15. The porting tool has two operating modes. It can be run interactively or in 
  16. the background. The background mode inserts comments in the locations where 
  17. issues are found.
  18.  
  19. In the file that the porting tool uses to help identify potential issues 
  20. (PORT.INI), there is a section available for entering programmer-defined 
  21. strings. This allows the porting tool to be updated when new issues arise.
  22.  
  23.