Run PAL App on Windows 7 64-bit
Rebuild with PAL application at 64-bit windows 7 and
the new solution can run on 64-bit windows.
Steps:
- Open project with Microsoft Visual Studio,
From menu bar, choose Tool / options / projects and then solutions / General,
check “Show advanced build configurations” and click OK
From menu Build, choose “Configuration Manager”,
at pop-up window, “Active solution platform” drop-down list, select “New”
At New solution Platform pop-up window, “Type or select the new platform” drop-down list,
select x86, all others are as default setting,
then click OK, and close “Configuration Manager” window
- Go to PAL program project folder / bin /, there will be a new folder named “x86”
Copy the files “Interop.OperatorBean.dll” and “Pal.dll” which are under Brekeke PAL installation directory (C:\Program Files (x86)\Brekeke\pal\) to your projects/bin/x86/ debug/ or bin/x86/release/
- Copy all other configuration files needed by PAL application to your projects/bin/x86/debug/ or bin/x86/release/
- Rebuild solution then PAL program can run on 64-bit windows.
Related links:

