Search found 3 matches

by cybie
Tue Sep 13, 2011 4:45 pm
Forum: Camera SDK
Topic: Problem with calling from Unity
Replies: 6
Views: 4885

Re: Problem with calling from Unity

Hi Doug,

I have contacted the support through the support contact form. I am still waiting for the library.

Thanks
David
by cybie
Mon Sep 12, 2011 5:11 pm
Forum: Camera SDK
Topic: Problem with calling from Unity
Replies: 6
Views: 4885

Re: Problem with calling from Unity

Hi Doug,

I am not sure if that is the problem, but is it possible for you to release the Camera SDK as dynamically linked DLL?

Thanks
David
by cybie
Mon Sep 12, 2011 4:18 pm
Forum: Camera SDK
Topic: Problem with calling from Unity
Replies: 6
Views: 4885

Problem with calling from Unity

I am trying to call Camera SDK from Unity. However, when I called a DLL function it die trying to create the single CameraManager::X() In singleton.h static T& X() { if (m_instance == 0) { if(m_Lock==0) m_Lock = new LockItem(); m_Lock->Lock(); if(m_instance==0) { m_instance = new T; // << Die he...