Build for 64 bit Machine

Hi Guys,

I am making builds of our application by using FinalBuilder 5 and builds works fine in 32 bit environment machine but when I run application on 64 bit environment machine then application is become break.

Actually in .Net framework 2.0 we can compile our project platform target in three CPU dependent environments

1-Any CPU
2-X86
3-X64

My Question is-

From where we can set platform target in FinalBuilder 5 for .Net Application?

Thanks in Advanace.

Regards - Jai

Hi Jai,

Thanks for your post. You should be able to set the platform type in FinalBuilder. It depends on whether you are using the MSBuild Project action or the Build VS.NET action.

For the MSBuild Project action:

Open the action, click on Project Properties tab, click "Add Property", name the property "Platform" and set the value to one of the platform types ("Any CPU" is actually specified as "AnyCPU" for MSBuild.)

(If you don't specify this, each project will build with it's default Platform.)


For the Build VS.NET Solution action:

The list of configurations for the solution is shown under the "Configuration" dropdown, underneath the project name. It is automatically loaded from the solution file. If the configuration you need isn't shown, you'll need to add it to the solution file (to do this, open Visual Studio, right-click the solution node in Solution Explorer, and choose Configuraton Manager...)


Please let us know how you go.

Regards,

Angus