Displaying 2 results from an estimated 2 matches for "nameoffunct".
2006 Dec 08
5
Remove " from a string
Hi all!
I have lots of functions called in the following pattern
'NameOfFunctionNumber' where the name always stays the same and the number
varies from 1 to 98.
Another function which I run in advance returns the number of the function
which has to be called next.
Now I want to combine 'NameOfFunction' with the 'Number' returned so that i
can call the de...
2008 Sep 02
0
No subject
...n a native windows exe or dll), the
backtrace is probably useless.
If you see the RaiseException function at the top of the trace, that
function isn't broken. It means either there's an unimplemented
function (in which case the log will also say "Call to unimplemented
function library.NameOfFunction"), or a program/library has
deliberately raised an exception (which, if not handled, causes a
crash).
If you have to gather more information about a crash, a good step is
often to get a +seh,+relay log and find the trace:seh:raise_exception
lines immediately before the crash. Often what ha...