So far I have always used the Windows installer for the Coq Platform. However, I am now in a situation where I need to update one of the provided packages to a newer version. As far as I could tell, this could not be done using the version from the Windows installer.
So I installed the Coq platform from sources for the first time using the provided script, so that I would have access to opam and could update my package.
After the installation I added the path to the coq binaries to the windows path as usual, but Emacs/Proof General do not work. When I try to start the Coq process I get told “Coq process exited!”. To test, I wanted to use the provided CoqIDE, but it crashes immediately when opening, saying that some .dlls are not found. Am I missing a step here?