Originally posted by Benski
They've always been functions that return int. They were just (incorrectly) put as a returning void in the SDK header files. It removes any possibility of something going wrong re: the return value.
They've always been functions that return int. They were just (incorrectly) put as a returning void in the SDK header files. It removes any possibility of something going wrong re: the return value.
Are there more amoung them that should return int instead?
--------
I added basic support for Unicode input plugins to
my Inbridge plugin so I thought I should announce it here.
Changes are:
- Added: Basic support for Unicode plugins
- Added: More error output
- Fixed: Core::SAAdd and Core::VSAAdd return value support
- Fixed: hwndParent value was not shown for Input::InfoBox
- Fixed: Cosmetic bug in EQSet
>> in_bridge_23.zip
 
Comment