I am writing a software using Etel3rdparty class.
But I found out that in my 6670 there is no Etel3rdparty.dll in the libs folders.
This will cause my program not to launch at the phone.
Can u all help to check ur rom section to see whether u got the Etel3rdparty.dll in the libs folders?
Use Fileman or Fexplorer goto z:\system\libs\, find the Etel3rdparty.dll .
Pls post the file here if u found that dll in ur phone. Thks.
I need that dll to test & develop my program.
If an executable file is in ROM (Z-drive), the format/layout is slightly different (because from ROM they are executed in-place and not loaded to RAM at all), so you can't just copy and execute it on another phone (from the C-drive or the E-drive).
In other words, even if someone would find the file in their phone, it wouldn't do you much good on yours.
N/A wrote:If an executable file is in ROM (Z-drive), the format/layout is slightly different (because from ROM they are executed in-place and not loaded to RAM at all), so you can't just copy and execute it on another phone (from the C-drive or the E-drive).In other words, even if someone would find the file in their phone, it wouldn't do you much good on yours.
Application DLL can be placed on C:\system\libs. The dll will be loaded only when the apps calls for it.
Example
Ngage games use libs folder to load its application dll. Once the application dll is loaded it cannot be unloaded. So even u exit the games, u will lose some memory to the dll.