|
When
you compile an MB file, if a Main() function is included, MapBasic compiles an
MBX - a complete program.
If
there is not Main(), the compiler assume the code is part of a bigger project
(MBP) and that is should be linked in with other MB/MBO files to produce a final
MBX.
So if
you are expecting an MBX and get an MBO it is probably because you don't have a
Main() sub....
|
- MI MBX vs MBO galmala
- RE: MI MBX vs MBO Doug
- RE: MI MBX vs MBO Martin, Christopher (WSA Telford)
- RE: MI MBX vs MBO Richard . Burkmar
