MSDN warns in two or three places that threads calling C runtime routines from a program built with LIBCMT.LIB must be created with _beginthread, not with CreateThread. In two of these places, it mentions MSVCRT.LIB in the same breath, so to speak, but only warns about LIBCMT.LIB.
Can I call C runtime functions from a thread started with CreateThread if I just build with MSVCRT.LIB (/MD) instead of LIBCMT.LIB (/MT) ?
Thanks,
J.
Comments
[hr][red]~Bikram[/red]