No. Amongst other reasons Basic4ppc doesn't implement delegates and can't access the types declared in the dll.1. Is it possible to add OpenNETCF.dll as a component and use the FileSystemWatcher class in Basic4PPC?
.NET Assemblies whose classes' constructors, methods and properties use strings or primitive value types. For events to work the library must implement the Basic4ppc event convention.2. What kind of DLL libraries can Basic4PPC use?
If you mean already written libraries then possibly but fairly unlikely. If you mean ones specially written in VB then yes. I've had a look at the FileSystemWatcher code and, unlike some other bits of OpenNETCF, it looks like a fairly easy job to implement as a Basic4ppc library if there was enough demand to warrant the effort.Can I use any other library developed for VB in Basic4PPC?