Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Linking in Visual C++

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hey there, I'm getting unresolved symbol errors when linking a program in Visual C++, the problem is I'm a total unix buff and am used to specifying link options on the command line. Where in Visual C++ do you specify which directories, libraries, dll's etc, to include in the compiling/linking of your programs? Please respond quickly :)
 
1. menu project->settings ...
2. menu tools->options ... John Fill
1c.bmp


ivfmd@mail.md
 
Hmm, I guess I worded that wrong, I do know where to input the includes, what I don't know is what type of syntax are we allowed to use, if I wanted to include a directory with headers, dlls, libs, could I use -I etc.. Thanks
 
tools->options, the tab directories
you will see on top two boxes: "platform" and "show dorectories for" where you'll point for what to put it. Belo is a list of directories. Under them doubeclick on the rectangle and just type the path. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top