Re: "Nested" runloops

2011-07-22 Thread Eric Matecki
Ken Thomases wrote: On Jul 20, 2011, at 8:01 AM, Eric Matecki wrote: I have to port a software to take advantage of 64 bits adressing. The software was originally written for Windows... So there isn't any real runloop, but there are GetMsg() function calls spread all around the source code (in

Re: "Nested" runloops

2011-07-21 Thread Ken Thomases
On Jul 20, 2011, at 8:01 AM, Eric Matecki wrote: > I have to port a software to take advantage of 64 bits adressing. > The software was originally written for Windows... > So there isn't any real runloop, but there are GetMsg() function calls > spread all around the source code (in about 200 files

"Nested" runloops

2011-07-21 Thread Eric Matecki
Hello, I have to port a software to take advantage of 64 bits adressing. The software was originally written for Windows... So there isn't any real runloop, but there are GetMsg() function calls spread all around the source code (in about 200 files out of the 1000+ !!). In Carbon, I used the tri