Hello,
I have been hacking my way thru c# in Visual Studio Express 2012. I have a pretty good project almost done, controlling a camera and doing the image processsing (using FreeImage).
I added a reference to alglibnet2 to my project. I added interpolation.cs also.
I get about 150 errors, most of them about names or namespaces not existing:
Quote:
The type name 'apobject' does not exist in the type 'alglib'
Any help would be appreciated. I'm sure it's something simple an expert would know.
Also, once I get it installed properly, what "using" command do i use? i.e., how do i invoke the methods?
Thanks,
Dan