how to include path to binaries

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

Join Date: Mar 2008
Posts: 102
Reputation: guest7 is an unknown quantity at this point 
Solved Threads: 0
guest7 guest7 is offline Offline
Junior Poster

how to include path to binaries

 
0
  #1
Jun 9th, 2009
Hi,

I have a c++ program which uses the api's of a utlitiy. As per the document I have to include the path of binaries for the utility in my code. I am not sure why that is required and how to inlcude that. Any help is appreciated
Thanks
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 2,001
Reputation: ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of ArkM has much to be proud of 
Solved Threads: 343
ArkM's Avatar
ArkM ArkM is offline Offline
Postaholic

Re: how to include path to binaries

 
0
  #2
Jun 9th, 2009
Originally Posted by guest7 View Post
I have a c++ program which uses the api's of a utlitiy. As per the document I have to include the path of binaries for the utility in my code. I am not sure why that is required and how to inlcude that. Any help is appreciated
Thanks
Are you sure that you have to include the path of binaries for the utility in your code? Sorry, but it sounds like abracadabra...
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 1,674
Reputation: vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold vmanes is a splendid one to behold 
Solved Threads: 193
vmanes's Avatar
vmanes vmanes is offline Offline
Posting Virtuoso

Re: how to include path to binaries

 
0
  #3
Jun 9th, 2009
Perhaps you mean you have to include the path to the binaries/libs/includes for your compiler?

We'll need to know what compiler/IDE you're using to give you good instruction.
"We Americans got so tired of being thought of as dumb by the rest of the world that we went to the polls last November and removed all doubt."
~~~~~~~~~~~~~~~~~~
Looking for an exciting graduate degree? Robotics and Intelligent Autonomous Systems (RIAS) at SDSM&T See the program brochure here.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 102
Reputation: guest7 is an unknown quantity at this point 
Solved Threads: 0
guest7 guest7 is offline Offline
Junior Poster

Re: how to include path to binaries

 
0
  #4
Jun 9th, 2009
Originally Posted by vmanes View Post
Perhaps you mean you have to include the path to the binaries/libs/includes for your compiler?

We'll need to know what compiler/IDE you're using to give you good instruction.
Hi,

I have a simple c++ program. I am using the API's of the utility in my C++ program. For that i am compiling the program with the option:

g++ prog1.cpp -I../include -L../lib

However i am getting lots of error during compilation. The instruction for the utility says to include the path to binaries while compiling but does not tell how to do so.

Thanks
Reply With Quote Quick reply to this message  
Reply

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


Thread Tools Search this Thread



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

©2003 - 2009 DaniWeb® LLC