← Back to team overview

leaningtech-dev team mailing list archive

Re: [Question #239672]: Undefined JS symbols when running HelloServer.cpp example

 

Question #239672 on Duetto changed:
https://answers.launchpad.net/duetto/+question/239672

Artem gave more information on the question:
I figured this is some std::string initialization stuff not necessary on the client so as a workaround I created the empty functions:
<script type="text/javascript">
  function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6__initEPKcj() {}
  function __ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEED1Ev() {}
</script>
and now the HelloServer example works!

-- 
You received this question notification because you are a member of
Leaningtech Team, which is an answer contact for Duetto.