[Q] No more Win32Bridge or something similar for Io on Win32?
Sungjin Chun <[email protected]> Tue, 5 Jun 2012 16:01:57 +0900
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <CANhta7Z7NO1VTBw8P=LeTk2-Nc=kzRW4K39t+U3oV82R4UqaRA@mail.gmail.com> |
Hi, I've tried Io and found that it's interesting language. I want to port my in-house application (which uses DLL provided by other vendor) to Io. The main problem is that the DLL uses win32 message loop for it's operation and I cannot yet to find any clue other than Win32Bridge on Io. My current application uses dolphin smalltalk but it's not GUI application; only single window handle is used for message processing. Anyone can help me on this? Thank you in advance.