J
Jinjun Xu
Hi,
I am programming with VC++ (6) in windows.
I am using LASPACK (anyone used it before?), which is a linear equation
solvers package containing many head files and source files. When I want to
call the functions from that package, I use "#include xxx.h" in my file. But
the problem is that then I need to add many related .c files into my
project. It makes my project file view messy. Do you know anyway to solve
this problem? (so that I don't need to add those source files one by one, or
just call a batch file)
Thanks a lot in advance.
JJ
I am programming with VC++ (6) in windows.
I am using LASPACK (anyone used it before?), which is a linear equation
solvers package containing many head files and source files. When I want to
call the functions from that package, I use "#include xxx.h" in my file. But
the problem is that then I need to add many related .c files into my
project. It makes my project file view messy. Do you know anyway to solve
this problem? (so that I don't need to add those source files one by one, or
just call a batch file)
Thanks a lot in advance.
JJ