How can I tell MFC app don't check the x86 ActiveX Control when I am creating variable in x64 MFC

Copper Contributor

Hi everyone,

I am trying to create an ActiveX control in ATL Project of Visual studio. And I have to test this control in MFC App. 

I need to create a variable for my control to call to it's methods and properties in my MFC App.

My problem is

- If I just build my ActiveX control in x64 when I create the variable, this bug will apprear.

hoanganhphan91_0-1655447092085.png

When I build my ATL control in both x64 and x86. Everything works fine. But it leads to the problem that I have to find all my libraries in bot x86 and x64.

 

I just want to ask: In case I just w

 

 

0 Replies