CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
可用分押宝游戏火热进行中... 专题改版:Java Web 专题
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  VC/MFC >  进程/线程/DLL

有没有办法在win32 dll中用上mfc

楼主tvfan1234()2003-06-03 10:49:04 在 VC/MFC / 进程/线程/DLL 提问

比如:CWnd类可以用上。   谢谢指教。 问题点数:0、回复次数:2Top

1 楼diyzhao(一棵冬天的树)回复于 2003-06-03 10:57:46 得分 0

添加mfc支持:  
  //add   to   support   MFC  
  #include   <afxwin.h>       //   MFC   core   and   standard   components  
  #include   <afxext.h>       //   MFC   extensions  
  #include   <afxdisp.h>     //   MFC   Automation   extensionsTop

2 楼lizmei001(暗黑)回复于 2003-06-03 17:12:08 得分 0

#include   <afxwin.h>                   //   MFC   core   and   standard   components  
  #include   <afxext.h>                   //   MFC   extensions  
  #include   <afxdisp.h>                 //   MFC   Automation   classes  
  #include   <afxdtctl.h> //   MFC   support   for   Internet   Explorer   4   Common   Controls  
  #ifndef   _AFX_NO_AFXCMN_SUPPORT  
  #include   <afxcmn.h> //   MFC   support   for   Windows   Common   Controls  
  #endif   //   _AFX_NO_AFXCMN_SUPPORT  
   
  #include   <afxsock.h> //   MFC   socket   extensions  
  Top

相关问题

  • a dll based on mfc
  • mfc dll请教
  • 扩展MFC DLL
  • 关于MFC的DLL
  • Use MFC in a shared DLL 的含义?
  • 使用MFC dll的问题?
  • Call this when using MFC in a shared DLL
  • 关于MFC的share dll
  • mfc做的exe需要哪些dll?
  • MFC的DLL问题---太气人了!!!!

关键词

  • mfc
  • afxcmn
  • extensions
  • support
  • automation
  • afx
  • standard components
  • core
  • include
  • common controls

得分解答快速导航

  • 帖主:tvfan1234

相关链接

  • Visual C++类图书
  • Visual C++类源码下载

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
世纪乐知(北京)网络技术有限公司 版权所有, 京 ICP 证 020026 号
北京创新乐知广告有限公司 提供技术支持
Copyright © 2000-2007, CSDN.NET, All Rights Reserved
GongshangLogo