|
There is some information here on the compuware site hxxp://frontline.compuware.com/nashua/kb/doc/1322.asp
Just a little bit of advice, calling a function by an ordinal can get very messy. A simple udate can move ordinal 1 to ordinal 2 and cause you a big headache. Also some compilers (borland compiler last time i used it) will not let you import a function using an ordinal.
|