No announcements
Found 2939847 threads
-
0 Votes
exit() in a C DLL closes the invoking application. How to fix this
I think he is porting a C EXE to DLL to be called in C#, hence the question. The ...Unanswered | 6 Replies | 561 Views | Created by Lilith5th - Monday, February 3, 2020 10:24 PM | Last reply by cheong00 - Friday, February 14, 2020 2:54 AM -
0 Votes
Invoking Regular dll in MFC MDI Application
I am facing a problem in invoking a dll into MFC MDI Application framework, I have a script editor as dll, and mdi ...Answered | 1 Replies | 3403 Views | Created by VishaK_90 - Wednesday, October 6, 2010 2:59 PM | Last reply by Jesse Jiang - Monday, October 11, 2010 6:16 AM -
0 Votes
Copy DLL to the device while you execute an application invoking a DLL on a device.
Copy DLL to the device while you execute an application invoking a DLL on a device.Answered | 1 Replies | 5995 Views | Created by Xiaoyun Li – MSFT - Friday, December 26, 2008 3:41 PM | Last reply by Xiaoyun Li – MSFT - Friday, December 26, 2008 3:56 PM -
0 Votes
Play a sound when the application closes in C#
The first form you open has a special meaning - it's the mainwindow. When you close that window the application ...Answered | 3 Replies | 948 Views | Created by JDS404 - Friday, August 29, 2014 5:47 PM | Last reply by Andy ONeill - Friday, August 29, 2014 7:05 PM -
0 Votes
Invoking Regular dll in MFC MDI Application
The task involves invoking a dll into MFC MDI Application framework, I have a script editor as dll, and mdi application as exe, ...Discussion | 1 Replies | 4528 Views | Created by VishaK_90 - Wednesday, October 6, 2010 12:18 PM | Last reply by Pat Brenner MSFT - Thursday, November 4, 2010 9:14 PM -
1 Votes
Invoking c# dll function from managed c++
Hello people. I need help invoking c# dll from managed c++. I have a String Export(); function in ...Discussion | 1 Replies | 3148 Views | Created by Skoselger - Tuesday, August 16, 2011 8:37 AM | Last reply by Pierre Morel-Fourrier - Tuesday, August 16, 2011 1:31 PM -
0 Votes
Invoking VC++ DLL functions from a C# application
Hi, I have a VC++ application and a .Net application, i wanted to call the functions available in my VC++ EXE (UI ...Answered | 2 Replies | 2480 Views | Created by rsodimba - Thursday, April 22, 2010 7:07 AM | Last reply by Subashselvan - Thursday, April 22, 2010 7:15 AM -
0 Votes
Regarding Invoking Dll in MFC Application
;MYAppview have to invoke Dllview functionality also the Dll specific window (editor) is a member function When I build and create multi-startup ...Answered | 4 Replies | 3065 Views | Created by VishaK_90 - Wednesday, September 29, 2010 4:42 AM | Last reply by VishaK_90 - Wednesday, October 6, 2010 2:57 PM -
2 Votes
Invoking C++-dll ends in System.AccessViolationException
); the application calculates without AccessViolation. If I uncomment it, it will crash in the first access to ...Answered | 19 Replies | 6426 Views | Created by mQ72 - Tuesday, August 16, 2011 5:01 PM | Last reply by mQ72 - Thursday, August 25, 2011 10:17 AM -
0 Votes
MFC Dll won't unload when Application closes
I am currently working with a do nothing application and do nothing mfc dll. The problem is that when the main application closes after ...Answered | 2 Replies | 3534 Views | Created by TurboV - Friday, April 29, 2011 4:09 AM | Last reply by TurboV - Friday, April 29, 2011 4:51 PM -
0 Votes
How to Package the C++ Dll in C# Dll
fix the binarity of the wrapper DLL to the binarity of the native DLL. *While you programm in ...Answered | 7 Replies | 1396 Views | Created by Rabbit Pet - Wednesday, July 27, 2016 8:16 AM | Last reply by Hart Wang - Friday, July 29, 2016 9:27 AM -
0 Votes
How to get the exit code after invoking fc command?
'. Now I want to obtain the exit code of fc so that I can know whether the two files are identical or not. How to do ...Proposed | 1 Replies | 633 Views | Created by chcw - Friday, January 29, 2016 3:25 AM | Last reply by Viorel_ - Friday, January 29, 2016 6:38 AM -
0 Votes
How to fix this Infopath c# error?
for the interface with IID '{A260B372-BC78-441B-8764-D0B83F4004F4}' failed due to the following error: Library not registered. (Exception from HRESULT: 0x8002801D ...Answered | 2 Replies | 928 Views | Created by SamDany - Thursday, December 4, 2014 7:35 AM | Last reply by Hemendra Agrawal - Friday, December 5, 2014 8:59 AM -
0 Votes
Unable to load DLL,How do i fix this error?
Hi,I have an application where i am using this dll. but on running the application i am getting the following exception. Can anybody help me on ...Answered | 1 Replies | 6364 Views | Created by JohnnyWalker9 - Thursday, November 8, 2012 1:00 PM | Last reply by tatman blue - Thursday, November 8, 2012 11:16 PM -
0 Votes
How to create a dll in c
/How-to-create-a-DLL-library-in-C-and-then-use-it-w Just ignore the "use it with C#" ...Answered | 1 Replies | 1165 Views | Created by Aadit Kapoor - Thursday, June 20, 2013 9:17 AM | Last reply by Igor Tandetnik - Thursday, June 20, 2013 1:45 PM -
0 Votes
How to fix this problem
There is a known issue/BUG with MFC, were MFC makes a call to _CrtDumpMemoryLeaks() in the ... -
0 Votes
how to fix this
are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. ...Answered | 1 Replies | 621 Views | Created by weyukj98 - Thursday, June 5, 2014 1:42 PM | Last reply by Jonny_D - Friday, June 6, 2014 7:34 AM -
0 Votes
problem with .net dll invoking from c++
Hi, I have a c++ program that is using a .net dll. when i'm running the .net dll within VS2005, and ...Answered | 2 Replies | 3015 Views | Created by skydiver321 - Monday, May 26, 2008 1:07 PM | Last reply by nobugz - Monday, May 26, 2008 2:34 PM -
0 Votes
Linking a C++dll in C# application
this is the right way to load the dll from an application ? Also how we can do static linking and whether it will solve the ...Answered | 5 Replies | 5247 Views | Created by Tomy Devasia - Saturday, February 19, 2011 7:25 AM | Last reply by Neddy Ren - Friday, February 25, 2011 9:00 AM -
1 Votes
how to fix this?????
"One Care has encountered a problem and might not be protecting this PC" That's the message I have after clicking on the task bar ...Answered | 1 Replies | 11021 Views | Created by nuzzmark - Wednesday, December 31, 2008 7:14 PM | Last reply by luke_hippe - Wednesday, December 31, 2008 10:48 PM - Items 1 to 20 of 2939847 Next ›
No announcements