Ask Your Question
0

Visual Studio Reference [closed]

asked 2015-08-12 11:36:33 -0600

Hello Guys,

hope you are doing great!

I have a questions, is there a way to make a reference from my Visual Studio Solution to the Dlls if I place them in a separate directory? Right now it is throwing this error:

A reference to "'dll location' could not be added. please make sure that the file is accesible and that it is a valida assembly or COM component.

Any ideas?

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by LBerger
close date 2015-08-15 01:38:20.140939

1 answer

Sort by ยป oldest newest most voted
1

answered 2015-08-14 15:47:18 -0600

Ahryman40k gravatar image

In Visual Studio, references are for assembly (.Net dll) or COM object. You can't reference your C++ dependencies in that way.

But for loading information about dll in the windows system, you should read this article from Microsoft: Article

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-08-12 11:36:33 -0600

Seen: 205 times

Last updated: Aug 14 '15