Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

help :) c++

Newbie Spellweaver
Joined
Apr 20, 2020
Messages
13
Reaction score
2
build error :

void rlogon(OTL_HENV ahenv, OTL_HDBC ahdbc, const int auto_commit = 0)
OTL_THROWS_OTL_EXCEPTION
{
if (this->connected)
{
throw otl_exception(otl_error_msg_30, otl_error_code_30);
}
if (cmd_)
{
delete[] cmd_;
cmd_ = nullptr;
}

Erro C2280 'otl_tmpl_exception<otl_exc,otl_conn,otl_cur>::eek:tl_tmpl_exception(const otl_tmpl_exception<otl_exc,otl_conn,otl_cur> &)':trying to reference a deleted function MatchServer h:\Users\First Iformática\Documents\Source\MatchServer\otlv4.h 15939

solutions friends ?
file otlv4.h
 
Experienced Elementalist
Joined
May 12, 2014
Messages
260
Reaction score
61
oh sec



This is an error due to a SDK used, to update ranking (DT, Survival and Raking Normal), it is a bad way to do it, when I updated the source of (Fresh Gunz), many years ago to visual 201X it gave me this error for about changes and check for an update to this SDK







Download this SDK, and update the file that was my solution for those times, I do not recommend using a source like that, I have compiled all the free ones and fresh is a ****
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jul 28, 2021
Messages
30
Reaction score
4
Why you can't use unique ptr?
What is cmd? You try delete data in you memory by reference...

 
Upvote 0
Experienced Elementalist
Joined
May 12, 2014
Messages
260
Reaction score
61
Do you think he asks for help here and will know how to use ptr :)
 
Upvote 0
Back
Top