Search found 3 matches

by jjreilly
Mon Nov 28, 2011 8:50 am
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 124030

Re: .net wrappers for c++ SDK

<t>@johnbsys,<br/> <br/> I don't really understand your question. The .NET wrapper (NPCameraSDKDotNet) is a C++/CLI-coded .NET assembly, but it is a C++ project mostly. So that project links to cameralibrary.lib to resolve symbols. That means the resulting .NET assembly will try to dynamically load ...
by jjreilly
Tue Oct 25, 2011 4:44 am
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 124030

Re: .net wrappers for c++ SDK

<t>I figured out the problem. If you don't set the CAMERALIBRARY_IMPORTS macro, you get bizarre behavior, as previously described. It seems to run most of the time under the debugger, but not at all sans debugger. Once setting that, it works w/ VS 2010 Express debug & release builds outside of t...
by jjreilly
Thu Oct 20, 2011 2:37 pm
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 124030

Re: .net wrappers for c++ SDK

<t>Hi all,<br/> <br/> I'm using this wrapper with VS 2010 Express, SP1. Works fine under both 64-bit Win 7 and 32-bit XP, on machines that have VS installed; both release and debug builds.<br/> <br/> On machines without VS, the call to CameraManager::Ptr() (or X()) fails. I know this by dropping Out...