Re: Help with threads in a win32 service
- From: matt@xxxxxxxxxxxxxx
- Date: 28 May 2006 18:35:29 -0700
Hi Jim,
Thanks for your response. I did a bit of reading about the volatile
keyword and it sounds like it might do the trick.
However now that I've changed the declaration of szPinNumber I get
compiler errors "'MessageBoxA' : cannot convert parameter 2 from
'volatile char *' to 'LPCSTR'
Conversion loses qualifiers"
What do I need to do in order to use szPinNumber now that the compiler
considers it volatile?
.
- Follow-Ups:
- Re: Help with threads in a win32 service
- From: Eric Jensen
- Re: Help with threads in a win32 service
- References:
- Help with threads in a win32 service
- From: matt
- Re: Help with threads in a win32 service
- From: Jim Langston
- Help with threads in a win32 service
- Prev by Date: Re: Help with threads in a win32 service
- Next by Date: Re: Help with threads in a win32 service
- Previous by thread: Re: Help with threads in a win32 service
- Next by thread: Re: Help with threads in a win32 service
- Index(es):
Relevant Pages
|