943,890 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 544
  • C++ RSS
Jan 2nd, 2009
0

simple visual studio express problem

Expand Post »
Hi I'm trying to convert a linux/gcc program to windows/cl

But I'm having some problems understanding the inner workings of the ide called microsoft visual studio c++ 2008 express.

I've started a "new clr project", and then added the .hpp file,
that contains the header.
But the compiler/f7 says that it cant find the file even though it appers in the solution explorer.
below is a screenshot.

btw I've tried dragging the file from source files to header files,
and still doesn't work.

Do I have to set som strange compiler include even though a file appers the the solution explorer


http://img87.imageshack.us/img87/8973/danilq5.jpg

thanks
Last edited by monkey_king; Jan 2nd, 2009 at 12:58 am.
Similar Threads
Reputation Points: 70
Solved Threads: 9
Junior Poster
monkey_king is offline Offline
160 posts
since Aug 2008
Jan 2nd, 2009
0

Re: simple visual studio express problem

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.
Reputation Points: 31
Solved Threads: 7
Light Poster
iDeveloper is offline Offline
49 posts
since Jul 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: need help reading from a file.
Next Thread in C++ Forum Timeline: Please tell why this code is crashing





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC