Page 2 of 2

Posted: Sat Nov 12, 2005 12:57 pm
by Polo
Well, I just tried to add that :

Code: Select all

#pragma comment(lib, "fstat.obj")
Not sure if it was the way to do it, but it doesn't change anything unfortunately :(

Posted: Sat Nov 12, 2005 1:35 pm
by traumatic
Polo wrote:Yeah, exactly, I've included these 3 : msvcrt, crtmt, crtmt2
ALL of them?! :shock:

(A typical conversation between C-runtime libraries could go something like this:
"This town is too small for the two of us!") ;)

Posted: Sat Nov 12, 2005 1:56 pm
by Polo
yeah, but including them one at the time doesn't change anything, so... ;)

Posted: Thu Nov 17, 2005 4:54 pm
by KarLKoX
Polo wrote:yep, I know, unfortunately it doesn't work, I've got plainty of errors starting with __imp...
Link with MSVCPRT.LIB and only this lib for the C++ runtime. (add it in your workspace)

Posted: Thu Nov 17, 2005 5:56 pm
by Polo
KarLKoX wrote:
Polo wrote:yep, I know, unfortunately it doesn't work, I've got plainty of errors starting with __imp...
Link with MSVCPRT.LIB and only this lib for the C++ runtime. (add it in your workspace)
It unfortunately doesn't change anything :(

Posted: Sat Nov 19, 2005 1:20 am
by KarLKoX
Zip your project somewhere (mail, ftp ...) though i ll search why your code doesn't compile.