Click here to Skip to main content
15,891,136 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Slow Eddie29-Jul-20 12:54
professionalSlow Eddie29-Jul-20 12:54 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Shmoken9929-Jul-20 13:07
Shmoken9929-Jul-20 13:07 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Nelek28-Jul-20 8:41
protectorNelek28-Jul-20 8:41 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Maximilien28-Jul-20 3:50
Maximilien28-Jul-20 3:50 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Nelek28-Jul-20 8:32
protectorNelek28-Jul-20 8:32 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
CodeWraith28-Jul-20 4:58
CodeWraith28-Jul-20 4:58 
QuestionRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
David Crow28-Jul-20 6:27
David Crow28-Jul-20 6:27 
AnswerRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Nelek28-Jul-20 8:35
protectorNelek28-Jul-20 8:35 
Wohooo....

That's it Jig | [Dance] Jig | [Dance]

partially Sigh | :sigh: Sigh | :sigh:

It makes the new console APP with the new precompiled headers
C++
#include "pch.h"
#include "framework.h"


But if I open an old project (working on them last month in Visual Studio 2017) with the previous
C++
#include "stdafx.h"

then... no way.
At least the Visual Studio 2017 professional at work still can use it.

There must be a way without having to "copy + paste" the whole old project in a new "pch.h" structure, only have to find it.

But at least now I can continue doing my tests at home if I start a new project. Thanks for the tip.
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpful answers is nice, but saying thanks can be even nicer.

GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Rick York28-Jul-20 6:28
mveRick York28-Jul-20 6:28 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Nelek28-Jul-20 8:40
protectorNelek28-Jul-20 8:40 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Rick York28-Jul-20 8:47
mveRick York28-Jul-20 8:47 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Nelek28-Jul-20 9:00
protectorNelek28-Jul-20 9:00 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Rick York28-Jul-20 16:11
mveRick York28-Jul-20 16:11 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Nelek29-Jul-20 7:45
protectorNelek29-Jul-20 7:45 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
rtischer827729-Jul-20 2:58
rtischer827729-Jul-20 2:58 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Nelek29-Jul-20 3:04
protectorNelek29-Jul-20 3:04 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
nedmech29-Jul-20 4:50
nedmech29-Jul-20 4:50 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
DanM229-Jul-20 4:52
DanM229-Jul-20 4:52 
GeneralRe: If you still have to use C++ with MFC/ATL avoid updating Visual Studio Pin
Nelek29-Jul-20 7:42
protectorNelek29-Jul-20 7:42 
GeneralUPS: uninterruptible power supply Pin
raddevus28-Jul-20 2:09
mvaraddevus28-Jul-20 2:09 
GeneralRe: UPS: uninterruptible power supply Pin
Mike Hankey28-Jul-20 2:16
mveMike Hankey28-Jul-20 2:16 
GeneralRe: UPS: uninterruptible power supply Pin
raddevus28-Jul-20 2:25
mvaraddevus28-Jul-20 2:25 
GeneralRe: UPS: uninterruptible power supply Pin
BryanFazekas29-Jul-20 1:45
BryanFazekas29-Jul-20 1:45 
GeneralRe: UPS: uninterruptible power supply Pin
raddevus29-Jul-20 11:24
mvaraddevus29-Jul-20 11:24 
GeneralRe: UPS: uninterruptible power supply Pin
BryanFazekas29-Jul-20 1:53
BryanFazekas29-Jul-20 1:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.