Board index » delphi » Why not a shared resource of single-compile across .NET/Win32?
mamcx
![]() Delphi Developer |
Why not a shared resource of single-compile across .NET/Win32?2005-04-20 01:21:22 AM delphi17 Inspired in bdn.borland.com/borcon2004/article/paper/0,1963,32158,00.html I wonder if exist this kind of code (open source - I am aware of at least a StringBuilder for Win32) or if exist interest in have it. Looking in my own task of build MUTIS (a search engine library) I identify this "inconsistences" across both plataforms: - String identification (unicode or AnsiString) - String manipulation (mutable vs. inmutable) = use a stringbuilder - Stream and some IO... - Some list classes (like hash) - .NET objects have methods like returning the hash, not available in Win32 The focus is in have core classes only... I'm working with another guy in build this for MUTIS, but I consider innecesary have it tied to this particular project... -- Mutis: The open source indexing/search engine for Delphi mutis.sourceforge.net/ (Alpha stage: Developers Wanted!) |