在VC6中使用GDI

2021-04-02 01:01:22 字數 441 閱讀 1916

包含了標頭檔案和庫(.dll和.lib形式的都有)

我在編譯過程中出現了編譯錯誤:ulong_ptr沒被定義。錯誤在gdiplusinit.h中

typedef status (winapi *notificationhookproc)(out ulong_ptr *token);

一行。然後我在gdiplusinit.h中

typedef status (winapi *notificationhookproc)(out ulong_ptr *token);

語句前加了

typedef  unsigned long* ulong_ptr;

一行,編譯通過。

用image,無論從istream還是從檔案中輸入,都失敗,判斷是沒裝解碼控制項。

VC6中使用GDI 的方法

2.將標頭檔案和庫檔案分別拷貝至vc的安裝目錄,如 d program files x86 microsoft visual studio vc98 include 和d program files x86 microsoft visual studio vc98 lib 3.在stdafx.h的標...

在 VC6 中使用 GdiPlus 使用

下面用 vc6 來寫乙個 gdiplus 的 demo 工程 step2 新增標頭檔案宣告 在 stdafx.h 中新增以下 microsoft visual c will insert additional declarations immediately before the previous ...

在 VC6 中使用 GdiPlus(五)

下面用 vc6 來寫乙個 gdiplus 的 demo 工程 step2 新增標頭檔案宣告 在 stdafx.h 中新增以下 microsoft visual c will insert additional declarations immediately before the previous ...