F Firpas Active Member Licensed User Longtime User Jul 31, 2012 #1 Hi everybody Is possible to read a random file create with B4A from Vb.Net Framework 4? I’m Tryng it but i recive an error “Variable uses an Automation type not supported in Visual Basic.” Thank in advance
Hi everybody Is possible to read a random file create with B4A from Vb.Net Framework 4? I’m Tryng it but i recive an error “Variable uses an Automation type not supported in Visual Basic.” Thank in advance
Erel B4X founder Staff member Licensed User Longtime User Jul 31, 2012 #2 Yes, assuming that you do not use WriteObject. Upvote 0
F Firpas Active Member Licensed User Longtime User Aug 1, 2012 #3 But, ... the files are created with WriteObject metod. I can send to you somo source code about this. Upvote 0
But, ... the files are created with WriteObject metod. I can send to you somo source code about this.
Erel B4X founder Staff member Licensed User Longtime User Aug 1, 2012 #4 You will not be able to read data written with WriteObject from .Net. WriteObject uses a custom format (based on Java serialization). Upvote 0
You will not be able to read data written with WriteObject from .Net. WriteObject uses a custom format (based on Java serialization).
F Firpas Active Member Licensed User Longtime User Aug 2, 2012 #5 Ok, thanks for yyour cooperation Upvote 0
F Firpas Active Member Licensed User Longtime User Aug 4, 2012 #6 I tried to export RandomAccessFiles.jar to dll using iKVM but errors occur ost Upvote 0