Are you smart on x64?

Administrator

VB.NET Forum Admin
Joined
Jun 3, 2004
Messages
1,462
Programming Experience
10+
As I've described in other articles, I'm new to x64 having ventured down this path with Vista x64. If you have a x64 capable machine, I strongly recommend you, as a developer, start getting familiar with x64. Your end-users may be running x64 and your app won't run, do you know why? As an example, OleDb (JET) is not supported in x64 - you must specifically compile to x86!

Here is an article I just stumbled upon catching up on my blogs/forums such as ActiveWin.com regarding the future of Microsoft and their drive towards x64.
 
Back
Top