向?qū)?/c>將屬性頁添加到ATL項目中或者具有ATL支持的MFC項目中。
And the preparation of the code are all Chinese Notes of the beginning of contact with learners MFC is a very good resource!
并且編寫的代碼部分都有中文注釋,對剛開始接觸MFC的學(xué)習(xí)者來說是很好的資源!
In the MFC framework of a simple calculation of the process, can add, subtract, multiply, with the exception of computing.
在MFC框架下的簡單的計算其程序,可以進行加,減,乘,除運算。
As a part of these searches, MFC scans through all the extension DLLs in use by walking a chain of CDynLinkLibrary objects.
作為這些搜索的一部分,MFC通過瀏覽CDynLinkLibrary對象鏈,掃描所有正在使用的擴展DLL。
An object providing access to the minimum and maximum range of a numeric- type variable in an MFC dialog box .
一個對象,用于提供對MFC對話框中數(shù)值類型變量的最小范圍和最大范圍的訪問。
You also have the ability to save this text into a file and load it again via the MFC Save and Open menu items.
您還可以通過MFC的“保存”和“打開”菜單項將這一文本保存到文件中并再次加載它。
The next program I'll show you utilizes the MFC and the channel interface to do character conversions on data specified by the PPE.
我要展示的下一個程序使用了MFC和信道接口來在由PPE指定的數(shù)據(jù)上進行字符傳輸。
An object providing access to the maximum character range of a string-type variable in an MFC dialog box.
一個對象,用于提供對MFC對話框中字符串類型變量的最大字符范圍的訪問。
This per-module copy of the MFC global data is known as a module state and is described in MFC Tech Note 58.
此MFC全局數(shù)據(jù)的每個模塊的副本都稱作“模塊狀態(tài)”,詳見MFC技術(shù)說明58中的描述。
Extension DLLs can also be used for passing MFC-derived objects between the application and the DLL.
擴展DLL也可用于在應(yīng)用程序和DLL之間傳遞MFC派生的對象。
Examples demonstrate hooking MFC functions up to WinForms control events.
示例演示了如何將MFC函數(shù)掛接到WinForms控件事件。
Written in a palette of their own procedures, to understand the use of MFC programming and control, more helpful ~!
自己編寫的一個調(diào)色板程序,對理解MFC編程和控件的使用比較有幫助~!
Note that release builds of MFC DLLs and applications do not use separate DLLs for database, sockets, or OLE support.
請注意,MFCDLL和應(yīng)用程序的發(fā)布版本不對數(shù)據(jù)庫、套接字或OLE支持使用單獨的DLL。
The MFC is the main communication vehicle between the local store memory and the system memory.
MFC是本地存儲內(nèi)存與系統(tǒng)內(nèi)存之間的主要通信工具。
The project must be an MFC application because in the next step you will add MFC functions.
項目必須是MFC應(yīng)用程序,這是因為在下一步驟中,將要添加MFC函數(shù)。
Though MFC developers have had this for a long time, only recently has Microsoft granted access to the . NET source code.
雖然MFC開發(fā)者們已經(jīng)這樣做很久了,但直到最近,微軟才授權(quán)允許訪問.NET源碼。
This forces _AFXDLL to be also defined and ensures that the proper declarations is pulled in from the MFC header files.
這將強制同時定義_AFXDLL,并確保從MFC頭文件中拉入正確的聲明。
MFC implementation of the database easy friendly interface with the system Address Book.
簡單的數(shù)據(jù)庫MFC實現(xiàn)帶友好界面的通訊錄系統(tǒng)。
In the code written so far, the SPU has simply waited for the MFC to finish before processing anything else.
在目前編寫的代碼中,SPU僅僅等待MFC完成傳輸,然后才能處理其他東西。
In fact, the VC MFC provided CAsyncSocket such a socket type used him to Socket Programming, it is very convenient.
其實,VC++的MFC類庫中提供了CAsyncSocket這樣一個套接字類,用他來實現(xiàn)Socket編程,是非常方便的。
So, the command name for a single transfer from the local store to system memory using fence synchronization would be MFC_PUTF_CMD.
因此使用fence同步從本地存儲向系統(tǒng)內(nèi)存發(fā)起的一次數(shù)據(jù)傳輸使用的命令名應(yīng)該是MFC_PUTF_CMD。
Select whether your MFC DLL should support automation and whether or not it should support Windows sockets.
選擇MFCDLL是否應(yīng)支持自動化和Windows套接字。
The client executable must be an MFC application compiled with _AFXDLL defined.
客戶端可執(zhí)行文件必須是用定義的_AFXDLL編譯的MFC應(yīng)用程序。
If you were targeting just Windows operating systems, perhaps you'd be inclined to use MFC or . NET.
如果目標僅僅是Windows操作系統(tǒng),也許你會傾向于使用MFC或者.NET。
The main one is to initiate a lot of data transfers on the MFC, and then let the MFC take control of deciding the ordering for processing.
主要方法是在MFC上啟動許多數(shù)據(jù)傳輸,然后讓MFC決定處理的次序。
Putting a fence on a request forces all previously issued MFC requests in the same tag group to be processed before the current request.
在請求上放一個fence,就會迫使同一標記組中以前發(fā)出的所有MFC請求在當前請求之前得到處理。
Compare this sample with the MFC version to see the differences in source code.
將此示例與MFC版本相比較,找出源代碼的差異。