Re: Help! GPF -- Attention David
- Posted by Bernie Ryan <bwryan at PCOM.NET> Aug 05, 1999
- 525 views
Your definition of AppendMenuA is not correct in win32 library. It should be AppendMenuA { C_LONG, C_UINT, C_UINT, C_POINTER } C_INT The first parameter you defined as a C_POINTER ( the menu handle ) It should be a C_LONG because Rob handles a C_POINTER different than a C_LONG internally. It may cause a problem if the handle is a certain value and this maybe what is causing the GPF's. Bernie