J
jweizman
Hi
I wrote a DLL with a dependency of a lib library which is NOT mine. So
i can't do any change inside.
How can i still compile my library ? I have the LNK1104 error : can't
open file 'libcimt.lib'.
I have read in the forum that i should change include "iostream.h" to
include<iostream>, however i can do that since i do not have access
the lib source code.
Can you help ?
Thanks
Jonathan
I wrote a DLL with a dependency of a lib library which is NOT mine. So
i can't do any change inside.
How can i still compile my library ? I have the LNK1104 error : can't
open file 'libcimt.lib'.
I have read in the forum that i should change include "iostream.h" to
include<iostream>, however i can do that since i do not have access
the lib source code.
Can you help ?
Thanks
Jonathan