I try use it in windows, following is my try, but I do
not success.
I rename all .cc files to .cpp;
I add all .cpp and .h files to a project;
3.I add "#include <inilib.h>" to my program, then
Compile...
but it following by show:
... vc98\include\bhsupp.h(45) : error C2146: syntax
error : missing ';' before identifier 'HPASSWORD'
I need help.tks.
Logged In: YES
user_id=327956
This problem occurs in Windows enviroments because there is
a system header named inilib.h under Windows (which includes
bhsupp.h causing the compile error you noted).
Solutiuon: simply rename the inilib.h file from this
distribution to avoid the conflict.