JumpyNET
Centurion
- Joined
- Apr 4, 2005
- Messages
- 196
I'm trying to use a 32 bit dll in a 64 bit environment. The vendor of the dll told me that I should make the following setting change:
Platform Target = x86 instead of Any CPU
On another source I read that:
For VB.net projects, the setting is found on the Advanced Compiler Settings dialog which is made available via the Advanced Compile Options button on the Compile tab of the Project Properties. The list of available options are:
1. Any CPU
2. x86
3. x64
4. Itanium
...but I can not find such a setting. Is this setting forced to Any CPU on the Express version of VB 2008?
Do I have any other workarounds to be able to use the 32 bit dll?
Platform Target = x86 instead of Any CPU
On another source I read that:
For VB.net projects, the setting is found on the Advanced Compiler Settings dialog which is made available via the Advanced Compile Options button on the Compile tab of the Project Properties. The list of available options are:
1. Any CPU
2. x86
3. x64
4. Itanium
...but I can not find such a setting. Is this setting forced to Any CPU on the Express version of VB 2008?
Do I have any other workarounds to be able to use the 32 bit dll?