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?
 
sorry for multiple entries...computer stated there was error upon sending!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top