C Api Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ok, I have a app that has a C API, the API is very poorly documented and I am
trying to figure out how to expose the API so I can see what is there.

Suggestions?
 
You're pretty much SOL, unless you're talking about a COM object, which
exposes its programming interface. If you have the header file, that's about
the best you can do without decompiling.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.
 
ManagedC++ is the best way to do extensive C API testing while using
..NET....

--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
 
Back
Top