B4J Question jRDC2 client

juventino883

Member
Licensed User
Longtime User
Hi, i have an issue implementing the communication between a b4j program and jrdc2 when i compile i get this error:

B4X:
Parsing code.    Error
Error parsing program.
Error description: Unknown type: bitmap
Are you missing a library reference?
Occurred on line: 107 (DBRequestManager)
Public Sub BytesToImage(bytes() As Byte) As Bitmap

is possible to use the new DBRequestManager, or i need to use the old one?

greetings!
 
Top