I would like to call CreateThread function from WinAPI. This function defined in winbase.h, so I have included this file into my project. Now I've got immeaditely lot of errors and warnings from winbase.h.
First one: ULONG_PTR Internal; - invalid struct field declaration... and so on.
My question is - which files should be included into project for using WinAPI? I am missing something?
Ups. First - the message was posted to wrong forum, really sorry about this. Second - I have found trouble. windows.h should be included instead of winbase.h. Andrey.