After upgrading from Visual Studio 2005 to Visual Studio 2008, one of my projects would not build, giving an error about missing the header file “atlrx.h”. This file has been moved to codeplex.com and resides in the AtlServer project. After extracting the code, I copied atlrx.h to the <installed>\Microsoft Visual Studio 9.0 \VC\atlmfc\include\ directory and built as normal.
Finding atlrx.h after upgrading to Visual Studio 2008
Posted in Software, Visual Studio, Windows.
– May 10, 2009
8 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Hi, cool post. I have been wondering about this topic,so thanks for writing.
Thanks. This helped me.
Thank you!
Now I understand where atlrx was gone and why it was not included in newer Visual C
Thanx man it worked for me!!!
Glad you could use the info.
atlrx.h does not appear to be in the ATLServer project any longer.
I found the latest from 2007 at CodePlex.com It’s in the include directory inside the ZIP file.
Sorry about that David, I see it now; will check with my optometrist.
Thanks.