HI Karl

If you are doing any serious number crunching you are best to code up
the bulk of the work in a C, C++ or Pascal DLL. Interface with this
every second or so from MapBasic. This allows the interface to be
MapBasic but gives you machine code speed. Just a do wile loop in
MapBasic with no code in it is painfully slow in comparison to say C.

You then have a wealth of formats to deal with byte, short, long and
double.

Good luck,


Bob




In message <[EMAIL PROTECTED]>, Karl Kliparchuk
<[EMAIL PROTECTED]> writes
>I don't have an answer for this, but one of my requests to MapInfo Corp
>is to produce a MapInfo --> Flash converter so maybe this may show up in
>a future version of Mapnfo Pro.
>
>Karl
>
>----------------------------------------
>Karl Kliparchuk, M.Sc.
>McElhanney Consulting Services Ltd.
>L100 - 780 Beatty Street                            450 - 999 8th Ave
>SW
>Vancouver, BC  Canada                             Calgary, AB   Canada
>V6B 2M1                                                   T2R 1J5
>Tel (604) 683-8521                                     Tel (403)
>262-5042
>Email:  [EMAIL PROTECTED]
>
>>>> Eric Mauvire <[EMAIL PROTECTED]> 08/26/02 02:03PM >>>
>Hi,
> 
>I have been working on a way to create binary files with Mapbasic.
>My purpose is to convert Mapinfo maps into swf (Flash) files.
>It works, but it needs a classical conversion from base 10 to base 2
>for
>integers.
>Actually, as usual, Mapbasic appears very slow when it's highly
>sollicitated.
> 
>Does anyone knows any fonction in the Win API that does that simple
>encoding job.
>I would like to call this function as a dll from within MB.
> 
>Thnaks by advance,    
> 
>Eric Mauvire
>EMC3  www.emc3.fr <http://www.emc3.fr/> 
>214 B Ch des Izards 31140 Launaguet
>tel 06 08 99 95 02 - 05 34 40 84 66
>fax : 06 73 270 779
> 
>
>---------------------------------------------------------------------
>List hosting provided by Directions Magazine | www.directionsmag.com |
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>Message number: 2672
>

-- 
bob young

---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 2682

Reply via email to