Re: [osg-users] [ANN] 3rdParty Package released for Visual Studio 2013 RTM (v120)

2013-11-23 Thread dimi christop
thanks Torben On Saturday, November 23, 2013 1:00 AM, Torben Dannhauer tor...@dannhauer.info wrote: Hello dear OSG-community, Sorry again for my long absence: PhD finished: check Married: check - now it's time to dive into OSG again :) As Visual Studio 2012 's C++ compiler is even after

Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Wojciech Lewandowski
Hi Raymond, Just a thought. Most probably wrong. I saw similar errors with TortoiseGIT. But I supposed similar problems could be triggered by other programs in the background scanning filesystem for changes. In my case killing TortoiseGIT cache process was helping me. Wojtek 2013/11/22 Raymond

Re: [osg-users] [ANN] 3rdParty Package released for Visual Studio 2013 RTM (v120)

2013-11-23 Thread Jan Ciger
On Sat, Nov 23, 2013 at 12:01 AM, Torben Dannhauer tor...@dannhauer.infowrote: Sorry again for my long absence: PhD finished: check Married: check Hehe, congrats! J. ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [ANN] 3rdParty Package released for Visual Studio 2013 RTM (v120)

2013-11-23 Thread Torben Dannhauer
:) thanks! -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=57419#57419 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] [ANN] 3rdParty Package released for Visual Studio 2013 RTM (v120)

2013-11-23 Thread Torben Dannhauer
Hi, Today I finished also the full package. It is already uploaded and linked in the OSG download page. Best regards, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=57420#57420 ___

Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Terry Welsh
I didn't have trouble building OSG with VS 2013 on Windows 8, but I had already worked on my whole system's file permissions just to get Cygwin to work. There are a lot of instructions online for giving users full access to the C drive, but I can't remember which ones actually fixed my problem.

Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Raymond de Vries
Hi, Any more insight would help so I appreciate your thoughts. I will keep this in mind, so far I am not using git or so. cheers Raymond On 11/23/2013 3:53 PM, Wojciech Lewandowski wrote: Hi Raymond, Just a thought. Most probably wrong. I saw similar errors with TortoiseGIT. But I

Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Raymond de Vries
Hi Terry, Ok, that makes sense to me, and matches my findings so far. I have tried to get access to C: by changing the permissions but no luck so far, despite all the instructions online. I find it pretty hard to accept that windows is trying to protect me and not let me use my machine as I

Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Raymond de Vries
Hi guys, Can you tell me which combination of tools you are using on windows 8? The error that I get (Access Denied) comes from mt.exe from Windows SDK 7.1. I was trying to use that Windows SDK version since I always use it on Windows 7 without trouble. Cheers Raymond Sent from my iPad On

Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Simon Hammett
The only time I've had problems with mt.exe and access denied is when for some reason it runs the tool mt.exe too early. When this happens the linker still has the target .exe or .dll open as it links and therefore mt.exe will obviously fail. But I can't tell you why it happens or give you a fix.

Re: [osg-users] [ANN] 3rdParty Package released for Visual Studio 2013 RTM (v120)

2013-11-23 Thread Terry Welsh
Torben, congratulations and thank you. These libs are a big help. After reading your email I'm glad I skipped VS2012. Just to clarify one thing, you can use these new vs120 libs with Windows XP. I just compiled my game and all its dependencies on VS2013 on Windows 8.1. The dependencies are all

Re: [osg-users] [ANN] 3rdParty Package released for Visual Studio 2013 RTM (v120)

2013-11-23 Thread webmaster
Hehe,Only! Regards zhuwan 11,24,2013 -原始邮件- 发件人: Torben Dannhauer tor...@dannhauer.info 发送时间: 2013-11-23 7:01:04 收件人: osg-users@lists.openscenegraph.org 抄送: 主题: [osg-users] [ANN] 3rdParty Package released for Visual Studio 2013 RTM (v120) Hello dear OSG-community,

Re: [osg-users] Bit OT: building OSG on Windows 8?

2013-11-23 Thread Raymond de Vries
Hi, Thnx for your suggetions, strange things are happening... This errors occurs when cmake tries to figure out the compiler (don't have the details here). I will look in the direction you pointed out. Thanks, Raymond Sent from my iPad On Nov 23, 2013, at 23:55, Simon Hammett