Visual C++ 2005 Express

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 30/05/2006 at 02:54, xxxxxxxx wrote:

User Information:
Cinema 4D Version:    
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
Hi,

I have installed the VCpp 2005 Express and it runs fine.
I have compiled the CinemaSDK: run's fine.

However when i compile my own plug, Cinema responds on startup with an error message: Cannot find MFC42D.DLL
My plug uses Windows.

I have set the include dirs to the Win platform SDK.
What's wrong ?

Regards,

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 30/05/2006 at 13:46, xxxxxxxx wrote:

Ok,

Problem solved. It was one of my own externals that was compiled in debug mode. That's why windows wanted to load the debug versions of the dll's.

Regards,