|
|
 |
Villager Senior
|
|
Posts: 4,160
Join Date: Aug 2005
Location: , Florida, USA
|
|
|
imported post -
14-05-06, 06:16 PM
I havemy own collection of C++ functions with sophisticated algorthms and routines that I developed in platform standard C++ to run on Unix/Linux G++ compiler, Borland compilers up to 5.5, and Visual Studios 6.0. With Microsofts unremitting additions of the .NET platform, I need to create a static library of my old tried-and-true functions so that I can use it in any future .NET application.
When I try to compile the library, I get the following error:
fatal error C1083: Cannot open include file
...for eachsource and header file. If any of you are programmers, you are probably like, "duh, you aren't specifying the directory for the compiler to build the files". I know this already. I have specified it where it seems most intuitive, and searched and even specified this in not so intuitive places...but with no success.
I could easily build a library in the older Borland, G++, or Visual Studio 6.0 environments, but I want this to be compiled the most efficiently for more modern processors.
Does anyone know how to compile a static library in Visual Studios .NET???
A Luta Continua—Lasima Tushinde Mbilishaka
|
 |