473,386 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How to load the DLL functions in VC++.net

9
Hi

I am new to VC++.net.
Please help me out in using the 3rd party DLL functions in my application.

I tried to add the dll with the help of add new reference option but unable to do that.

Thanks in advance.

--Sree
Sep 28 '07 #1
5 999
Shashi Sadasivan
1,435 Expert 1GB
Hi

I am new to VC++.net.
Please help me out in using the 3rd party DLL functions in my application.

I tried to add the dll with the help of add new reference option but unable to do that.

Thanks in advance.

--Sree
Does the DLL refrence appear in the project references?

If it does you can open the reference by right clicking and select view in object browser

scroll to your reference and check the name space it is under
include the namespace in your code file and then you can happpily code with the dll.

cheers
Sep 28 '07 #2
psree
9
Does the DLL refrence appear in the project references?

If it does you can open the reference by right clicking and select view in object browser

scroll to your reference and check the name space it is under
include the namespace in your code file and then you can happpily code with the dll.

cheers
Hi Shashi,

The DLL reference is not available in the project references.
Oct 3 '07 #3
Shashi Sadasivan
1,435 Expert 1GB
Ding Ding!
You need to add the reference then :)

cheers
Oct 3 '07 #4
psree
9
Ding Ding!
You need to add the reference then :)

cheers
i want to load the functions dynamically
Oct 3 '07 #5
Shashi Sadasivan
1,435 Expert 1GB
Hello,
Please check this thread if it matches your requirement.
I havent come across this concept as yet.

cheers
Oct 3 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: VCForums | last post by:
Hi Group This is mine first postings in this group Can anybody take the pain in explaining me What exactly are Virtual Functions VC++
9
by: Felix Kater | last post by:
Hi, if I link my code to other o-files: Does the linker include the whole o-file or does it use the needed functions from that only? Felix
2
by: Harry Whitehouse | last post by:
I just wanted to confirm this for WIN32 projects in VC++ 2003. It looks like you need to reference functions in 3rd party DLL's (C-based) by building a LIB file as described here: ...
7
by: Wanjun Yu | last post by:
I have just loaded my VC++6 projects in Visual Studio 2003. It converted the project files just fine. I have a MFC dll that links against a WIN32 dll. In the WIN32 dll, I have exported some...
7
by: Bob Stearns | last post by:
Is there an option in php to do a 'require xxx.php' if, when a function call to xxx is encountered, it is not defined? It would look in all the standard places.
17
by: Fabry | last post by:
Hi All, I'm new of this group and I do not know if this is the correct group for my question. I have a DLL with its export library (.lib) wrote in Borland C++ 6. In borland everything is OK and...
0
by: meenu | last post by:
HI All, I'm very new to C# and .Net programming. I'm trying to load a VC++ project programmatically. I came across VCProjectEngine interface. I tried using VCProjectEngine.LoadProject...
1
by: Kevin D. Smith | last post by:
I'm trying to use Python from another application that allows me to load functions from a DLL. While I have most of the API working, I have one big problem: Py_DECREF and PyINCREF are macros which...
1
by: sandy111 | last post by:
here i hav a vc++ dll with some functions defined so that i can import from other applications. how can i import the same functions of vc++ in my c# applications so that i can use those...
5
by: Saeed Amrollahi | last post by:
Dear all Hi I am Saeed Amrollahi. I write C++ programs using VC++ 2005 CLR/CLI. I have two problems: 1. How to declare/define and use global ref class objects? For example for database...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.