1将masm6.0解压到d:\masm2在masm文件夹内新建hello.asm3进入cmd,汇编assemblehello.asm,生成hello.obj4 link hello.obj 生成hello.exe5.运行 hello.exe,输出hello world
1、将主视图类从CView 改为CScrollView .h .cpp文件中所有的CView都要改 2、主视图类的.h文件前加doc类的前置声明: class TestDoc; 否则报错,缺少";"之类的 3、MainFrame.h 添加 CSplitterWnd m_wndSplitter; .cpp重写OnCreat
void CTestMFC20130415Dlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //cs2005要手动添加,而且几个radio要放在group里面才行 DDX_Radio(pDX, IDC_RADIO1, m_radio); } //test radio,radio从0开始
1>libcmtd.lib(crt0init.obj) : error LNK2005: ___xi_a 已经在 msvcrtd.lib(cinitexe.obj) 中定义 1>libcmtd.lib(crt0init.obj) : error LNK2005: ___xi_z 已经在 msvcrtd.lib(cinitexe.obj) 中定义 1>libcmtd.lib(c
c:documents and settingsstudent桌面musicplayermaindlg.cpp(1) : fatal error C1853: 'Debug/MusicPlayer.pch' is not a precompiled header file created with this compiler Error executing cl.exe.
这里用的是使用DLL方法中的一种 系统目录(TestDLLApp为应用启动项,TestDLL02为DLL,怎么新建就不说了) 1、在系统目录下新建include文件夹和lib文件夹 include文件夹用于存放引入DLL的lib语句 #pragma comment(lib,”XXX.lib”) lib文件夹用于存放DLL生成的lib
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号