Hey, I TRIED to use MingW but just got a buncha errors (same as the ones I got in borland C++ builder...)
MAYBE you can explain them to me... Maybe Not ><... If you can't, simply say "dunno" and I'll try my best to figure them out...
anyway, here are the errors :P.
(I got practically the same thing from mingw32-c++.exe and mingw32-gcc.exe...)
Quote:
Unit13.cpp(82,7): error E2034: E2034 Cannot convert 'void *' to 'unsigned char *'
Unit13.cpp(83,19): error E2268: E2268 Call to undefined function 'std_err'
Unit13.cpp(86,17): error E2268: E2268 Call to undefined function 'unicode2char'
Unit13.cpp(97,30): error E2268: E2268 Call to undefined function 'lin2encbyte'
Unit13.cpp(103,23): error E2268: E2268 Call to undefined function 'xordata'
Unit13.cpp(103,23): error E2034: E2034 Cannot convert 'unsigned int *' to 'unsigned long *'
Unit13.cpp(103,23): error E2342: E2342 Type mismatch in parameter 'data' (wanted 'unsigned long *', got 'unsigned int *')
Unit13.cpp(122,10): error E2034: E2034 Cannot convert 'void *' to 'unsigned char *'
Unit13.cpp(123,24): error E2268: E2268 Call to undefined function 'std_err'
Unit13.cpp(130,74): error E2268: E2268 Call to undefined function 'lin2encbyte'
Unit13.cpp(135,17): error E2268: E2268 Call to undefined function 'char2unicode'
Unit13.cpp(136,56): error E2268: E2268 Call to undefined function 'std_err'
Unit13.cpp(139,49): error E2268: E2268 Call to undefined function 'std_err'
Unit13.cpp(141,23): error E2268: E2268 Call to undefined function 'xordata'
Unit13.cpp(141,23): error E2034: E2034 Cannot convert 'unsigned int *' to 'unsigned long *'
Unit13.cpp(141,23): error E2342: E2342 Type mismatch in parameter 'data' (wanted 'unsigned long *', got 'unsigned int *')
Unit13.cpp(143,66): error E2268: E2268 Call to undefined function 'std_err'
(I Don't suggest using the line numbers as references since it is a different outlay than regular xD.