Click here to Skip to main content
15,908,626 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: how to maintain previous location of an object using maps in c++ ? Pin
CPallini19-Jan-12 1:47
mveCPallini19-Jan-12 1:47 
QuestionHow can i store object current and previous location as an id of object ? Pin
love bird18-Jan-12 19:36
love bird18-Jan-12 19:36 
AnswerRe: How can i store object current and previous location as an id of object ? Pin
«_Superman_»18-Jan-12 19:44
professional«_Superman_»18-Jan-12 19:44 
GeneralRe: How can i store object current and previous location as an id of object ? Pin
love bird18-Jan-12 20:54
love bird18-Jan-12 20:54 
GeneralRe: How can i store object current and previous location as an id of object ? Pin
«_Superman_»18-Jan-12 21:05
professional«_Superman_»18-Jan-12 21:05 
GeneralRe: How can i store object current and previous location as an id of object ? Pin
CPallini18-Jan-12 22:17
mveCPallini18-Jan-12 22:17 
AnswerRe: How can i store object current and previous location as an id of object ? Pin
Richard MacCutchan18-Jan-12 21:38
mveRichard MacCutchan18-Jan-12 21:38 
QuestionBuilding for older Windows versions with VS 2010 Pin
John Buller18-Jan-12 4:31
John Buller18-Jan-12 4:31 
How can I use Visual Studio 2010 to build native code applications that run on
Windows XP? Wait! Don't go away in disgust. Here's what I have worked out for
myself:

I have some native-code applications and DLLs written in C++ and developed
with Visual C++ to run on Windows XP. I successfully converted them to Visual
Studio 2010 projects. They compile, link, and run on Windows 7.

I have been working on a Build Configuration that will allow me to use VS 2010
to build executables that run on Windows XP so I can retire the old development
system and not have to maintain two copies of the source code for every program.

No matter what switches I use, I am stuck with an executable that depends on,
for example, mfc90.dll and msvcr90.dll (or mfc100.dll and msvcr100.dll). I can
see that this is because I only have the v90 and v100 platform toolsets to
choose from. I'm pretty sure that I can't import a "platform toolset" that is
equivalent to the one I have in Visual C++ 6.0.

On the other hand, if I copy mfc100.dll and msvcr100.dll into the system32
directory of a Windows XP system, my executable seems to run perfectly. But
I don't think I can legally distribute those files to people who buy my
programs.

What am I missing here?
AnswerRe: Building for older Windows versions with VS 2010 Pin
Albert Holguin18-Jan-12 4:48
professionalAlbert Holguin18-Jan-12 4:48 
GeneralRe: Building for older Windows versions with VS 2010 Pin
John Buller18-Jan-12 8:58
John Buller18-Jan-12 8:58 
GeneralRe: Building for older Windows versions with VS 2010 Pin
Albert Holguin18-Jan-12 9:55
professionalAlbert Holguin18-Jan-12 9:55 
QuestionProfiling C++/QT Project in VS 2010 points to WinEventFilter() Pin
p-j-u-s-k-e17-Jan-12 23:48
p-j-u-s-k-e17-Jan-12 23:48 
QuestionHow UnRAR a rar file with password Pin
hack00417-Jan-12 19:43
hack00417-Jan-12 19:43 
AnswerRe: How UnRAR a rar file with password Pin
CPallini17-Jan-12 21:33
mveCPallini17-Jan-12 21:33 
GeneralRe: How UnRAR a rar file with password Pin
Mohibur Rashid17-Jan-12 22:26
professionalMohibur Rashid17-Jan-12 22:26 
GeneralRe: How UnRAR a rar file with password Pin
Richard MacCutchan17-Jan-12 23:03
mveRichard MacCutchan17-Jan-12 23:03 
GeneralRe: How UnRAR a rar file with password Pin
CPallini17-Jan-12 23:05
mveCPallini17-Jan-12 23:05 
GeneralRe: How UnRAR a rar file with password Pin
hack00417-Jan-12 23:39
hack00417-Jan-12 23:39 
GeneralRe: How UnRAR a rar file with password Pin
Richard MacCutchan18-Jan-12 0:02
mveRichard MacCutchan18-Jan-12 0:02 
GeneralRe: How UnRAR a rar file with password Pin
Rajesh R Subramanian18-Jan-12 2:09
professionalRajesh R Subramanian18-Jan-12 2:09 
GeneralRe: How UnRAR a rar file with password Pin
Richard MacCutchan18-Jan-12 2:16
mveRichard MacCutchan18-Jan-12 2:16 
GeneralRe: How UnRAR a rar file with password Pin
Rajesh R Subramanian18-Jan-12 2:26
professionalRajesh R Subramanian18-Jan-12 2:26 
GeneralRe: How UnRAR a rar file with password Pin
Rajesh R Subramanian18-Jan-12 2:11
professionalRajesh R Subramanian18-Jan-12 2:11 
GeneralRe: How UnRAR a rar file with password Pin
hack00418-Jan-12 2:17
hack00418-Jan-12 2:17 
GeneralRe: How UnRAR a rar file with password Pin
CPallini18-Jan-12 2:58
mveCPallini18-Jan-12 2:58 

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.