L
Laura Stern
Guest
There are 2 constructors, one with a CHAR parameter and one with a LONGCHAR parameter. If you pass a LONGCHAR (or ENTRY( ), it should call the constructor that takes a LONGCHAR. If you pass a character string or a CHARACTER variable, it should call the other one. Even though you could call either in this case, the one with the CHARACTER parameter is a better match so that's the one it should pick. This is all pretty vanilla. But if it's not working, it looks like an AVM bug to me.
Continue reading...
Continue reading...