Re: C_func problems...
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 25, 2004
- 578 views
On Thu, 25 Nov 2004 14:38:11 -0800, Bernie Ryan <guest at rapideuphoria.com> wrote: > Patrick Barnes wrote: > > > > On Thu, 25 Nov 2004 09:22:23 -0800, Bernie Ryan <guest at rapideuphoria.com> > > wrote: > > > BOOL bInitialOwner > > > > > > BOOL should be C_INT > > > > Why C_INT? What's wrong with C_CHAR? > > Because if you ever use it in a structure as C_CHAR windows > will be passed the wrong size structure, so I suggest that > you always use C_INT, it is not absolutely necessasry in this case. > Okay, thanks. It did turn out that the NULL being defined improperly was the issue. -- MrTrick