HOWTO integrate NASM with VS2022

updated 01/11/2024 Occasionally I use Intel assembler language to squeeze processing power from my programs. A cheap solution was C inline assembler sections, but VS2022 doesn’t support them in a 64-bits program.  Other compilers use more or less complex solutions (IBM assembler, …). This forced me to consider including and linking .asm files in my projects.  I can split them with 32 and 64 bits … Continue reading HOWTO integrate NASM with VS2022 »

Released Horodruin 2024.08.797.0

Released a new shiny version: – fixed & improved support for LFN (long file names). – [copy engine] fixed SetFileAttrs false-error reports. – [ui] fixed minor configuration problems for temporary files usage. – minor fixes & enhancements. link

Released Horodruin 2024.06.784.0

Released a new version: – added platform detection and processing for executable files (see help file for details). – [source properties] minor UI improvements. – [collected data viewer] improved ‘Get Data’ processing. – [collected data viewer] minor UI improvements. – minor fixes and enhancements. link

Released Horodruin 2024.05.772.0

Released a new ‘service’ release: – fixed folder changes notifications issues. – improved system error reporting. – minor fixes & improvements. – now the setup also has 32 bits support (for 32 bits windows only) link