September 24th, 2012 09:23 AM
Hello -
I need to write a dll that utilizes data from a 3rd party software. We need to export a copy of the .tif record.
I'm not too familiar with .net C# coding to access this data. I'm...
December 22nd, 2011 03:27 PM
I googled the com basics and found the following links for references. Are any of these good tools?
http://www.codeproject.com/KB/COM/comintro.aspx...
December 22nd, 2011 03:22 PM
Igor - I am not too familiar with Com basics... Any help you can provide?
December 22nd, 2011 03:21 PM
Also, I updated the the include for the header file in the project options under Linker/General Configuration Area in Visual Studio 2008.. I'm assuming that is the only place that would need the...
December 22nd, 2011 03:13 PM
Thanks Alex and Viggy!
I do have the vendor documentation and feel like I'm very close. I'm very very new to C++ (more of a .net developer) and the documentation is stating the following:
...
December 22nd, 2011 11:44 AM
Hello -
I have a situation where I need to include and tap into a vendor's SDK and am not familiar with how to tie the SDK into the application.
Is anyone out there able to walk me through...