selassje / NTGraph

This is a port of https://www.codeproject.com/Articles/3214/2D-Graph-ActiveX-Control with CMAKE/64bit/modern VS support. Most credits to Nikolai Teofilov
MIT License
2 stars 3 forks source link

32-bit support #1

Open davidskun opened 3 years ago

davidskun commented 3 years ago

I have a legacy 32-bit Windows MFC application. If possible, please provide the option to compile to 32-bit. Thanks!

selassje commented 3 years ago

I was able to build it in 32 bit mode. Just specify the target architecture : cmake .. -G "Visual Studio 17 2022" -A Win32