FWPPC: DLL & FOLDER/TAB

Post Reply
User avatar
Pier Luigi
Posts: 58
Joined: Fri Oct 07, 2005 6:30 am
Location: Rome - Italy

FWPPC: DLL & FOLDER/TAB

Post by Pier Luigi »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

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
User avatar
Pier Luigi
Posts: 58
Joined: Fri Oct 07, 2005 6:30 am
Location: Rome - Italy

Post by Pier Luigi »

Many thanks, Antonio.

Pier Luigi
Post Reply