Would be very nice to be able to do it in any VS .net language -----Original Message----- From: Uffe Kousgaard [mailto:[EMAIL PROTECTED] Sent: September 23, 2004 2:54 AM To: Mapinfo-L Subject: Re: MI-L .NET DLL in MapBasic
Delphi 8 (the .NET version) can as the only .NET development tool create DLL's that can be accessed from mapbasic through the stdcall convension. You can then call the C# assembly from the Delphi code. Generally these tools can be used for creating such DLL's: Delphi 2-8, VC++ 6, C++ Builder, old VB? These can't: VB6, C#, VS .NET (not sure) Kind regards Uffe Kousgaard www.routeware.dk ----- Original Message ----- From: "Jakob Lanstorp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 8:40 AM Subject: MI-L .NET DLL in MapBasic If any one has a solution on how to wrap a .Net (C#) DLL for access through the sdtcall convension in MapBasic, I would be very interested to hear about it. /Jakob ________________________________ From: Bill Thoen [mailto:[EMAIL PROTECTED] Sent: Thu 9/23/2004 01:39 To: Gilbert, Antoine Cc: MapInfo-L Subject: RE: MI-L open http stream from mapbasic On Wed, 22 Sep 2004, Gilbert, Antoine wrote: > Does it's possible to make callable from mapbasic DLL with visual studio > .net ? MapBasic can call only those DLLs made in the stdcall format (not the kind you could make with VB6.) I'm not sure what type you can build with VS .NET. - Bill Thoen --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 13471 --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 13480
