Displaying 2 results from an estimated 2 matches for "comm16".
Did you mean:
com16
2010 Jun 20
4
I can compile old wine from download page, but not from git?
...ne/wine-0.9.53.tar.bz2
I can compile it on Debian Lenny without problems, however - when I use git like this:
git clone git://source.winehq.org/git/wine.git wine-git
cd wine-git
git-reset wine-0.9.53
git checkout -f
./configure && make depend && make
I get:
In file included from comm16.c:66:
win.h:37: error: field obj has incomplete type
comm16.c: In function EnableCommNotification16:
comm16.c:1092: warning: implicit declaration of function WIN_Handle32
comm16.c:1092: warning: assignment makes pointer from integer without a cast
make[2]: *** [comm16.o] BBd 1
make[2]: Opuszczenie...
2001 Nov 28
46
Resource temporarily unavailable
Im trying to run this program called Thinkboxx and wen it tryes to
comunicate over the comm port it hangs.
Here are som output to read.
earlier on i get:
Call kernel32.VirtualAlloc(43050000,00001000,00001000,00000004) ret=0058557c
Ret kernel32.VirtualAlloc() retval=43050000 ret=0058557c
thats from vhere the com port gets an virtual memory space, i think.
and in the end i have:
Call