Search found 5 matches

by Robbie86
Thu Oct 27, 2011 2:20 am
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 124748

Re: .net wrappers for c++ SDK

<t>[quote=johnbsys]Reilly,<br/> <br/> Can you show me an example of how you are referencing the cameralibrary.dll in .net? I cannot seem to get it to work.<br/> <br/> Thanks. [/quote]<br/> <br/> You must not reference the cameralibrary.dll this is only possible if its enabled for COM.<br/> <br/> You...
by Robbie86
Tue Oct 11, 2011 2:02 am
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 124748

Re: .net wrappers for c++ SDK

My problem has been resolved btw just forgot to setup some settings for the camera ;)
by Robbie86
Tue Sep 27, 2011 2:43 am
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 124748

Re: .net wrappers for c++ SDK

<r>A bit to fast with posting <E>;)</E> I tested the call by reference function and it seems the way to implement a C++ CLI call by reference to a native function to make a temporary variable <E>;)</E> so that must not be the problem.<br/> <br/> I will try to look again to my ModuleVector implementa...
by Robbie86
Tue Sep 27, 2011 2:18 am
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 124748

Re: .net wrappers for c++ SDK

Someone else have tried to wrap the ModuleVectorProcessor? I seem to have a problem getting the Position after processing the vector. Code is something as follows Wrappercode getposition for ModuleVectorProcessor (bit ugly value call by reference is a bit strange in managed c++ :\ maybe thats the pr...
by Robbie86
Mon Sep 26, 2011 4:28 am
Forum: Camera SDK
Topic: .net wrappers for c++ SDK
Replies: 46
Views: 124748

Re: .net wrappers for c++ SDK

Code: Select all

///== Rasterization Functionality ==========--
void Rasterize(MBitmap^ bitmapRef){frame->Rasterize(bitmapRef->bitmap);}
This is how you get it working ;)