trying to compile bounce.c from msvcc's help on multi-thread.
i get the error:
c:\Applications\C++ Step By Step\begthrd\begthrd.cpp(82): error C2664:
'_beginthread' : cannot convert parameter 1 from 'void (char *)' to 'void
(__cdecl *)(void *)'
any help?
rr - 03 Nov 2004 00:39 GMT
sorry for multiple entries...computer stated there was error upon sending!
> trying to compile bounce.c from msvcc's help on multi-thread.
>
[quoted text clipped - 5 lines]
>
> any help?