If my understanding of your question is correct, you want to execute a
MapBasic function or subroutine or statements from a DLL (called itself from
an MBX).
A possibility is to use integrated mapping (via DDE or - recommended - OLE
automation).
This way you may:
- execute a single MapBasic command and run an MBX
- exchange infos (global variables) with an MBX
- send infos to an MBX, making use of its RemoteMsgHandler (or
RemoteQueryHandler); that one can parse the infos retrieved and dispatch to
an appropriate function/subroutine

Pierre


> -----Original Message-----
> From: Alan Hale [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, January 05, 2000 5:06 PM
> To:   [EMAIL PROTECTED]
> Subject:      MI Callback to Mapbasic from DLL - is it possible?
> 
> I'm pretty sure the answer to this is going to be a resounding no - but
> just in case: 
> 
> Is it possible to call back a function or procedure in Mapbasic from a DLL
> - by passing a pointer to the address of the function/procedure as a
> parameter of a function/procedure in the DLL, or in another way?
> 
> Many thanks
> 
> Alan Hale
> 
> 
> 
> ***************************************************
> Alan Hale
> Area Ecologist, West Area
> Countryside Council for Wales 
> Plas Gogerddan
> Aberystwyth SY23 3EE
> Tel.: 01970 821100
> Email: [EMAIL PROTECTED]
> ***************************************************
> 
>  
> !
> !
> !
>  
> 
> ----------------------------------------------------------------------
> To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
> "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to