Archived Forum Post

Index of archived forum posts

Question:

chilkat v9.5.0.52 mingw x86_64 static release

Sep 25 '15 at 06:51

Hi, We have a software that use chillkat.(we have a license).the 32 bit version is ok.but I have built a version with mingw4.8.2 x86_64 posix sjlj and chilkat 9.5.0.52 mingw x86_64 and the sftp connection and/or authentification fails. I use the static version of the library chilkat.(the .a) the 32 bits version is ok but not the 64 bit version. is there a solution?


Answer

The fact that it's a different build (64-bit vs. 32-bit) is HIGHLY UNLIKELY to be the cause of this error. Authentication failed because of some other difference, most likely (99.9% chance) is because your app is doing something differently in the one case vs. the other.

(I can almost with 100% certainty assure you that you're "barking up the wrong tree" by thinking there's some sort of difference between the builds that would cause this error. )


Answer

is it possible that is because I use mingw x64 4.8.2 and chilkatx64 is built with 4.8.1 ? Yesterday I have run the same code with 32 bits debug version without any problem (mingw4.8.2 32 bits)....and the release version is ok too in 32 bits....the application runs since several months in 32 bits....


Answer

but the application runs perhaps not with the last version of chilkat....I have downloaded the last version because we didn't have the 64 bits version of chilkat


Answer

it comes perhaps from the version 9.5.0.52 ?....although it 's the same functions to connect and authenticate.


Answer

the same code runs in 32 bits with older versions of chilkat....


Answer

I have just built the same code in static release,32 bits version and it is ok..... I think that I have the problem with the 64 bits version perhaps because I use mingw4.8.2 and chilkat is built with mingw4.8.1 (in 32 bits it is not a problem but perhaps it one with 64 bits version).or it comes from 64 bits version of chilkat....


Answer

The library chilkat 9.5.0.52 64 bits version for mingw 64 bits has a problem because the chilkat 32 bits version is ok with the same code and the chilkat 64 bits version for visual studio 2013 is ok too with the same code......I have tried this 64 bits version with mingw 4.8.1 and mingw 4.8.2 64 bits and I have the same problem, and for the 32 bits version and the 64 bits msvc 2013 I haven't any problem....


Answer

Isn't there any new build for chilkat 9.5.0.52 static release for mingw x86_64 ?