Link error
-
I try to compile an application ( SDI kind ) , to a fresh installed XP system , but I front with an link error :
LINK : fatal error LNK1104: cannot open file "libcmt.lib"
what I missing ? Can you help me , please ?
-
I try to compile an application ( SDI kind ) , to a fresh installed XP system , but I front with an link error :
LINK : fatal error LNK1104: cannot open file "libcmt.lib"
what I missing ? Can you help me , please ?
-
I try to compile an application ( SDI kind ) , to a fresh installed XP system , but I front with an link error :
LINK : fatal error LNK1104: cannot open file "libcmt.lib"
what I missing ? Can you help me , please ?
This[^] seems to suggest the file isn't present by default on a Windows or Windows+Visual system. :)
Luc Pattyn [Forum Guidelines] [My Articles] Nil Volentibus Arduum
Season's Greetings to all CPians.
-
I try to compile an application ( SDI kind ) , to a fresh installed XP system , but I front with an link error :
LINK : fatal error LNK1104: cannot open file "libcmt.lib"
what I missing ? Can you help me , please ?
I install CRT static libraries and it work it . Thank you all.
-
I do that , and I didn't find it ...