Targetting 32 bit on x64

I

Iain

I am writing some 32 bit ATL controls in C++ that I am trying to test in a
vb.net app.

THe problem is my machine is runing 2003 x64 so the VB app is running ins
64 bit so can't load the atl controls (class not registered).

I believe you can target the dotnet app to 32 bit windows, but it's not
clear to me how.

I've tried messing around with the configuration and setting the VB.Net
Platform to a new one marked as x86, but this doesn't seem to make any
difference.

Can anyone point to some useful documentation or explain what I need to do?


Iain
 
I

Iain

THe problem is my machine is runing 2003 x64 so the VB app is running ins
64 bit so can't load the atl controls (class not registered).

Forget it. I've made no changes, but know it's working.

Clearly, the preceeding statement is false, but I really don't think I
changed anything!

Ah well, the gremlins are still in my head it seems ..


Iain
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top