Click here to Skip to main content
15,896,557 members
Articles / Programming Languages / C++

Create projects easily with private MFC, ATL and CRT assemblies

Rate me:
Please Sign up or sign in to vote.
4.95/5 (33 votes)
15 Jun 2007CPOL11 min read 249K   1.8K   76  
An easy way to create programs that use CRT, MFC and ATL library DLLs from application local folders
// stdafx.cpp : source file that includes just the standard includes
// UseMFCWithPrivateAssemblies.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

#include "stdafx.h"


By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Germany Germany
MVP for C++ in Germany from 2000 up to 2015.
Developer since 1979, working with C/C++ since 1982
Started with Windows development in 1990

Love my bicycles (specially my recumbent) and geocaching
http://blog.m-ri.de/index.php/category/real-life/fahrrad/

Comments and Discussions