Board index » Visual Studio » Help! About MFC linking setting:-(
|
diamond5
|
Help! About MFC linking setting:-(
Visual Studio277
There is a workspace including two MFC projects. One of the MFC projects creates EXE, the other one creates DLL. And the EXE project depends the DLL one. The exe project and the dll project both use MFC in a static library. But when the dll project is created as a MFC extention DLL(using shared MFC DLL), the program can not be complied. I tried to set the EXE project to use MFC in a shared DLL and the DLL project to use MFC in a static library. And the projects was complied successfully and the program can run in the OS without MFC dlls. Why? How? Thanks. - |
