Re: [osg-users] [build] Building OSG 3.6.4 in Win64 TDM GNU.

2019-07-31 Thread Zachary1234
If I go through with Alexey's advice, will it be the case that this instance of OSG mingw-w64-x86_64-OpenSceneGraph-3.6.3-4 will be able to run on Windows in the absence of the MinGW environment, or in fact not? -- Read this topic online here:

Re: [osg-users] [build] Building OSG 3.6.4 in Win64 TDM GNU.

2019-07-31 Thread michael kapelko
Zachary, sure OSG will run on Windows. Just make sure to distribute all necessary DLLs along with your EXE. You can find those DLLs with dependency walker: http://www.dependencywalker.com/ Regards, Michael. On Wed, 31 Jul 2019 at 10:38, Zachary1234 wrote: > > If I go through with Alexey's

Re: [osg-users] [build] Building OSG 3.6.4 in Win64 TDM GNU.

2019-07-31 Thread michael kapelko
Zachary, you can build OpenSceneGraph into static libraries yourself. Just get yourself comfortable with OpenSceneGraph first, in the way it is distributed by MSYS2. Regards, Michael. On Wed, 31 Jul 2019 at 12:08, Zachary1234 wrote: > > -I'm not after the .dll files. I'm after Win64 static

Re: [osg-users] [build] Building OSG 3.6.4 in Win64 TDM GNU.

2019-07-31 Thread Zachary1234
-I'm not after the .dll files. I'm after Win64 static library files and their headers. .a files or .lib files, I believe. -Whereabouts in what the pacman instruction from before just did, among all its downloading and such, can I find Win64 static library files and headers for linking and

Re: [osg-users] Siggraph2019 OpenScneGraph+VulkanSceneGraph Presentation

2019-07-31 Thread Chris Hanson
Time to go get the popcorn. Thanks Robert! On Wed, Jul 31, 2019 at 11:29 AM Robert Osfield wrote: > Hi All, > > As I type the Siggraph 2019 OpenSceneGraph Bird Of Feature Sessions is > going ahead playing the following audio/video of my presentation which is > now uploaded to youtube: > >

[osg-users] Siggraph2019 OpenScneGraph+VulkanSceneGraph Presentation

2019-07-31 Thread Robert Osfield
Hi All, As I type the Siggraph 2019 OpenSceneGraph Bird Of Feature Sessions is going ahead playing the following audio/video of my presentation which is now uploaded to youtube: https://www.youtube.com/watch?time_continue=4=zVGcNAGhXQM The slides with all the links is also available:

Re: [osg-users] [build] Building OSG 3.6.4 in Win64 TDM GNU.

2019-07-31 Thread Zachary1234
I am not in a position to be using or programming with the dynamic .dll library files. I am obliged, in my situation, to use Win64 static libraries instead. That means I am after .lib files or .a files, with their .h files. Where inside everything that I have assembled, inside msys2 on my

Re: [osg-users] [build] Building OSG 3.6.4 in Win64 TDM GNU.

2019-07-31 Thread Zachary1234
-For the sake of my issue, I can't use .dll files. I need the static library files for Win64, be they .lib or .a files, along with the needed .h header files. -Inside my pacman run on 64 bit Windows MSYS2, where do I go to find my static library file content for OSG? Where are the file and

Re: [osg-users] [build] Building OSG 3.6.4 in Win64 TDM GNU.

2019-07-31 Thread Alexey Pavlov
In MSYS2 we prefer shared linking instead static, so you must rebuild everything yourself statically if you need trully static build. Regards, Alexey. чт, 1 авг. 2019 г. в 07:58, Zachary1234 : > I am not in a position to be using or programming with the dynamic .dll > library files. I am