Re: Cannot convert 'des_ks_struct ( *)[16]' to 'des_ks_struct *' ??

2007-03-29 Thread Marek Marcola
Hello, thanks for helping. i tried compiling the source code u gave me but it returns the same error, which is: [C++ Error] testDes.cpp(23): E2034 Cannot convert 'des_ks_struct ( *)[16]' to 'des_ks_struct *' [C++ Error] testDes.cpp(23): E2342 Type mismatch in parameter 'schedule' (wanted

Cannot convert 'des_ks_struct ( *)[16]' to 'des_ks_struct *' ??

2007-03-27 Thread imin macho
] testDes.cpp(45): E2034 Cannot convert 'des_ks_struct ( *)[16]' to 'des_ks_struct *' and [C++ Error] testDes.cpp(45): E2342 Type mismatch in parameter 'ks1' (wanted 'des_ks_struct *', got 'des_ks_struct ( *)[16]') can someone please help me? thanks a lot. the source code is below: #pragma

Re: Cannot convert 'des_ks_struct ( *)[16]' to 'des_ks_struct *' ??

2007-03-27 Thread Marek Marcola
++ Error] testDes.cpp(45): E2034 Cannot convert 'des_ks_struct ( *)[16]' to 'des_ks_struct *' and [C++ Error] testDes.cpp(45): E2342 Type mismatch in parameter 'ks1' (wanted 'des_ks_struct *', got 'des_ks_struct ( *)[16]') can someone please help me? thanks a lot. the source code is below

Re: Cannot convert 'des_ks_struct ( *)[16]' to 'des_ks_struct *' ??

2007-03-27 Thread imin macho
Hi Marek Marcola, thanks for helping. i tried compiling the source code u gave me but it returns the same error, which is: [C++ Error] testDes.cpp(23): E2034 Cannot convert 'des_ks_struct ( *)[16]' to 'des_ks_struct *' [C++ Error] testDes.cpp(23): E2342 Type mismatch in parameter 'schedule