Resolved, -T option. This helped me link arrow_static.lib into our DLL (built with v142) and this in turn resolved the malloc/free issue.
Thanks everybody for help. From: [email protected] At: 05/15/23 11:49:53 UTC-4:00To: [email protected] Subject: Is it possible to build arrow with VC 2022 using v142 toolset? Hi. Is it possible to build arrow with MSVC 2022 using v142 toolset? This is how our project is built, and trying to link arrow_static.lib, build with default v143, gives me unresolved externals that I think may be related to toolset version mismatch (or at least I want to see if this is related to it). Thanks, Arkadiy
