-------------------------------------------------------- cdecl.dll Export List (4) -------------------------------------------------------- Ordinal Prototype ------- ------------------------------------------------ 1) long __cdecl test_1_string_byref_cdecl(char** s) // Returns changed string contents and length or 0 2) long __cdecl test_1_string_byval_cdecl(char* s) // returns string length 3) long __cdecl test_3_long_cdecl(long a, long b, long c) // return (a*b)+c; 4) struct tm* __cdecl test_tm_ptr_cdecl(long t) // return &ts; (time in static struct tm ts) --------------------------------------------------------