I keep getting the following message output when I try and compile some codes:
*** No main, WinMain or LibMain function *** Compilation abandoned Compilation failed.
Any help please? 😄
Welcome to our forums
I keep getting the following message output when I try and compile some codes:
*** No main, WinMain or LibMain function *** Compilation abandoned Compilation failed.
Any help please? 😄
If you are creating an executable and writing in Fortran then you will need a section of code that begins with a PROGRAM statement or a PROGRAM statement is implied and provided by the compiler.
If you are creating a library the the linker will need to know this.