Re: C++ DLL to C#
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Ok, I have just forgotten to try/catch the exception.
Now, the problem is the function couldn't be executed correctly.
It suppose to return something from the function. But it didn't
happen.
Please assist me.
--
cyt
------------------------------------------------------------------------
Posted via
http://www.mcse.ms
------------------------------------------------------------------------
View this thread:
http://www.mcse.ms/message2050490.html
.
Relevant Pages
- Re: convert to numbers
... You can check if it is a number by using Int32.Parseand a try/catch. ... it raises an exception, you handle it and it isn't a number. ... > Jim. ... Prev by Date: ... (microsoft.public.dotnet.framework.aspnet) - Re: RFD: How To Recognize Bad Javascript Code
... error in the contents of one script element does not interfere with the successful interpretation/compilation of syntax error free code in other script elements within the same document. ... So any residual compatibility issue is really just in relation to very old web browsers; mostly the forth generation of browsers and their antecedents. ... javascript's try/catch construct is nearly totally useless for various reasons. ... In Java (and other languages with good exception handling support) you can be very specific about which exceptions you catch and handle. ... (comp.lang.javascript) - Re: Re: kern/99979: Get Ready for Kernel Module in C++
... in a jmpbuf -which are restored after a longjmp(). ... try/catch stores less. ... the instruction pointer and stack pointer, ... They are called "exception" ... (freebsd-hackers) - Re: Error handlers and Exception handlers
... There have been many a thread of the benefits of Try/Catch verses On Error, ... Otherwise I let my global exception handlers handle the event. ... (microsoft.public.dotnet.languages.vb) - Re: Exception in finally block
... try/finally inside of a try/catch. ... throw both XXException and IOException from processXX? ... and then rethrowing the exception. ... (comp.lang.java.programmer) |
|