Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Building for older Windows versions with VS 2010 Pin
Albert Holguin18-Jan-12 4:48
professionalAlbert Holguin18-Jan-12 4:48 
You can distribute those files... there's usually a folder that contains the distributable stuff.

See here:
http://msdn.microsoft.com/en-us/library/ms235264.aspx[^]

You should however, be able to force your application to bind these as a static library so that you don't need the dll (this is considered less desirable since you can't udpate mfc unless you recompile your source). If you're not using mfc at all, then you should be able to say "Don't use mfc" or "Use standard libraries only" or something similar in your IDE.
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 
Questionin win32api problem working with dll Pin
a1_shay17-Jan-12 13:08
a1_shay17-Jan-12 13:08 

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.