|
C# assemblies are something quite different than
the kind of DLL's that mapbasic understands. Don't get fooled by the extension -
DLL.
There are 3 main kind of DLL's:
1) 32-bit DLL with exported functions
2) OCX
3) .NET assemblies
MB only understands 1)
VB6 understands 1) and 2), but can only create
2)
Some older VB could also create 1)
C# / VB.NET understands all 3, but can only create
3)
Delphi.NET understands all 3, but can
create 1) and 3)
Delphi/win32 understands 1) and 2) and can create
1) and 2).
Kind regards
|
_______________________________________________ MapInfo-L mailing list [email protected] http://www.directionsmag.com/mailman/listinfo/mapinfo-l
