Oct 12, 2005 #1 123qweasdzc Programmer Joined Sep 27, 2005 Messages 20 Location PT Hello everyone . Can I use a dll compiled with VC7 in a program compiled with VC6? Thanks .
Oct 12, 2005 #2 Diancecht Programmer Joined Jan 8, 2004 Messages 4,042 Location ES You should. The compiler should be desgined to acomplish the OS requirements, not the IDE ones, so at binery code level, there should be little differences. Cheers, Dian Upvote 0 Downvote
You should. The compiler should be desgined to acomplish the OS requirements, not the IDE ones, so at binery code level, there should be little differences. Cheers, Dian