好多教程都漏了一項,導致我一直黑框。。。
我的環境:win7+vs2012,不過這個應該都差不多吧。
1.從visual c++中選擇新增乙個空專案
2.在專案屬性-》配置屬性-》鏈結器-》系統-》子系統中選擇windows (否則就會只出黑視窗)
3.在專案屬性-》配置屬性-》常規-》專案預設值-》mfc的使用一欄中,選擇使用「在共享dll中使用mfc」(預設是使用標準windows庫)
4.在專案分別stdafx.h和main.cpp. (這塊可以自己靈活變化,但建議按這個來,否則容易出問題)
參考**:
stdafx.h
#ifndef stdafx_h
#define stdafx_h
#include #endif
main.cpp
#include"stdafx.h"
;class cmfcfrmwnd:public cframewnd
;begin_message_map(cmfcfrmwnd,cframewnd)
on_wm_lbuttondblclk()
on_wm_paint()
end_message_map()
cmfcfrmwnd::cmfcfrmwnd()
void cmfcfrmwnd::onlbuttondblclk(uint uflag, cpoint pt)
void cmfcfrmwnd::onpaint()
void main()
WebApi 空專案建立WebApi工程步驟
1 新建空的asp.net應用程式 3 在工程下面建controller和models資料夾 4 在models資料夾下面新建類 storage using system using system.collections.generic using system.linq using system....
iOS UI 建立空專案
一 建立工程 二 刪除viewcontroller 三 在supporting files info.plist檔案中清空值 四 建立新的控制器 五 寫 1 import 2 import firstviewcontroller.h 3 46 property strong,nonatomic ui...
呼叫gitlab建立非空專案
需求 需求要呼叫gitlab api去建立乙個非空的專案。實現 gitlab建立專案有三種方式,可以在gitlab的ui介面的建立中檢視到。分別是 blank project create from template import project。import project有好幾種匯入方式,我選擇...