Page 2 of 2

PostPosted: Sun Jul 27, 2008 9:14 am
by Antonio Linares
> declare DLL_TYPE_BYTE _OWersja(DLL_TYPE_LPCSTR cfile1, DLL_TYPE_LPCSTR cfile2) in WinIP.Dll

This is not FiveWin syntax. What is it ?

PostPosted: Sun Jul 27, 2008 10:06 am
by kajot
this is

DLL32 FUNCTION _OWersja(cFile1 AS LPSTR, cFile2 AS LPSTR ) AS WORD PASCAL LIB "WinIP.Dll"

if function _toupper() this the same function toupper() from ctype.h

PostPosted: Sun Jul 27, 2008 10:09 am
by Antonio Linares
> if function _toupper() this the same function toupper() from ctype.h

Yes, probably

PostPosted: Sun Jul 27, 2008 10:12 am
by kajot
if I try
char _toupper( char );
I get worning

unresolved external symbol '__toupper'

PostPosted: Sun Jul 27, 2008 1:00 pm
by Antonio Linares
Then try with toupper() without the underscore