Hi Philip, Hmmmm...I do see that as somewhat problematic though as the problem isn't specific to VisualBasic 6. This also happens with any .Net application because the .Net String class converts ascii strings to unicode automatically which makes sense most Windows applications use unicode strings rather than ascii. I supppose if you pass the string directly to the Sw_Init function it wouldn't do that, but if you use the String class it probibly would try and pass an Unicode string. I think we need to look into this more as Unicode is pretty common and ascii is almost a thing of the past as far as Windows is concerned.
On 6/6/10, Philip Bennefall <[email protected]> wrote: > Hello there, > > From what I remember, this is an issue related to interfacing with Streemway > from Visual Basic 6. It has to do with the fact that VB 6 passes a so called > Unicode string as the registration name and key, whilst Streemway is > expecting an Ansi string. So this is not an issue with Streemway itself, but > rather with the way that it is being called. Liam, I seem to recall you had > a way to fix this a while back? > > Kind regards, > > Philip Bennefall --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
