Kbase 18234: Error L1092 & L1093 probuild on win client
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/09/1998 |
|
Error L1092 & L1093 probuild on win client
DRAFT COPY - Currently under review and edit.
INTRODUCTION: When you try to probuild the .exe file in 8.1A and you
follow the HLC: How to build a windows progress client (kbase 15806)
(function, point #7 fails with fatal error L1092: cannot open module
.def file or if you receive an error L1093: cannot open .obj file.
WHY YOU NEED TO KNOW THIS: This is a bug in 8.1A that was fixed in 8.1
C. Bug number is 97-10-31-017.
PROCEDURAL APPROACH: First, DLC needs to be set in their enviorment
variable.===========
Second, You need to hard code the path for_prowin.def in the link
scrip file. If not you will get the L1092 error.
ex.. C;\dlc\probuild\_prowin.def
Third, You need to hard code the path for the .obj files in the link
script file. If not you will get the L1093 error
ex.. c:\dlc\probuild\xxx.obj
ONLINE PROCEDURES OR UTILITIES:
===============================
REFERENCES TO WRITTEN DOCUMENTATION:
====================================