So this will solve the message I get when I trye to use a Real Map project?
Allocation failed, server out of memory!
Decrease size of your map or compile in a 64-bit mode.
Or what needs to be done to correct this, I have 8Gb Ram on my computer and when running this it takes only 2Gb so I'm asuming it has nothing to do with the machines ram...
Any help will be greatly apreciated.
EDIT:
Got this error in compile log, right at the start.
Code:
Compiler: Default compiler
Building Makefile: "C:\Users\Mypc\Desktop\server\Forgotten Source\04trunk.r3554\04trunk.r3554\dev-cpp\Makefile.win"
Executing make...
mingw32-make -f "C:\Users\Mypc\Desktop\server\Forgotten Source\04trunk.r3554\04trunk.r3554\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj//actions.o -I"include" -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC_ -m64 -fexpensive-optimizations -O1
../actions.cpp:1: sorry, unimplemented: 64-bit mode not compiled in
mingw32-make: *** [obj//actions.o] Error 1
Execution terminated