Have the C header files been successfully converted to MASM inc files?
https://www.sfml-dev.org/download/csfml/
Hi alloy,
try h2incX to translate the headers by yourself. Have a look at the UASM package, it contains h2incX.exe.
The C header files from CSFML seem to be simple after a rough view on it.
Greenhorn
Thanks Greenhorn.
Pelle's H to INC Converter :
QuotePOH2INC reference
Pelles H to INC converter is used for converting C to assembler include files. Note that there is almost never a "perfect" conversion. POH2INC will process each file in isolation, and many files depend on typedefs and macros from other files. Also, many include files hide part of the C syntax in macros making the job for POH2INC much harder.
Thanks Vortex