Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: win32ole
-
Labels:None
-
Number of attachments :
Description
The result code holder for ComExceptions is an `int`. I believe this should be an `unsigned int` but I'm not positive. All I know is that its not large enough to hold certain error codes (such as in VirtualBox)
https://github.com/enebo/racob/blob/master/src/org/racob/com/ComException.java#L31