Forums › TWAIN Classic › twain on linux › Reply To: twain on linux
As regard the first question, i found there is a link to the data source manager on the main page.
I am trying to install the example application on linux ubuntu.
I mean the one at this url
https://sourceforge.net/project/showfiles.php?group_id=212173 .
I followed the instructions but when i make i get this
main.cpp: In function âvoid EnableDS()â:
main.cpp:312: error: âMSGâ was not declared in this scope
main.cpp:312: error: expected `;’ before âMsgâ
main.cpp:314: error: âLPMSGâ was not declared in this scope
main.cpp:314: error: âMsgâ was not declared in this scope
main.cpp:314: error: âGetMessageâ was not declared in this scope
main.cpp:319: error: âMsgâ was not declared in this scope
main.cpp:348: error: âLPMSGâ was not declared in this scope
main.cpp:348: error: âTranslateMessageâ was not declared in this scope
main.cpp:349: error: âDispatchMessageâ was not declared in this scope
make: *** [main.o] Error 1
what’s wrong?