Hi All,

I have a footprint application FootPrint.Prc, which
uses two shared libraries namely FirstShLib.Prc and
SecondShLib.Prc. Both these shared libraries have same
function call ExecuteShLib(Char* name, UInt16
LibrefNum) to access them. Now dynamically i determine
which library has to be used and i call the function
from footPrint.prc

When i implemented this if i open one library
(FirstShLib.prc) execute, close and remove from
SysLibTable, I am unable to open and use other library
(SecondShLib.prc).

Note: Both have same function calls with same
parameters.

How to implement this. Let's imagine tomorrow I get
another shared library which i want to include to my
footprint application but i don't want to modify
anything in foot print application how can i
dynamically add another shared Library.

My requirement is that to add a shared library
dynamically, which will have same function call
ExecuteShLib(Char* name, UInt16 LibrefNum) without
modifying the foot print application.

Any help will be of great use.

Thanks in advance,

Regards,
Sridhar Lanka

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to