FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC FWPPC: DLL & FOLDER/TAB
Posts: 58
Joined: Fri Oct 07, 2005 06:30 AM
FWPPC: DLL & FOLDER/TAB
Posted: Mon Oct 10, 2005 07:07 PM

I have need to use external functions recorded in one DLL.
The Calldll() function still does not allow to pass parameters.
I have also need to use the FOLDER/TAB class.
When it will be possible to make this?

Regards.
Pier Luigi

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
FWPPC: DLL & FOLDER/TAB
Posted: Tue Oct 11, 2005 04:03 PM

Pier Luigi,

We are working on the CallDll() issue. Its not an easy task. We had to contact Microsoft developers, as the pocket pc architecture is not the same as the one used by PCs, and there are some tricky ways to implement it (the stack is not used to supply the parameters, instead CPU registers are used. Same as in 64 bits architecture, but pocket pc is even more complex).

Regarding the folders with tabs, we plan to implement them asap.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 58
Joined: Fri Oct 07, 2005 06:30 AM
FWPPC: DLL & FOLDER/TAB
Posted: Tue Oct 11, 2005 04:26 PM

Many thanks, Antonio.

Pier Luigi

Continue the discussion