Malformed String Literal

BlitzMax Forums/BlitzMax Programming/Malformed String Literal

BLaBZ(Posted 2010) [#1]
I wasn't getting this error before then out of nowhere!

"Compile Error,
Expecting string literal but encountered malformed string literal"

What's highlighted is

Include "m_system\m_system.bmx"


I hit something on my keyboard(right above the enter key) and all the new font I started to write was larger, and then this issue started.

Any help is greatly appreciated! =D


BLaBZ(Posted 2010) [#2]
nvm everything appears to be working now, that was odd...


Brucey(Posted 2010) [#3]
You should really use forward (/) slashes in paths. It's friendlier.


GfK(Posted 2010) [#4]
I seem to recall that using forward slashes causes some oddness or other if you're using IncBin?