Hi everybody!
I'm pretty new to VJ#, and I'm trying to import a project that originally
compiled under VJ++.
There are some classes, though, that cannot be found from the compiler
(namely, java.io.ByteToCharConverter and
java.io.CharToByteConverter).
What should I do?
Thanks,
Rony
Param J Reddy - 30 Jul 2004 05:31 GMT
Hi,
I just refered to the 1.1 and 1.2 docs. ByteToCharConverter and CharToByteConverter are not part of java.io package.
In fact these classes are not present in the standard docs. Perhaps they might be part of internal implimentation of VJ++ or some library installed on your machine?
Does the file you are compiling include any more imports other than java.io which might contain these classes?
Regards,
Param
--------------------
>From: "Rony Cesana" <somebody@someserv.it>
>Subject: Import java classes
[quoted text clipped - 21 lines]
>Thanks,
> Rony
Gautam Goenka [MSFT] - 30 Jul 2004 05:54 GMT
You can trying using APIs in System.Convert class.

Signature
Thanks,
Gautam
Microsoft Visual J# .NET Product Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
> Hi everybody!
> I'm pretty new to VJ#, and I'm trying to import a project that originally
[quoted text clipped - 6 lines]
> Thanks,
> Rony