Hi, these days i got my gcc 4.4 working and first compiled wine64. Next thing i did was to modify winemaker to generate Makefiles for 64-Bit compilation. I first tried something simple and it worked great, so i took my modified Putty-sourcecode and gave it a try. And wow it worked great! Just compiled fine. To my suprise it didnt run. Since todays git, the modified winemaker got in and i hope it might be usefull!
Best regards André Hentschel
2009/5/1 André Hentschel nerv@dawncrow.de:
To my suprise it didnt run.
Interesting...does it run as a 32-bit winelib app? Have you tried compiling it with 64-bit mingw and seeing if it works there?
Austin English schrieb:
2009/5/1 André Hentschel nerv@dawncrow.de:
To my suprise it didnt run.
Interesting...does it run as a 32-bit winelib app? Have you tried compiling it with 64-bit mingw and seeing if it works there?
Putty runs as 32-bit winelib app. The test with mingw64 i will try next days.
Austin English schrieb:
2009/5/1 André Hentschel nerv@dawncrow.de:
To my suprise it didnt run.
Interesting...does it run as a 32-bit winelib app? Have you tried compiling it with 64-bit mingw and seeing if it works there?
i have problems compiling it with mingw64, because i am not familiar with it. would someone else try it?