>From what I have read there is an issue with c++ and name mangling between compilers so there may be no way to do this. If there is a way let me know. Thanks
On Tuesday, January 7, 2020 at 3:11:57 PM UTC, Craig Branch wrote: > > Hi, I have successfully installed dealii using Visual Studio 2019 and also > the Windows Linux Subsystem (WLS). The WLS worked eventually and I will > post some commands that will help new users. I used Ubuntu 18.04 and needed > to install cmake, g++, libblas-dev and liblapack-dev before it when > smoothly. > > The question I have is can I compile within WSL(Ubuntu) using cmake/make > and g++ compiler and make the dealii build and libraries then use these > libraries and headers within Visual Studio and link against them but > compile with the native VSC++ compiler. That is make dealii/build on Linux > but use native visual studio for everything else. > > I realise its a long shot but I have code already in native windows so > this would be my most robust and easiest option if it could worked. > Otherwise I will need to continue with the Native Windows dealii build and > at present I haven't got blas or lapack working on this. > > Thanks > > Craig > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/5f70fbc8-3ac1-4d98-a524-4ffa2a20f64f%40googlegroups.com.
