I have tested the latest 3.7 version of Paquet builder on the latest Windows version 10 (from MSDN website). Compilation fails:
d:\bin\mainscript.c(15): fatal error #1035: Cannot find #include-filen “pbcore.h”.
I have re-installed the latest version many times
I am an administrator
Paquet...
Currently I use this to build a new exe:
“C:\Program Files (x86)\Paquet Builder 3\pbuilder.exe” myProjectFile.pbpx /c /s
How can I set the version info on the output exe file?
In 2 out of 3 builds the signing of the package fails with this error:
Signing…
Digital Sign API FAILED error code #-2147024864
Code signing successfu
Why?
I have files that are readonly that is extracted by Paquest builder. But when that is done I get errors like “Cannot open file for writing” failed. It seems like you try do do something with the files or open the files in the wrong way. I see no reason to open the files extracted in write mode...