Page 1 of 1

Linking by Microsoft (R) C/C++

Posted: Wed Oct 09, 2019 10:52 am
by damianodec
Hi,
I'm linking by "Microsoft (R) C/C++ Optimizing Compiler versione 19.23.28105.4 per x64".
I get this message:
progr.exe : warning LNK4088: immagine generata grazie all'opzione /FORCE; l'immagine potrebbe non essere eseguita
* Application successfully built *

what does mean warning LNK4088 ?

thanks

Re: Linking by Microsoft (R) C/C++

Posted: Wed Oct 09, 2019 11:55 am
by AntoninoP
It can be various things, there is no log before?
In my case i see It if I have the same non-static procedure/function defined multiple time in the program

Re: Linking by Microsoft (R) C/C++

Posted: Wed Oct 09, 2019 12:19 pm
by damianodec
Hi Antonino,
yes there are non static function defined multiple time in the program

Re: Linking by Microsoft (R) C/C++

Posted: Thu Oct 10, 2019 7:26 am
by Antonio Linares
very good