finnlund

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-07-25
08:51
1832 views
Hi there
I'm sorry when how to solve this issue is known the most, and the work-around might be obvious to just as many
Even though, I've not been able to figure out what - as I've installed MF visual COBOL and is about to migrate older programs
Doing so, I'm compiling from Visual COBOL command promt (64-bit) using COBOL.exe
It goes well, but next when using the linker (LINK.exe), it comes up with "LINK : fatal error LNK1561: entry point must be defined"
And, the compiler doesn't take any of the compiler options in account - no matter whether I use CBL or PROCESS statement
Any help will be greatly appreciated, kind regards
1 Solution
Accepted Solutions
Gael Wilson

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-07-25
11:36
If you use cbllink.exe rather than executing link.exe directly, that will set the necessary options to allow link.exe to successfully create your executable.
3 Replies
Gael Wilson

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-07-25
11:36
If you use cbllink.exe rather than executing link.exe directly, that will set the necessary options to allow link.exe to successfully create your executable.
finnlund

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-07-25
14:18
Thank you so much - it really helped med out
However, wonder where could/should I have found the information myself?
Kind regards Finn Lund
However, wonder where could/should I have found the information myself?
Kind regards Finn Lund
Chris Glazier

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-07-25
14:42
You can find this information in the docs in the Reference manual in the section for Command Line Reference here