kellyethridge / VBCorLib

The VBCorLib framework brings many of the powerful .NET classes to VB6.
http://www.kellyethridge.com/vbcorlib/
MIT License
112 stars 28 forks source link

Update CorString.CompareOrdinal for Windows XP compatibility #93

Closed kellyethridge closed 3 years ago

kellyethridge commented 3 years ago

Currently CorString.CompareOrdinal calls an API method that is not supported on Windows XP. This is the only API that VBCorLib uses that isn't supported. By using an internal method VBCorLib can become Windows XP compatiable.

kellyethridge commented 3 years ago

Fixed for version 3.2.