Try using Cygwin to build the PETSc libraries with VC++. This way you'll have the *.lib (vs. *.a Unix/Linux/Cygwin libraries) files you can link against. Go to the install PETSc instructions and follow the ones for Win32.
---John On Tue, Jul 26, 2011 at 5:32 PM, Matt Bockman <mdbockma at ucsd.edu> wrote: > Has anyone gotten PETSc to work w/Eclipse? Eclipse nicely generates all my > makefiles for me for my current project (which is written in C++). I'd like > to link PETSc w/my application but I'm not sure how to do this. > > Suggestions? > > Thanks, > Matt >
