Ok, Thanks !!
Type: Posts; User: michal.k; Keyword(s):
Ok, Thanks !!
Oh dear, you are right...
I forgot about that fact with TRAP, probably because I add some code here and there to see what is going on.
Thanks for your suggestion.
Beside the problem with TRAPD I...
Hi,
I have a problem when I try to load public RSA key extracted from PEM file in Base64 format.
I don't know what can be wrong, but CX509Certificate::NewLC(buf8BinaryData) leaves with...
I resolved the problem by creating all dialog lines using CreateLineByTypeL
Now I know more about the problem.
Firstly I add one custom line using CreateLineByTypeL then the line is placed on the right position.
Secondly I add line using InsertLineL.
After that I add...
Hi,
I add to a CAknForm derived class custom lines using CreateLineByTypeL and "normal" lines loaded from resources using InsertLineL.
I noticed that custom lines are placed at the top of the...
I received same email as you and am a little confused.
Thanks very much.
//Google is your friend :)
Hi,
Does anyone know is there any library which provides functionality to encrypt/decrypt application data and store it to a file. It would be nice if it were DES, RSA or something similar. I know...