I am working on a shared lib that uses a third party library which uses calls to conio lib, when I try to build it using cygwin/g++ I get errors to undefined references to
__cprintf
__stricmp
__splithpath
etc..
I link my lib againts,
kernel32
wsock32
gdi32
which lib should i link so that those references are found?
PS. Third party lib I am using is built using Dev-Cpp