Hi,
I have for many years (back to 2005) a solution based on :
RTX : IntervalZero RTOS 32bits (https://www.intervalzero.com/)
Visual C++ 6.0
Advanced analysis library (analysis.lib <2003)
and the application is deployed on any 32bits OS and works perfectly.
I am actually trying to upgrade this solution for windows 10 Pro 64bits platform with :
RTX64: IntervalZero RTOS 64bits (https://www.intervalzero.com/)
Visual studio pro 2012
Advanced analysis library (analysis.lib from LabWindows/CVI 2013)
when I try to build the solution, I get the folowing error :
analysis.lib(loaddll.obj) : error LNK2019: unresolved external symbol __imp_wsprintfA referenced in function __load_dll_if_needed
I was able to solve this error by adding the user32.lib to the project. the build of the solution is now ok but It cannot be executed as the use of use32.dll is not permiited by RTX. thus adding use32.dll is definitivelly not the solution.
Any help is welcome. Thanks .