Problem in BMK?

BlitzMax Forums/BlitzMax Beginners Area/Problem in BMK?

Paposo(Posted 2006) [#1]
Sorry for my bad english.

BMK fails compiling a bmx module.

C:\Archivos de programa\BlitzMax>bin\bmk makemods rvm
Compiling:treemap.bmx
Compile Error: Expecting identifier but encountered Mod
[C:/Archivos de programa/BlitzMax/mod/rvm.mod/treemap.mod/treemap.bmx;6;16]
Build Error: failed to compile C:/Archivos de programa/BlitzMax/mod/rvm.mod/tree
map.mod/treemap.bmx

The code is :

Strict

Rem
bbdoc: Diccionario
End Rem
Module treemap.mod

ModuleInfo "Version: 1.00"
ModuleInfo "Author: Ramon Vidal"
ModuleInfo "License: Public"

Import BRL.StandardIO

BMK fails in the line
Module treemap.mod

The code work fine without module and moduleinfo lines

what fail?????


Yan(Posted 2006) [#2]
Module rvm.treemap



Paposo(Posted 2006) [#3]
thanks!!

work fine