Thank's Alon, It's working now :)

Tony

Le jeudi 6 mars 2014 23:16:42 UTC+1, Alon Zakai a écrit :
>
> I fixed a bug causing that error now, please test that.
>
> - Alon
>
>
>
> On Thu, Mar 6, 2014 at 12:57 PM, wolfviking0 <[email protected]<javascript:>
> > wrote:
>
>> *Hi,*
>>
>> *I rebuild other samples today and I have an new error *
>>
>> *LLVM ERROR: cannot find global address _ZN11ApplicationD1Ev*
>>
>> *Seems cannot find Application, my class is a kind of singleton may be 
>> it's the problem :*
>>
>> *(inside .h)*
>> static Application *get();
>>  
>> (inside .cpp)
>> static Application *instance = nullptr;
>>
>> Application *Application::get()
>> {
>>     if(!instance)
>>     {
>>         instance = new Application();
>>         instance->init();
>>     }
>>
>>     return instance;
>> }
>>
>> Any idea ?
>>
>> Tony
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "emscripten-discuss" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to