08-22-2008 05:18 AM
Hi,
I am new to Blackberry Development.
I am trying to port some c++ build DLLs like Zlib.dll etc to work on Blackberry.
Is there any way I can use these DLLs to work on new BlackBerry device.
Do I need to write any wrapper
or BlackBerry can support DLL format file?
08-22-2008 05:44 AM - edited 08-22-2008 05:47 AM
Blackberry OS is not like Windows Mobile OS. And it does not support windows apps nor components.
Wrapper won't help.
You need to write all functionality on java and compile it with rapc compiler (included in Java Development Environment).
You may download the Java Development Environment here