Dear Sir:
My environment are: VS2005, teeChart .NET v3.
As per MSDN, "32-bit specific applications built with version 2.0 of the .NET Framework would run under WOW64 on 64-bit platforms. "
My question is: If I would like to build a pure 64 bit application to run on 64-bit platforms (not under WOW64),
1. What should I do?
2. Shall I buy another teeChart package (like x64 build)?
Thanks a lot in advance.
Chris Wu
How to build pure 64 bit application
-
- Newbie
- Posts: 57
- Joined: Wed Jan 30, 2008 12:00 am
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Chris,
Please find below the answers to your questions:
1. You can build 64 bit applications as described here:
http://blogs.msdn.com/deeptanshuv/archi ... 73795.aspx
2. No, TeeChart for .NET v3 already includes an x64 build which is available at the client download area.
Please find below the answers to your questions:
1. You can build 64 bit applications as described here:
http://blogs.msdn.com/deeptanshuv/archi ... 73795.aspx
2. No, TeeChart for .NET v3 already includes an x64 build which is available at the client download area.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 57
- Joined: Wed Jan 30, 2008 12:00 am
Dear Narcis:
Thanks for your prompt response first.
I would like to clarify it more clear again.
MSDN says: "VS installed on either 32-bit or 64-bit OS can create 32-bit or 64-bit applications".
1. Does this mean I could build a 64-bit teeChart application in 32-bit OS?
2. Do I need to (and could I) install teeChart x64 build in 32-bit OS to build 64-bit teeChart application?
3. Or Do I have to intall teeChart x64 build in 64-bit OS and build my application in 64-bit OS?
Thanks for your support again.
Chris Wu
Thanks for your prompt response first.
I would like to clarify it more clear again.
MSDN says: "VS installed on either 32-bit or 64-bit OS can create 32-bit or 64-bit applications".
1. Does this mean I could build a 64-bit teeChart application in 32-bit OS?
2. Do I need to (and could I) install teeChart x64 build in 32-bit OS to build 64-bit teeChart application?
3. Or Do I have to intall teeChart x64 build in 64-bit OS and build my application in 64-bit OS?
Thanks for your support again.
Chris Wu
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Chris,
1. Yes.
2. Yes but in a 32 bit machine you'll need to create the charts at runtime and won't be able to run the application.
3. As told in 2 this is not strictly necessary but may make your development easier as you should have designtime support using x64's TeeChart assembly.
1. Yes.
2. Yes but in a 32 bit machine you'll need to create the charts at runtime and won't be able to run the application.
3. As told in 2 this is not strictly necessary but may make your development easier as you should have designtime support using x64's TeeChart assembly.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 57
- Joined: Wed Jan 30, 2008 12:00 am