Loading QT in Visual Studios - visual-studio-2010

I have to load QT in Visual Studios 2010 for a Graphics class. I'm having trouble with the installation.
The professor says we'll need the QT Open Source Library for Visual Studios:
qt-win-opensource-4.8.3-vs2010.exe (240mb)
And the QT Visual Studios add-in.
I found the add-in on QT's website, but I couldn't find the first installer. Someone please help!! I can't start my assignment until I get this working :(

Is it here what you are looking for?

Related

Problem with code writing for unity and maybe inheritance in visual studio

I am new to unity so I am a bit confused. I will be extremely glad if someone helps me with the problem I have. When I start to write my code in visual studio there are not any key worlds that appear when u start to write your code and also in the solution explorer there is a message: Assembly-CSharp.csproj:The application is not installed. I tried to switch to lower version of the Visual Studio Code Editor package to 1.1.3 and also I installed the nesesary Game development for Unity from the visual studio installer. I also have this problem and can not find what I miss. Please tell me if you have any idea, thank u in advance.
I'm new to Unity too. It will be simpler to use Visual Studio instead of Visual Studio Code. My suggestion is to install visual studio from Unity Hub. It will be very simple. I have added links that can help you. I hope I could help.
Installing the Unity Hub
Visual Studio & Unity: Installation and Setup

Migration from mfc to Qt in Visual Studio 2010

I want to replace my MFC Code with Qt. I found this website http://doc.qt.digia.com/solutions/4/qtwinmigrate/winmigrate-walkthrough.html and they say that it works with VS6.
My question is now if I can use this site as a guideline for the replacement with Visual Studio 2010 to and if anyone has experience with Walkthrough on Visual Studio 6?
Thanks

Visual Studio 2010 doesn't start - MSVCR100.dll related problem

When I want to start VS10 Ultimate, I get this error:
Title: denenv.exe - Entry Point Not Found
Message : The procedure entry point wmemcpy_s could not be located in the dynamic link library MSVCR100.dll.
There are a couple of files with this name in my Microsoft Visual Studio 10.0 folder.
Which one should I replace, and more important with what version of the file.
Will that solve my problem?
P.S:
OS : Windows 7 x64
Reinstall the Visual C++ Runtime, which you can find in the MS Download Center.
Visual C++ Runtime 2010 (x64)
Visual C++ Runtime 2010 (x68)
I had the same problem, but with vs2012.
I didn't want to borrow a copy from a friend, I have no friends ;).
I tried reinstalling VC++ runtimes for 2010 and 2012, didnt work.
I went to control panel -> programs and features.
right click on Microsoft Visual Studio.
chose repair, that worked for me.
I replaced MSVCR100.dll from %WinDir%/System32 and %WinDir%/SysWOW64 with a version of the file from a friend's computer who had Vs10 installed and properly working.

openFrameworks Visual Studio Setup Tutorial?

I've been trying to get oF examples to compile with Visual Studio, but I'm either missing a link or something.. Is there a tutorial on how to setup oF with Visual Studio 2010 (or 2008 - or any version)? If not, can someone provide step-by-step directions on setting up oF with Visual Studio?
(Unfortunately, the oF website doesn't provide any info on setting up oF with VS. Their VS link just tells you how to download VS o.O http://www.openframeworks.cc/setup/vs-2008 )
There is a short Tutorial how to setup Openframeworks and Visual Studio 2010
in the OpenFrameworks Forum.
link to article
I haven't tried it yet, but it seems ok to me. Zach event hosts prebuild libraries for Visual Studio 2010 (poco comes to mind). They are currently working on a 2010 Version by the way.
Edit December 2010: The people at openframeworks released a new version 0.062 which is available for Visual Studio 2010. You can find it here: link text

Smart Paster Add-In for Visual Studio 2010

Does anyone know of any free add-in similar to Smart Paster, but for Visual Studio 2010?
Unfortunately, Smart Paster only works for VS2005 and VS2008.
For the ones that don't know what I'm talking about, check it out.
My simplified (C# only) version for 2010 is here
The post explains the VS2010 incompatibility (CommandBarButton.FaceId throws an exception) so you can change the VS2008 source code if you want.
Update: full source and binary are now in Codeplex
Working code for the addin for Visual Studio 2010 can be found here: http://code.google.com/p/smartpaster/source/checkout
I found that link via this page: http://inedo.com/downloads/smartpaster
However, the zip on that page is for a version that is not compatible with 2010. But get the code from Google code. That works.

Resources