FileSize compiler error

Monkey Forums/Monkey Programming/FileSize compiler error

BurpyMcFistyGuts(Posted 2013) [#1]
When trying to use FileSize (for example FileSize("hello")) and compiling for Windows, VS 2010 returns the following error :

..\main.cpp(3671): error C2664: 'fopen' : cannot convert parameter 1 from 'BBFileSystem::OS_CHAR *' to 'const char *'

for some reason

Have also tried with a string variable, but to no avail.


BurpyMcFistyGuts(Posted 2013) [#2]
All okay - updated to the newest version