No announcements
Found 461107 threads
-
0 Votes
import dll
Questions on how to reference a DLL from a Metro style app using C# should be posted to: Building Metro style apps with C# or VBAnswered | 2 Replies | 3656 Views | Created by Hope2012 - Friday, January 27, 2012 12:51 PM | Last reply by DavidLamb - Tuesday, January 31, 2012 12:27 AM -
0 Votes
Import dll partially in MEF
I noticed when trying to import dll, seems like there is only ImportMany.Answered | 1 Replies | 680 Views | Created by maggie0099 - Monday, June 20, 2016 1:07 PM | Last reply by Khanna Gaurav - Monday, June 20, 2016 7:43 PM -
0 Votes
Important: Undecorated DLL import
I covered "undecorate" in my blog: http://qualapps.blogspot.com/2007/08/how-to-create-32-bit-import-libraries.html There's a lot of ...Answered | 4 Replies | 7061 Views | Created by Daniel Marschall, de - Saturday, September 3, 2011 6:10 AM | Last reply by MandatoryDefault - Sunday, February 3, 2013 5:32 AM -
0 Votes
c++ to vb.net DLL Import
Thanks Acamar, you have right i tried it by coping the import and i had duplicate function import.Answered | 6 Replies | 2665 Views | Created by Mike_Sfd - Monday, May 29, 2017 12:43 PM | Last reply by Mike_Sfd - Friday, June 2, 2017 7:22 AM -
2 Votes
hide console of DLL import
One way to achieve you objective is to re-direct the console outputs to a file whenever you call a DLL function.Answered | 5 Replies | 1518 Views | Created by change registry value in visual studio 2008 - Thursday, December 19, 2019 9:52 AM | Last reply by RLWA32 - Friday, December 20, 2019 3:29 PM -
11 Votes
How to import c# dll in c#
hi i tried above programe but dll file is not created how to create DLL file please reply soon thanksAnswered | 12 Replies | 119477 Views | Created by Aravinthkumar - Friday, May 1, 2009 3:49 PM | Last reply by gmlewis2 - Wednesday, December 17, 2014 9:08 PM -
1 Votes
How to import kernel32.dll
public partial class NativeMethods { ...Answered | 3 Replies | 11538 Views | Created by Oh Kay - Sunday, January 11, 2009 10:00 PM | Last reply by AlexBB - Vista Ult64 SqlSer64 WinSer64 - Sunday, January 11, 2009 11:26 PM -
2 Votes
importing c++ dll into the c# projects
in DLL 'DeviceDriverComponent.dll'.Answered | 10 Replies | 4365 Views | Created by Edwin ZZN - Saturday, October 3, 2009 3:57 AM | Last reply by ButlerDE58 - Thursday, October 22, 2009 11:11 PM -
0 Votes
Importing function from DLL
The .Net runtime needs to know about that, so modify your C# method signature as follows [DllImport("dll file", CharSet = CharSet.Unicode,SetLastError = ...Answered | 3 Replies | 509 Views | Created by ChuckMcarthy - Wednesday, December 7, 2016 7:40 PM | Last reply by Sabah Shariq - Monday, December 19, 2016 3:11 PM -
2 Votes
How to import the VB6 dll into VC 2005, C++?
(let say, the dll is 1.dll) And, we wanted to import this 1.dll (or atleast few functions in that dll) into a ATLexecomServer in C++ (In ...Answered | 5 Replies | 2100 Views | Created by Adithya Prasad - Wednesday, October 9, 2013 1:36 PM | Last reply by Brian Muth - Friday, October 11, 2013 3:59 PM -
0 Votes
Import Win32 DLL in Windows Store App
Thanks guys, It was because of the Dependency DLL, I copied the Dependency DLL to my tablet and everything worked fine.Answered | 6 Replies | 1425 Views | Created by somnathbanik - Sunday, April 12, 2015 1:08 PM | Last reply by Rob Caplan [MSFT] - Tuesday, April 14, 2015 6:11 AM -
1 Votes
DLL Import help.
My problem was that my customer was not ready to use any third party dll's in the application.Answered | 9 Replies | 5024 Views | Created by kesari - Wednesday, July 25, 2007 11:56 AM | Last reply by kesari - Tuesday, December 16, 2008 10:57 PM -
0 Votes
Dll import in c#
[System.Runtime.InteropServices.DllImport("gdi32.dll", EntryPoint = "CreateRoundRectRgn")] private static extern System.IntPtr CreateRoundRectRgn(int ...Answered | 2 Replies | 57323 Views | Created by Santana George - Wednesday, August 15, 2012 10:12 AM | Last reply by Steven_Schultz - Wednesday, August 15, 2012 10:22 AM -
5 Votes
How do I import User32.dll?
"Existing Item" 3. browse and select the dll (you will have to change the "file type" combo-box to be able to see it) 4. click the ...Answered | 4 Replies | 63858 Views | Created by Roxxor - Sunday, November 22, 2009 5:58 PM | Last reply by Ray M_ - Sunday, November 22, 2009 7:12 PM -
0 Votes
dll import question
if your DLL is Win32 then you need to Know the prototype of the Function you are calling .Answered | 2 Replies | 3341 Views | Created by aabdellatif - Friday, November 20, 2009 8:36 PM | Last reply by Kirtan007 - Sunday, November 22, 2009 4:18 AM -
0 Votes
BadImageFormatException when importing C++ DLL in VB
Are you try to run the native win32 dll as .net?Answered | 8 Replies | 4338 Views | Created by merlin fl - Monday, July 4, 2011 11:09 PM | Last reply by merlin fl - Thursday, July 7, 2011 11:48 AM -
1 Votes
Importing a dll file in Visual Studio 2013
Did you check the location of the .dll's ?Answered | 4 Replies | 1637 Views | Created by M.J.Jazini - Friday, August 21, 2015 6:19 AM | Last reply by Manuel Meyer - Friday, August 21, 2015 1:14 PM -
0 Votes
Importing C++ classes/structs via DLL
In the documentation I read it is able to deal with pointers and DLL's generated with VC++ and the usage is quite clear for me.Answered | 1 Replies | 3328 Views | Created by renito73 - Wednesday, September 2, 2009 5:33 PM | Last reply by nobugz - Wednesday, September 2, 2009 8:47 PM -
1 Votes
Importing C++ Dll
As mentioned, i have regular C++ dll which contains a class and the class declaration with all data and methods are contained in one .h file and i dont know how can i ...Answered | 6 Replies | 3359 Views | Created by ashgamer10 - Wednesday, February 2, 2011 1:15 PM | Last reply by Neddy Ren - Thursday, February 17, 2011 3:07 AM -
1 Votes
how to load more than one(dependent) dlls using DLL import,
Both of which will need to happen BEFORE you call your function in your main dll.Answered | 2 Replies | 3421 Views | Created by Arshad-Awan - Monday, December 1, 2008 4:46 PM | Last reply by konikula - Monday, December 1, 2008 10:58 PM - Items 1 to 20 of 461107 Next ›
No announcements