Dear Appeon team,
I imported QR Code Generator DLL and successfully imported.
But, While I read the function getting like error :-
Cammand button script
---------------------------------
string text_
string base64_
blob qrcode_
int aa
qrc = create nvo_class1
CoderObject co
text_ = sle_1.Text
base64_ = qrc.of_generateqrcode( text_ )
co = create CoderObject
qrcode_ = co.base64decode(base64_)
destroy co
p_1.setpicture(qrcode_)
integer li_FileNum
li_FileNum = FileOpen("C:\Shade\test101offline.png",StreamMode!,Write!)
filewrite(li_filenum, qrcode_)
fileclose (li_filenum)
Snapdevelop...
-----------------