My program will compile without any errors, but when I try to link it, it gives me the following error message below. I'm just learning Cobol and I don't know how to fix this problem, and "define the entry point." Any ideas?
Thanks,
cold25
Thanks,
cold25
Code:
NMAKE : fatal error U1077: 'C:\FSC\PCOBOL32\LINK' : return code '0x68'
Stop.
Microsoft (R) 32-Bit Incremental Linker Version 3.00.5270
Copyright (C) Microsoft Corp 1992-1995. All rights reserved.
/OUT:C:\TOM1\COBOL\WINTERASSIGN4.EXE
C:\tom1\Cobol\winterassign4.OBJ
C:\FSC\PCOBOL32\PROJECT.RES
C:\FSC\PCOBOL32\F3BICIMP.LIB
C:\FSC\PCOBOL32\LIBC.LIB
C:\FSC\PCOBOL32\KERNEL32.LIB
C:\FSC\PCOBOL32\USER32.LIB
LINK : fatal error LNK1561: entry point must be defined
Linking files ended.
Please close the window.