The new upgrade packages for Delphi 2007 and 2009 as well as the source code packages are available at ShareIT now. In the next days I will make the direct download work, but nevertheless you can order right now. The components will be mailed to you.
Posts Tagged ‘ Delphi 2009 ’
Converting the kind of "old" source code to Delphi 2009 (did you know that ISDN-Objects was still compatible to Delphi 2?) was a bit of a challenge because of the new Unicode support of Delphi 2009. You probably had your own experiences so far with that one, didn't you!?
Since ISDN-Objects low level CAPI handling code has lots of byte and buffer fiddling stuff, you can imagine that there was much code using PChar and Arrays of Char types. But it proved to be pretty easy to convert the code, once I understood that most of the time PChar converts to PAnsiChar and Array of Char converts to Array of AnsiChar.
Now I have to extensively test the converted code. Hopefully I will not discover any pitfalls so that we can make the source code available soon!