Mirage Source
[MSE4]SEP_CHAR - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51)
+----- Forum: Mirage Source 4 (Visual Basic 6) (https://mirage-engine.uk/forums/forumdisplay.php?fid=44)
+------ Forum: Bugs Reports (https://mirage-engine.uk/forums/forumdisplay.php?fid=9)
+------ Thread: [MSE4]SEP_CHAR (/showthread.php?tid=3163)



[MSE4]SEP_CHAR - dr.uber - 28-09-2009

I get a variable not defined when I try and compile the source. It highlights the SEP_CHAR. I haven't modified anything involving SEP_CHAR. Does anyone have any clue as to why?


Re: [MSE4]SEP_CHAR - Robin - 28-09-2009

dr.uber Wrote:I get a variable not defined when I try and compile the source. It highlights the SEP_CHAR. I haven't modified anything involving SEP_CHAR. Does anyone have any clue as to why?

String packets aren't used anymore. You need to create packets as Byte Arrays.


Re: [MSE4]SEP_CHAR - dr.uber - 28-09-2009

Ah ok, thank you. I'll go see if I can find out anything about those then. Smile