mfc >> how to use downloaded API in vc++ project

by koti » Tue, 01 Feb 2005 15:46:36 GMT

Hello,
I am doing project uisng vc++. I have downloaded new API. how can
i use it in my project . And how can i add corresponding dll of that API in
my project. If posible send me the source code also and example program




Similar Threads

1. How to use downloaded API in our VC++ project

2. API to clean auto complete form data using vc++

If auto complete is enabled in Internet Explorer then it stores this 
information some where. Please let me know if any option is there to delete 
it programatically.

3. Problem in using C# dll in Vc++ project

4. Using ant to build vc++ projects

We have a build script that uses any to compile our .NET VC++ projects. A
typical target looks like this:

  <target name="MyProj">
    <exec executable="devenv">
      <arg line= "MyProj.vcproj /build release /project MyProj"/>
    </exec >
  </target>

This builds the project fine but no output is generated. I tried to add an
output='file.txt' to the exec and it created the file but it was empty. If I
change the target to this:

  <target name="MyProj" depends="">
    <exec executable="cmd">
      <arg line= "/c devenv MyProj.vcproj /build release /project MyProj"/>
    </exec >
  </target>

the output appears on the console as expected. What's the difference in
these two approaches from ant's perspective?


5. Switching between projects using VC++ v6 and VC.NET - Microsoft Visual C++/VC++

6. creating excel sheets using VC ++ APIs

7. Accessing Existing Vc++ API from .NET C# or VC++.NET

8. How to convert a VC# .NET project into a VC++ .NET project

I have a VC# .NET project which is imported from an OCX control using AxImp.
I would like to convert it into a VC++ .NET project. Is there any way to do 
it and how to do it?