Hello Vincent,

This is not about structs or arrays, we use these functions to create a license key for our software that contains some modules (represented by characters A,B,C, etc), a registration name and valid until date. This works just fine, only now the I compiler warnings and I want to resolve them. These functions do some string manipulation and I don't see why they would not be working with a unicode version besides that they have Longptr variables that are not supported, I changed these for pointer variables and that works (in this case) just as expected.

So I would like to keep using these functions if possible, I do not want to go and reinvent the wheel if not needed and these functions can be lifted from the dll.pkg as far as I can see. So my question is why are these functions deemed obsolete?

Regards,

Leon Raafs