1. 非托管的C++工程中,必须添加VC++路径,包括include file, reference files 和library files.而且要注意路径的上下次序
  2. 如果有多个工程,要注意工程编译的顺序.如果编译的顺序不对,可能导致DLL不能正确的生成,使其他工程的引用失败!
posted @ 2007-10-12 18:18 许晓光 阅读(21) | 评论 (0)编辑

Introduction

This article show how to activate an MDI child form maximized, without the fireworks that erupt when you activate an MDI child form using the Active() or Select() methods of the child form.

 


http://www.codeproject.com/useritems/MgdMDIClientActivation.asp

posted @ 2007-10-12 11:11 许晓光 阅读(100) | 评论 (0)编辑
我是讲师;
posted @ 2007-10-12 09:38 许晓光 阅读(9) | 评论 (0)编辑