|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
C Api AccessOk, 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? -- D @ premierdata 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. -- Show quoteHTH, Kevin Spencer Microsoft MVP Professional Numbskull Hard work is a medication for which there is no placebo. "DEWright_CA@online.nospam" <dewright_ca@online.nospam> wrote in message news:5164B58C-EC97-4C7F-A27B-BDA4FC51D9D3@microsoft.com... > 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? > -- > D @ premierdata ManagedC++ is the best way to do extensive C API testing while using
..NET.... -- Show quoteRegards, Lloyd Dupont NovaMind development team NovaMind Software Mind Mapping Software <www.nova-mind.com> "DEWright_CA@online.nospam" <dewright_ca@online.nospam> wrote in message news:5164B58C-EC97-4C7F-A27B-BDA4FC51D9D3@microsoft.com... > 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? > -- > D @ premierdata |
|||||||||||||||||||||||