Are you building with MSVC or Clang? The "component" build of V8 has some issues with MSVC, but I believe should just work if using Clang.
Note: "component" build means a DLL build. Check that "is_component_build = true" in your output folder's args.gn file, and then you should see v8*.dll files in your output folder after the build. On Sunday, December 1, 2019 at 12:46:23 PM UTC-8, Bad wrote: > > Hi > I've been trying to implement v8 in a project of mine for more than a > month and a half. > It looks like I'm missing some step, as I've been able to obtain v8 header > files, and .lib files, but I don't get how to build a DLL out of these. > If someone finds a spare minute to help me, it would be very helpfull. > > My project is a c# project, but once I'll have the .dll I think I'll > figure it out on my own, > > Thank you > -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/cba34809-9bdf-481d-9217-78eecb44fac9%40googlegroups.com.