Thread: DLL's
View Single Post
Old 03-18-2005, 03:36 AM  
FTPServerTools
Senior Member
 
Join Date: Sep 2002
Posts: 543
Default

A plain flat simple dll would suffice? I mean that is easier then an OCX or a COM.
Basically like:
ioMemoryMappingBegin()
ioMemoryMappingEnd()
ioUserGetNext(USER *u)
etc... What kind of functions would be needed?

And please dont call mouton that, he is right it is fairly simple. And he does know what he is talking about. A dll would be language independant and defenitely easier to use (e.g. in Delphi, VB, .NET, etc...).
The point is a bit that the flexifility of the io programming interface allows for lots of options in little code. So mapping it to a simple dll would defenitile produce a great bundle of functions that.
So I think you could make a more clear request, like what kind of functions do you want to perform?

And memory mapping works in C# as well..
FTPServerTools is offline   Reply With Quote