Re: MI Folder Dialog

2000-03-21 Thread Christian Singer
(like a C++ compiler ...) to build a small supplementary DLL module. Christian Singer Ing.-Büro Christian Singer Singerhoffstr. 14 44225 Dortmund Germany E-mail: [EMAIL PROTECTED] WWW : www.icsinger.de Phone : +49 231 791464 Fax : +49 231 791460

Re: MI Coordinate transformation - Affine transformation

1999-12-15 Thread Christian Singer
ntioned and other types of transformations -- based on control points. You may download the help file of this program from my web site ( http://www.icsinger.de/flxmap_e.htm ), in which some aspects of the various transformation techniques are discussed. Regards, Christian Singer

Re: MI MapBasic Communicating over Windows Network

1999-07-21 Thread Christian Singer
named pipes you would have to write a DLL or EXE module (preferably in C/C++) that is run concurrently with MI and communicates with your MB app the usual way ("integrated mapping"). Related Win32 API calls are: CallNamedPipe() / CreateNamedPipe() / TransactNamedPipe() / WaitNamedPipe() .