ID:149853
 
this is the error...

loading file.dme
file.dme:21:error::invalid expression

file.dmb - 1 error, 0 warnings (double-click on an error to jump to it)

and this is the problem...

(line)
1>>//EXE_RSC
2>>//EXE_CLEAN
3>>// DM Environment file for file.dme.
4>>// All manual changes should be made outside the BEGIN_ and END_ blocks.
5>>// New source code should be placed in .dm files: choose File/New --> Code File.
6>>
7>>// BEGIN_FILE_DIR
8>>#define FILE_DIR backup
9>>// END_FILE_DIR
10>
11>// BEGIN_INCLUDE
12>#include "file.dm"
13>#include "file.dmp"
14>// END_INCLUDE
15>
16>// BEGIN_PREFERENCES
17>#define DEBUG
18>// END_PREFERENCES
19>// BEGIN_INTERNALS
20>// END_INTERNALS
21>(**blank**)


theres nuthin on line 21, so whats the problem?

please help, thanks.

Magus_XII
An error in your .dme file usually means there was an error at the end of another file. I suspect file.dm is the culprit in your case. Look at the last line in the file to see what could be wrong. Also, try adding a dummy type like obj/doesnothing to the end of the file, and see if the error message changes.

Lummox JR