PDA

View Full Version : using generic DLL??


vikramb
05-27-2002, 05:50 AM
Hi
I introduce myself as a BREW application developer. I am developing a BREW application wherein my applet uses some functions from a DLL (which gives some generic functions) . When I put that generic DLL in system32 folder of windows and execute my applet in emulator it works well. Now my question is how this thing will work for actual handheld device????Where this generic DLL will go???

Regards
Vikram
:confused:

radub
05-27-2002, 07:50 AM
Check "Extending BREW APIs" in BREW SDK User Guide, BREW 1.1

Radu

vikramb
05-28-2002, 09:43 PM
thanks for your info but from where i can get that user guide??? I ahve SDK user guide for version 1.0.1 but how i can get it for version 1.1???

Regards
Vikram

Craig Evans
05-28-2002, 10:04 PM
Originally posted by vikramb
thanks for your info but from where i can get that user guide??? I ahve SDK user guide for version 1.0.1 but how i can get it for version 1.1???Funnily enough, you can get it at the same place that you got the 1.0.1 SDK (https://brewx.qualcomm.com/developer/sdk/download.jsp) ... just scroll down to the bottom of the page.

Extensions are in 1.0.1 as well. Take a look at the sample code. I am not in front of my development machine at the moment, but I think it was in a directory called extuse under the sample code directory.

CSE