About Store Forum Documentation Contact



Post Reply 
compile error after update to November
Author Message
docrst Offline
Member

Post: #1
compile error after update to November
1>------ Build started: Project: Server, Configuration: Debug DX10+ Win32 ------
1>Build started 11/12/2013 5:27:29 AM.
1>InitializeBuildStatus:
1> Creating "Debug DX10+\Server.unsuccessfulbuild" because "AlwaysCreate" was specified.
1>ClCompile:
1> stdafx.cpp
1> Server.cpp
1> Accounts.cpp
1> Main.cpp
1> Client.cpp
1>e:\projects\_build_\server\source\client.cpp(130): error C2668: 'ValidEmail' : ambiguous call to overloaded function
1> e:\projects\_build_\server\source\shared\constants.h(9): could be 'Bool ValidEmail(const EE::Str &)'
1> e:\esenthelenginesdk\bin\esenthelengine\misc\misc.h(128): or 'Bool EE::ValidEmail(const EE::Str &)'
1> while trying to match the argument list '(EE::Str)'
1>e:\projects\_build_\server\source\client.cpp(141): error C2668: 'ValidEmail' : ambiguous call to overloaded function
1> e:\projects\_build_\server\source\shared\constants.h(9): could be 'Bool ValidEmail(const EE::Str &)'
1> e:\esenthelenginesdk\bin\esenthelengine\misc\misc.h(128): or 'Bool EE::ValidEmail(const EE::Str &)'
1> while trying to match the argument list '(EE::Str)'
1> Chr Create Request.cpp
1> Net Inventory.cpp
1> Client Server Messages.cpp
1> Traffic.cpp
1> Net Chr.cpp
1> Constants.cpp
1> Net Item.cpp
1> Auto.cpp
1> Generating Code...
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:04.89
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
11-12-2013 01:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: compile error after update to November
Hi,
Please post your questions in support forum.

The engine has now valid email function built in, please read release notes, so you can remove your own valid email function.
I'll update the store sources tomorrow.
11-12-2013 02:06 PM
Find all posts by this user Quote this message in a reply
docrst Offline
Member

Post: #3
RE: compile error after update to November
Thank you!!
11-12-2013 02:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: compile error after update to November
Hi!

I've just uploaded latest EMMO and Ineisis source package to compile with latest engine version.
11-12-2013 11:05 PM
Find all posts by this user Quote this message in a reply
docrst Offline
Member

Post: #5
RE: compile error after update to November
thank you!!!
11-13-2013 01:25 AM
Visit this user's website Find all posts by this user Quote this message in a reply
docrst Offline
Member

Post: #6
RE: compile error after update to November
worked, thank you..
11-13-2013 04:12 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply