Re: GetDlgItem Problem
Scott McPhillips [MVP] wrote:
It looks like you are passing a pointer in WPARAM. A count is expected.
You are absolutely correct. That was the problem. Thanks very much.
.
Relevant Pages
- Re: [PATCH] [0/9] Use 64bit x86 machine check code for 32bit too
... warning: passing argument 2 of ‘strict_strtoull’ makes integer from pointer without a cast ... (Linux-Kernel) - Re: Critical section shared betwen dll and main program
... I am discussing the case of dynamic DLL ... loading and passing PCRITICAL_SECTION between old version of DLL ... and an executable which was build in newer environment. ... without passing a pointer to the kernel32.dll? ... (microsoft.public.win32.programmer.kernel) - Re: [opensuse] Promise SATA300-4TX kernel Module Fails to Build?
... passing argument 2 of ‘writeb’ makes pointer from integer without a cast ... missing whitespace after the macro name ... (SuSE) - TRICK: Unique IDing
... Sometimes it's hard to get straight when passing or storing or returning an ... pointer to a copy of the target instance. ... class MyClass ... ID) and compare it against the suspect. ... (microsoft.public.dotnet.languages.vc) - Re: TRICK: Unique IDing
... > pointer to the target instance or a pointer to a copy of the target ... When passing an instance of a class it can be done so the ... > class MyClass ... > you want ) and compare it against the suspect. ... (microsoft.public.dotnet.languages.vc) |
|