I just created my dll file using VC++ 6.0.. We all know that when a dll file is created, library files will also be included in the build so that means linking would be done implicitly. But my problem is how to do implicit linking? How to connect my dll file (Win32) to my exe file (MFC)? I tried import "C:/.." by placing it after stdafx.h but it won't work and worse is that it creates an error..hehe..Error states:
" fatal error C1083: Cannot open type library file " .. For those who knows the problem, please help…
Related posts:








0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment