Kbase 17619: Probuild NT Character Client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Probuild NT Character Client
WHY YOU NEED TO KNOW THIS:
===========================
If you are Probuilding a Character version of Progress on an NT
platform you will need to check the .lnk file you generate to make
sure 2 entries are appropriately configured.
PROCEDURAL APPROACH:
====================
Within the .lnk script that is generated after you have stepped
through the Probuild generation process there are two lines that may
need to be modified.
Near the end of the .lnk file look for the following lines:
/SUBSYSTEM:windows,4.0
/ENTRY:WinMainCRTStartup
These need to be changed to:
/SUBSYSTEM:console,4.0
/ENTRY:mainCRTStartup
All remaining steps documented in the System Admin Guide appendices
regarding Probuild should be the same as written.
REFERENCES TO WRITTEN DOCUMENTATION:
====================================
Progress Software Technical Support Note # 17619