Linking by Microsoft (R) C/C++

Post Reply
User avatar
damianodec
Posts: 372
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

Linking by Microsoft (R) C/C++

Post 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
FiveWin for xHarbour 17.09 - Sep. 2017 - Embarcadero C++ 7.00 for Win32
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
AntoninoP
Posts: 347
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy
Contact:

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

Post 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
User avatar
damianodec
Posts: 372
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

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

Post by damianodec »

Hi Antonino,
yes there are non static function defined multiple time in the program
FiveWin for xHarbour 17.09 - Sep. 2017 - Embarcadero C++ 7.00 for Win32
FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)
Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

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

Post by Antonio Linares »

very good
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply