0

I have a legacy 32-bit Win32 DLL driver that interfaces with a test equipment. I possess the API header file for this driver, and I dynamically load the DLL at runtime within my C++ test application using Visual Studio 2019. My goal is to port this test application to 64-bit architecture, but there is no corresponding 64-bit DLL available for this driver.

What would be the most effective approach for porting this legacy driver to a 64-bit environment, specifically within a C++ application developed using Visual Studio 2019? Are there any best practices or tools that can assist in this process? I'm particularly interested in any experiences or insights from those who have faced a similar situation.

Cem Polat
  • 127

0 Answers0