The MASM Forum

64 bit assembler => UASM Assembler Development => Topic started by: lucho on June 28, 2022, 02:51:02 AM

Title: The missing Microsoft header files (direct.h, etc.)
Post by: lucho on June 28, 2022, 02:51:02 AM
Hello! I'd like to build version 2.55 for MacOS and FreeBSD with "clang", but alas, I don't know from where to get the missing "direct.h" file and the other files that it includes. Which version of "MS Visual C++" are these files from, and are they used as they are, or have you done any modifications to them? Thanks for you answer!
Title: Re: The missing Microsoft header files (direct.h, etc.)
Post by: lucho on June 29, 2022, 03:28:34 AM
I managed to build UASM 2.55 for MacOS and FreeBSD using this:
https://github.com/cielavenir/homebrew-ciel/blob/master/uasm.rb
But Windows builds still need "direct.h", which has many variants...