Closed abnormalhare closed 3 months ago
one for @widberg - there is no WINDOWS.H in the Include directory.
It looks like Windows.h is in the PlatformSDK directory with the other windows headers https://github.com/widberg/msvc8.0/blob/main/PlatformSDK/Include/Windows.h. I did not set this up to get copied over in the compilers repo, oops. How should I update the compiler definition to have multiple include directories copied? I'd like to keep the directory structure on the main branch the same as the installed VC directory, but I could squash the PlatformSDK sub-directories into the root on a separate branch and use that in the compilers repo to avoid having multiple include directories on the site.
I'll have a crack at it tomorrow, allow for multiple include directories as part of the Jinja templating 😎
Should be fixed via https://github.com/decompme/compilers/commit/2ff07e6fee34b0543ede9560cf0ede27a4f4ae03, will need a restart of the site to pull down the new compiler image.
This scratch is now compiling successfully with msvc8.0 - thanks for raising the issue!
Describe the bug Attempting to include
Windows.h
fails when using the new msvc8.0 compiler.To Reproduce Steps to reproduce the behavior:
#include <Windows.h>
Expected behavior Windows.h is include, like in msvc6.0
Scratches https://decomp.me/scratch/zQnyW