• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Error: _ENABLE_ATOMIC_ALIGNMENT_FIX

SunMage

New Member
Joined
Jun 1, 2013
Messages
58
Reaction score
4
PCpAxx1.png


Why?
I can't even google about it because no one has the same problem. Severly need help as i'm trying to survive my stomach pain.

Followed guide (and downloaded, tried reinstalling files): https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows

Using server: https://otland.net/threads/10-90-cast-tfs-1-2-custom-modifications-reward-chest.238852/

Thanks!
 
@Slavi Dodo
I've tried this. It doesn't seem to work for me.

In Directory: D:\otserv\src\enums.h

PHP:
enum ThreadState : uint8_t {
    THREAD_STATE_RUNNING,
    THREAD_STATE_CLOSING,
    THREAD_STATE_TERMINATED,
};

Yes?
@Mark
 
I was able to compile it with the TFS_SDK and BOOST file above. However I used MSVS 2015 express.
 
Back
Top