omegahat / RDCOMClient

GNU General Public License v2.0
77 stars 34 forks source link

Unhandled Conversion Type #16

Open SamPortnow opened 5 years ago

SamPortnow commented 5 years ago

I am trying to use RDCOMClient with some software that my company uses (https://www.opentext.com/products-and-solutions/industries/legal/legal-content-management-edocs), and I am getting the following errors when I try to use a method that streams in data:

Unhandled Conversion Type 80 Unhandled Conversion Type 75

and then my R session crashes.

If at all helpful, the method I am trying to replicate in Visual Basic is:

Dim bytesToWrite() As Byte = objGetStream.Read(fileSize, bytesRead)

but if I try

objGetStream$Read(fileSize, bytesRead))

then my session crashes with the above errors. Any help would be appreciated.