Search found 4 matches
- Mon Apr 04, 2011 8:16 pm
- Forum: Enhancement Suggestions
- Topic: File Open dialog should list document classes
- Replies: 2
- Views: 451
- Thu Mar 31, 2011 1:19 pm
- Forum: Enhancement Suggestions
- Topic: File Open dialog should list document classes
- Replies: 2
- Views: 451
File Open dialog should list document classes
The File open dialog should list document classes in the "files of type" dropdown. I use Textpad to write code in a language (MapBasic) whose compiler puts intermediate (object and error list) files in the same folder as the source code, and the linker expects these files in the same place. When I ...
- Thu Jul 27, 2006 1:33 pm
- Forum: HOW-TOs
- Topic: How to compile MapBasic from TextPad
- Replies: 1
- Views: 7600
Gah. Some of the folks on Mapinfo-L gave me a gentle reminder about the DOS "type" command, which I'd forgotten about completely. This would turn MBTextpad.bat into @echo off if %1 == %2 goto link mapbasic -Nosplash -D %1 goto ckerr :link mapbasic -Nosplash -L %1 :ckerr if exist %3 type %3 We still ...
- Wed Jul 26, 2006 5:24 pm
- Forum: HOW-TOs
- Topic: How to compile MapBasic from TextPad
- Replies: 1
- Views: 7600
How to compile MapBasic from TextPad
I posted this to the MapInfo Mailing List in response to a user's query regarding the use of MapBasic(R) with TextPad. In 2003, Niels Fahse posted a useful MapBasic syntax definition file to the TextPad website, but there isn't a good description for compiling and linking MapBasic code. MapBasic is ...