simple visual studio express problem

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Aug 2008
Posts: 149
Reputation: monkey_king is on a distinguished road 
Solved Threads: 8
monkey_king monkey_king is offline Offline
Junior Poster

simple visual studio express problem

 
0
  #1
Jan 2nd, 2009
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.
Reply With Quote Quick reply to this message  
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 Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC