bounce.c compile error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Back
Top