Win32入門

From OO Lab
Revision as of 14:39, 22 January 2012 by RyanYang (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In DIVA, we use OgreSDK which is built on win32 API. When we want to pop up a dialog (such as mapping dialog), it is impossible for us to call other GUI framework such as MFC or .net. The only way to cope with Ogre is using win32 API (trust me, you do not want to mess it again, because I had done so).

The solid approach is to buy a book of win32 programming, read it and try the examples for about a week to have a correct understanding before you go further. However, if you just want to have a quick start, the following is some on line resouces I have found.

 想要一個快速的入門 (theForger's Win32 API rogramming Tutorial)

programming The example source code for the above web site

快速查詢以及經驗談


back to DIVA

Personal tools