News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Are there CSFML include files?

Started by alloy, May 01, 2020, 09:59:00 AM

Previous topic - Next topic

alloy

Have the C header files been successfully converted to MASM inc files?

https://www.sfml-dev.org/download/csfml/

Greenhorn

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
Kole Feut un Nordenwind gift en krusen Büdel un en lütten Pint.

alloy


Vortex

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.

alloy