I believe I have succesfully built some LIB files for the ARPACK library. How do I get VS to include these in the build process for my main program? Right now I have one VS *.sln file that has a project item for my main program, and project items for each LIB file from which I built the LIB files. But when I build my main program I get 'unresolved external symbol' for my calls to routines in the LIB's. I hope it's just something simple that I'm missing.
Thanks,
Brian in Austin, Texas