Installed fine on a WIN 11 fully up to date 22H2 64 bit system with GData antivirus, FireFox etc. Did install "for all users" .
Ran fine. Detected two items that previously given a pass in V11. First a quoted system include, for example "fileapi.h" which should have been <fileapi.h> passed in V11 needed fixing in V12.
Second a warning #2145 in V11 is now an error #2168 error in V12, on a 3rd party open source xlsx writer package from sourceforge.
V11 - Building XLXS_Output.obj.
C:\Program Files\PellesC\Files\vCardz\vCardz\XLXS_Output.c(187): warning #2145:
Using incompatible types 'FARPROC (aka int __stdcall (*)())' and 'WRITE_OPEN (aka (incomplete) struct xlsxio_write_struct * __stdcall (*)(const char *, const char *))'.
This one I'll need to figure out, as a warning it ran fine afaik.
John Z