Search found 3 matches

by Mr. Data
Wed Nov 17, 2010 1:03 am
Forum: Basic
Topic: EP_ProtectedStringByID
Replies: 3
Views: 16314

Re: EP_ProtectedStringByID

Problem solved! Thanks :)
by Mr. Data
Tue Nov 16, 2010 1:07 am
Forum: Basic
Topic: EP_ProtectedStringByID
Replies: 3
Views: 16314

EP_ProtectedStringByID

i'm having problem working with EP_ProtectedStringByID


int len = EP_ProtectedStringByID( 1, NULL, 0 );
char *str_001 = new char[ len ];
EP_ProtectedStringByID( 1, str_001, len );


For most of strings it's working good (i've 17 protected strings) , but in one it's returning trash characters at ...
by Mr. Data
Sat Nov 13, 2010 11:18 pm
Forum: Basic
Topic: custom registration dialog
Replies: 1
Views: 11234

custom registration dialog

I want to use a custom registration dialog inside my application, so i've disabled the option "use custom registration dialog" in enigma settings
but no matter what my application doesn't start, my current guess is that because i enabled the option "allow execution only if registered", but i really ...