how to add dll in to toolbox?
-
How can i add a dll in to the tool box of visual studio? I am using frame VS 2003.where should i keep the dll?(in the root???)when ever i am trying to add dll in to the COM componenets it is showing the error : the dll is not recognised as a COM server... can anybdy suggest a way.. ?
-
How can i add a dll in to the tool box of visual studio? I am using frame VS 2003.where should i keep the dll?(in the root???)when ever i am trying to add dll in to the COM componenets it is showing the error : the dll is not recognised as a COM server... can anybdy suggest a way.. ?
I guess the dll is not a COM dll. Is it a .NET dll, or a standard C dll ? If .NET, just add a reference to it. If standard, p/invoke it.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
I guess the dll is not a COM dll. Is it a .NET dll, or a standard C dll ? If .NET, just add a reference to it. If standard, p/invoke it.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
It is not a .net dll :( (Its a downloaded dll) what s the meaning in adding refference without integrating that dll in to the Project? how to invoke a standard dll in vs? one more doubt,what is the difference in adding a dll and an exe in to a project? both ways are same? pls clear my doubts. "Today is the first day of the rest of my life..."
-
It is not a .net dll :( (Its a downloaded dll) what s the meaning in adding refference without integrating that dll in to the Project? how to invoke a standard dll in vs? one more doubt,what is the difference in adding a dll and an exe in to a project? both ways are same? pls clear my doubts. "Today is the first day of the rest of my life..."
bigphish wrote:
how to invoke a standard dll in vs?
p/invoke
bigphish wrote:
what is the difference in adding a dll and an exe in to a project?
You can add a reference to a .NET dll, but not an exe.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
It is not a .net dll :( (Its a downloaded dll) what s the meaning in adding refference without integrating that dll in to the Project? how to invoke a standard dll in vs? one more doubt,what is the difference in adding a dll and an exe in to a project? both ways are same? pls clear my doubts. "Today is the first day of the rest of my life..."
bigphish wrote:
what s the meaning in adding refference without integrating that dll in to the Project?
This quetion need more discription When you add a dll by adding the reference of that dll to your project a copy of that dll is created in bin folder of your application by default
bigphish wrote:
what is the difference in adding a dll and an exe in to a project?
You can't add exe directly to your project Exe are self executable and dll are not
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "