View Single Post

  #1  
Old 08-20-2008, 04:10 AM
Default Not able to open more than 1 file by different instances of libraryin UEFI2.0

Hi All,
i have an application running in UEFI, windows & Linux... And i have 7
different DLLS using the same static library.
The static library uses a number of file handling operations like
fopen, fread, fseek, ftell, etc...

So the problem is these operations are successfully completed by the
first DLL, but they all fail for rest of the DLLs.
All these calls return success but the operations is not actually
completed successfully.

It works fine in both windows and Linux. I'm using 1 GB ram, so i
don't believe its a memory problem.
Please give me your valuable ideas...

Thanks in advance,
Rohit
Reply With Quote