◄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. -♦-