Re[2]: Win32lib integer bug
- Posted by aku saya <akusaya at gmx.net> Oct 12, 2003
- 456 views
DP> Not that I'm aware of. Can you indicate where in the library an integer might be a problem? I remember in old win32lib when I used wine, it cannot run because the memory address assigned is larger than integer. But i don't remember in what function. DP> Overkill, in my opinion. Yes, that is too slow to execute, but when made to an exe, the type_check will be disabled, won't it? DP> This is a weird case. The problem is this statement ... DP> id = getId( wParam ) DP> which I should change so getId() always returns an integer. DP> This is because a control ID can only be an integer and in this DP> case, as it is an atom, I can only guess that something very DP> strange has occurred. DP> In general though, win32lib's use of integer is well behaved. Yes, this is happened when I click a flat toolbar. But usually don't, so I don't know how this can happen. Thanks for your answer. How about the RichEdit problem I posted 2 days ago?