|
From: 網緹資訊•廖文勝(WenSheng) <ss...@ma...> - 2015-01-29 03:18:50
|
cd .\contrib
hbmk2 hbactivex.hbp -cflag=-DUNICODE
to fix:
1. .\contrib\activex\htmlcore.h
line 47: #if UNICODE -> fix -> #ifdef UNICODE
line 138: #if UNICODE -> fix -> #ifdef UNICODE
2. .\contrib\activex\htmlcore.c
line 1875: #if UNICODE -> fix -> #ifdef UNICODE
-------------------------------
HRB 3.4/BCC 5.5.1/Windows 8.1
|