What level should I Upgrade to?
Howdy…
I own a copy of Visual Studio 2008 STANDARD.
I have a need to make Class libraries (equivalent of DLL Libraries) that I can compile for both 32 bit and 64 bit environments.
My VS 2008 compiler does not offer me the necessary compile options to make what I need to do. They are just, I believe, 32 bit only.
I know I need to buy a higher level version of VS 2008, but what level, to get the necessary compile options?
Bud Jay
Budjay@jcsm.com
866-527-6266 (toll free)
Answers
- Strange, standard edition has X64 libraries.Anyway, this isn't a correct place to ask Visual C++ questions. Post to the Visual C++ General forum instead.
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP- Marked As Answer byYichun_FengMSFT, ModeratorFriday, November 06, 2009 2:41 AM
Hello Budjay,
This documentation should help for your sceanrio,
http://msdn.microsoft.com/en-us/library/9yb4317s.aspx
And the x64 compiler for Visual C++ should already be included in your standard version.
Ji Zhou
MSDN Subscriber Support in Forum
If you have any feedback on our support, please contact msdnmg@microsoft.com
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Marked As Answer byYichun_FengMSFT, ModeratorFriday, November 06, 2009 2:41 AM
All Replies
- Strange, standard edition has X64 libraries.Anyway, this isn't a correct place to ask Visual C++ questions. Post to the Visual C++ General forum instead.
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful.
Visual C++ MVP- Marked As Answer byYichun_FengMSFT, ModeratorFriday, November 06, 2009 2:41 AM
Hello Budjay,
This documentation should help for your sceanrio,
http://msdn.microsoft.com/en-us/library/9yb4317s.aspx
And the x64 compiler for Visual C++ should already be included in your standard version.
Ji Zhou
MSDN Subscriber Support in Forum
If you have any feedback on our support, please contact msdnmg@microsoft.com
Please remember to mark the replies as answers if they help and unmark them if they provide no help.- Marked As Answer byYichun_FengMSFT, ModeratorFriday, November 06, 2009 2:41 AM


