Compile Error: Identifier 'Refresh' not found

BlitzMax Forums/BlitzMax Programming/Compile Error: Identifier 'Refresh' not found

Yahfree(Posted 2010) [#1]
Hey, when I'm recompiling modules I run into the error:

Compiling:GraphicsDx9.bmx

Compile Error: Identifier 'Refresh' not found
[D:/BlitzMax/mod/dbs.mod/dx9graphics.mod/GraphicsDx9.bmx;731;4]
Build Error: failed to compile D:/BlitzMax/mod/dbs.mod/dx9graphics.mod/GraphicsDx9.bmx


Any ideas why? I have the latest version installed (138)

Thanks.


Volker(Posted 2010) [#2]
Looks like you have the old dx9 driver mod installed (dbs.mod).
Move it ouf of mod folder, there is now an integrated one in Blitzmax.


Yahfree(Posted 2010) [#3]
Thanks, seems to work now


Volker(Posted 2010) [#4]
Do not forget that some old mods may make use of dbs.mod
(like an older version of the timlinefx mod).
You need to have two versions of Blitzmax installed for that case.