good evening everyone , I program using intel visual fortran (xe2018) with visual studio 2015 company, in my program I want to create a windows application and thus modify the menu bar according to my needs, and that by using (logical (4) initialsetting ()) As soon as I run my program, it shows me: - fatal error lnk1120 : unresolved external
- error lnk 2019 : unresolved external symbol _main_refercened in function _main libifcoremt.lib(for_main.obj)
please help me to solve this problem
AREZKI