set up include and lib path in .NET?

  • Thread starter Thread starter Peter
  • Start date Start date
P

Peter

Hello,

In Visual C++ 6.0, it is easy to setup include path and lib path.
But I cannot find the way to add include or lib path for .NET through
project property? How it can be done?

Thanks,
peter
 
Peter said:
In Visual C++ 6.0, it is easy to setup include path and lib path.
But I cannot find the way to add include or lib path for .NET through
project property? How it can be done?

Choose Project->Properties from the menu. Open the C++ "folder", click on
the "General" item. You'll see an edit box for header libraries to the
right. For libraries, click on the "Linker" folder and then on the "Input"
item.

Regards,
Will
 
Back
Top