Hi everybody
I don't understand why, when I compile a Mapbasic program, I always get a
MBO file and not a MBX file.
The structure is :
Include "..\inc1.def"
Include "..\inc2.def"
Declare Sub Main
Declare Sub sub1
Declare Sub sub2
'======================
Sub Main
OnError Goto ErrorMain
.......
Exit Sub
ErrorMain :
Note "Error"
End Sub
'======================
Sub sub1
.......
End Sub
'======================
Sub sub2
........
End Sub
Thank you - Christophe
- MI-L compile a Mapbasic program Christophe Brabant
- RE: MI-L compile a Mapbasic program Terry McDonnell
- MI-L Shade statement - Pie Chart Map problem Jan Byrkjeland
- Re: MI-L compile a Mapbasic program Søren Breddam
