LINK Help (linker.hlp) (Table of Contents; Topic list)
L4038
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     LINK Warning L4038
 
     program has no starting address
 
     The segmented executable application had no starting address. A
     missing starting address will usually cause the program to fail.
 
     High-level languages automatically specify a starting address. In
     a C-language program, this is provided by the main function.
 
     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.
                                    -♦-