Microsoft Utilities Errors Help (utilerr.hlp) (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
L4038
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK warning L4038
 
     program has no starting address
 
     The OS/2 or Windows application had no starting address, which
     will usually cause the program to fail. High-level languages
     automatically specify a starting address.
 
     If you are writing an assembly-language program, specify a
     starting address with the END statement.
 
     DOS programs and dynamic-link libraries should never receive this
     message, regardless of whether they have starting addresses.
                                    -♦-