View Full Version : Accessing tapi functions
kobi
18th February 2006, 05:21 AM
Hi everybody
I'm using a WinCE Pascal and developing a smartphone application.
My problem is that I can't import the tapi's functions using their names, so
I must use the functions index.
I didn't succeed to find a table of the functions index, and I can't copy tapi.dll to the PC (and use dumpbin to view the exports list).
What can I do?
Thanks
Kobi
levenum
19th February 2006, 09:58 AM
Tapi.dll is part of the ROM so you can't copy it.
There are many tools on this site that let you dump ROM, the simplest to use is mamiach's TestWM5.exe.
Since you only need one file, I will post it, but this is from WM5 device. I'm not sure if the ordinals are the same for all OS versions.
PS: You might want to look in to switching to c++, the transition from Pascal is easy (at least it was for me) and the language opens up more options.:-)
kobi
19th February 2006, 02:34 PM
Hi Levenum
Your answer did help me very much :)
Thanks for the tapi.dll (and WM5 is my target OS).
According to use c++ - If I couldn't solve this problem then I was using eVC++, but I prefer to use FPC (Free Pascal Compiler) for WinCE, altough of all its disadvantages (no debugger/emulator, poor IDE, no complete library of static binding - fit to WinCE :) because of its multi OS ability.
The language itself is equivavalent in its abilities to c++ (including definition of operators and so on)
Thanks
Kobi
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.