View Single Post
Join Date: Jul 2008
Posts: 49
Reputation: iDeveloper is an unknown quantity at this point 
Solved Threads: 7
iDeveloper iDeveloper is offline Offline
Light Poster

Re: simple visual studio express problem

 
0
  #2
Jan 2nd, 2009
See the 'Header Files' group in your Solution Explorer? That's where the header files go. So, drag and drop your RXMatrix.hpp header file into that group. Also, use some sort of standards. Use either .h or .hpp extension for header files.
Last edited by iDeveloper; Jan 2nd, 2009 at 1:28 am.
Reply With Quote