Hi,
I need to connect to an application server via a .net library (actually consisting in 2 dll's).
Is there a way to make them work with basic4pocketpc?
Thanks in advance.
Francesco
Unless you are lucky you will probably need a "wrapper" library that conforms to Basic4ppc conventions to interface to the other dlls. Libraries can be written in C# or VB.NET and for the desktop you can use Microsofts' C# or VB Express IDEs which are free but they won't compile for devices. For the device you can use SharpDevelop which is free and you will also need the Microsoft .NET SDKs, also free.
Hem..., actually I'd need all methods and functions but I don't want you to spend much time on it.
If you can give me some hint and/or example about doing the 'dirty job' I'll try to do it.
The part of manual regarding the components starts at page 11.
Thank you again, bye.