雜記 05 07 2011 3 正式學習WTL

2021-05-25 06:28:26 字數 1896 閱讀 5654

1. 官網

2. 一些資源

links.htm

an article about developing ping using wtl

3. readme.html from wtl80

q: vc++6可以使用wtl wizard嗎?

a: wtl70裡有wizard60,可使用

4. playing sample code from within vc++6

q: how to do it ?

有若干編譯錯:

mainfrm.cpp

e:/software-repository/vc/wtl80_7161_final/include/atlframe.h(405) : error c2146: syntax error : missing ';' before identifier 'lpnm'

e:/software-repository/vc/wtl80_7161_final/include/atlframe.h(1155) : see reference to class template instantiation 'wtl::cframewindowimplbase' being compiled

e:/software-repository/vc/wtl80_7161_final/include/atlframe.h(405) : error c2501: 'lpnmrebarchevron' : missing storage-class or type specifiers

e:/software-repository/vc/wtl80_7161_final/include/atlframe.h(1155) : see reference to class template instantiation 'wtl::cframewindowimplbase' being compiled

e:/software-repository/vc/wtl80_7161_final/include/atlframe.h(405) : error c2501: 'lpnm' : missing storage-class or type specifiers

e:/software-repository/v

5. 使用wtl70的wizard,成功!

* 11:44,目前狀態:

使用wtl70的wizard做出的程式可以執行,但其它所有版本的samples直接開啟*.dsw都無法編譯,現象如下:

compiling...

alpha.cpp

d:/study/wtl/wtl70/include/atlframe.h(274) : error c2146: syntax error : missing ';' before identifier 'lpnm'

d:/study/wtl/wtl70/include/atlframe.h(905) : see reference to class template instantiation 'wtl::cframewindowimplbase' being compiled

d:/study/wtl/wtl70/include/atlframe.h(274) : error c2501: 'lpnmrebarchevron' : missing storage-class or type specifiers

d:/study/wtl/wtl70/include/atlframe.h(905) : see reference to class template instantiation 'wtl::cframewindowimplbase' being compiled

d:/study/wtl/wtl70/include/atlframe.h(274) : error c2501: 'lpnm' : missing storage-class or type specifiers

python 學習雜記

一 模組匯入問題 如果在機器上安裝了多個版本的python,往往會有匯入錯誤,例如一般的python程式頭都寫的是 usr bin env python 這個實際是 usr bin python 但是如果新版本的python是後安裝的,且沒有 prifex usr 可能這個鏈結仍指向老版本pytho...

Python學習雜記

學習資料 python核心程式設計 第二版 class c object foo 100 name 是給定類的字元名字,它適用於那種只需要字串 類物件的名字 而非類物件本身的情況。內建的型別也有這個屬性。type 123 str type 123 name str type type 123 typ...

學習筆記雜記

命令 具體操作 ls顯示檔案或目錄 l列出檔案詳細資訊l list a列出當前目錄下所有檔案及目錄,包括隱藏的a all mkdir 建立目錄 p建立目錄,若無父目錄,則建立p parent cd切換目錄 touch 建立空檔案 echo 建立帶有內容的檔案。cat檢視檔案內容 cp拷貝 mv動或重...