For Programmers: Free Programming Magazines  


Home > Archive > Cobol > October 2006 > Re: Fujitsu student cobol compiler, link error? Please help









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: Fujitsu student cobol compiler, link error? Please help
Richard

2006-10-18, 6:55 pm


joemagiera@ameritech.net wrote:

> LINK : fatal error LNK1561: entry point must be defined
> NMAKE : fatal error U1077: 'C:\FSC\PCOBOL32\LINK' : return code '0x68'
> Stop.


This is the top listed item in the FAQ.

You need to tell the compiler that this is a 'main' program, one that
has an entry point. You can do this in various ways: with a -M on the
compiler line or with a compiler directive in an @OPTIONS line at the
start of the source.

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com