Hi,
Has anyone tried to compile PrjZIPWSDir_WS_a2.ZIP 64 bit project in Pelles V12?
Preferably on WIN 11, but 10 OK too.
Here is the source by TimoVJL and I have NO doubts it worked before .... in 2019
https://forum.pellesc.de/index.php?topic=7178.msg29242#msg29242 I am in the final stage of upgrading a program to 64 bit per Pelle's admonishment that it 'should' be 64
My 32 bit source used a two file version of minizip. Which was extremely easy to implement, but has never been upgraded to 64 bit.
https://github.com/kuba--/zip/tree/master So I'm trying to use TimoVJL's 64 bit dll project code to get started on a 64 bit zip implementation, not as a dll however.
When compiling the sources to learn how to implement, I get an access error on miniz_tdef.obj
Building miniz_tdef.obj.
fatal error: Internal error: 'Access violation' at 0x00007ff7ae3b3e99.
*** Error code: 1 ***
Done.
Looking for any ideas or input on the cause which hopefully is not that it is a WIN 11
problem....
Thanks,
John Z
Interestingly when I compile the two file version of minizip as a 64 bit I also get the same access error.
fatal error: Internal error: 'Access violation' at 0x00007ff7ae3b3e99.
*** Error code: 1 ***
Done.