PDA

View Full Version : Compiler Issue


Cullen1
08-05-2014, 01:54 AM
Hello, this is my first time setting up an emu server. I have been following the wiki step by step but have ran into a problem, any help would be appreciated.

========== Build: 5 succeeded, 7 failed, 0 up-to-date, 0 skipped ==========

C:\EQ\Source\Build\bin\Debug\queryserv.exe : fatal error LNK1169: one or more multiply defined symbols found

C:\EQ\Source\Build\bin\Debug\import_client_files.e xe : fatal error LNK1169: one or more multiply defined symbols found

C:\EQ\Source\Build\bin\Debug\export_client_files.e xe : fatal error LNK1169: one or more multiply defined symbols found

C:\EQ\Source\Build\bin\Debug\ucs.exe : fatal error LNK1169: one or more multiply defined symbols found

C:\EQ\Source\Build\bin\Debug\shared_memory.exe : fatal error LNK1169: one or more multiply defined symbols found

C:\EQ\Source\Build\bin\Debug\world.exe : fatal error LNK1169: one or more multiply defined symbols found

C:\EQ\Source\Build\bin\Debug\zone.exe : fatal error LNK1169: one or more multiply defined symbols found

lerxst2112
08-05-2014, 04:45 AM
Which version of Visual Studio are you using? Does it not give a more descriptive error with which symbols are multiply defined?

Shin Noir
08-05-2014, 05:22 AM
Totally random but something to consider: Build, Clean Solution. <-- your symlinks may be corrupted and need some cleaning before you recompile.

Cullen1
08-05-2014, 08:04 AM
Which version of Visual Studio are you using? Does it not give a more descriptive error with which symbols are multiply defined?

I'm running Visual Studio Express 2010


running on a VPS with Windows Server 2008