<html><head><style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head><body><div data-externalstyle="false" dir="ltr" style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:12pt;"><div>> I have a vtk project that needs to run on any CPU (32bit and 64bit)<br>> But the activiz dlls are different for 32 and 64.<br>> How can I make it run on both systems?</div><div> </div><div>You can’t. You must have separate binaries for each architecture.<br></div><div> </div><div>> I don't want to make to same projects one for 32 and one for 64.<br></div><div>You don't have to make “same projects”, but you do have to add configurations to your existing project, and set up the target machine type for each one, and adjust references.</div><div> </div><div>Or maybe you do have to have multiple projects. It’s been a while, and I can’t recall if it’s easy/possible to have multiple architecture targets in a single C# project file...</div><div> </div><div> </div><div>HTH,</div><div>David C.</div><div> </div></div></body></html>