Click here to Skip to main content
15,894,540 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Need help with assembly x86 using C language Pin
a random user5-Jun-15 4:35
a random user5-Jun-15 4:35 
GeneralRe: Need help with assembly x86 using C language Pin
Richard MacCutchan5-Jun-15 5:09
mveRichard MacCutchan5-Jun-15 5:09 
JokeRe: Need help with assembly x86 using C language Pin
David Crow5-Jun-15 10:33
David Crow5-Jun-15 10:33 
GeneralRe: Need help with assembly x86 using C language Pin
a random user5-Jun-15 23:58
a random user5-Jun-15 23:58 
AnswerRe: Need help with assembly x86 using C language Pin
David A. Gray15-Jun-15 19:23
David A. Gray15-Jun-15 19:23 
GeneralRe: Need help with assembly x86 using C language Pin
a random user21-Jun-15 9:24
a random user21-Jun-15 9:24 
QuestionMFC,Run as administrator Pin
Janani932-Jun-15 6:55
Janani932-Jun-15 6:55 
AnswerRe: MFC,Run as administrator Pin
Richard Andrew x642-Jun-15 7:45
professionalRichard Andrew x642-Jun-15 7:45 
GeneralRe: MFC,Run as administrator Pin
Janani932-Jun-15 8:01
Janani932-Jun-15 8:01 
GeneralRe: MFC,Run as administrator Pin
Richard MacCutchan2-Jun-15 21:29
mveRichard MacCutchan2-Jun-15 21:29 
GeneralRe: MFC,Run as administrator Pin
Janani934-Jun-15 6:58
Janani934-Jun-15 6:58 
GeneralRe: MFC,Run as administrator Pin
Richard MacCutchan4-Jun-15 7:04
mveRichard MacCutchan4-Jun-15 7:04 
QuestionProject / Code conversion from old VS to VS2008+ Pin
charlieg2-Jun-15 3:51
charlieg2-Jun-15 3:51 
AnswerRe: Project / Code conversion from old VS to VS2008+ Pin
Maximilien2-Jun-15 6:57
Maximilien2-Jun-15 6:57 
GeneralRe: Project / Code conversion from old VS to VS2008+ Pin
charlieg2-Jun-15 8:11
charlieg2-Jun-15 8:11 
GeneralRe: Project / Code conversion from old VS to VS2008+ Pin
Maximilien2-Jun-15 8:28
Maximilien2-Jun-15 8:28 
GeneralRe: Project / Code conversion from old VS to VS2008+ Pin
Bernhard Hiller3-Jun-15 3:18
Bernhard Hiller3-Jun-15 3:18 
Questionc++ in visual express 2010 Pin
Member 117350371-Jun-15 22:31
Member 117350371-Jun-15 22:31 
QuestionRe: c++ in visual express 2010 Pin
David Crow2-Jun-15 3:15
David Crow2-Jun-15 3:15 
AnswerRe: c++ in visual express 2010 Pin
Member 117350372-Jun-15 3:18
Member 117350372-Jun-15 3:18 
AnswerRe: c++ in visual express 2010 Pin
David Crow2-Jun-15 3:58
David Crow2-Jun-15 3:58 
GeneralRe: c++ in visual express 2010 Pin
Member 117350372-Jun-15 5:32
Member 117350372-Jun-15 5:32 
no, I'm don't want to use pre-developed apps.
btw, I'm trying to dev the following, but till now no success.

small utility - no GUI.

cfgdump.exe

1) needs to search drive and find where an exe has been installed (customer can install it in multiple places).
2) goes to directory and confirms existence of some files.
3) runs some commands through a spawned process
4) the commands from item 3 will produce a file.
5) you will need to zip up the contents of the file using https://code.google.com/p/miniz/ library
6) Ask the user for a password
7) encrypt the file using http://www.cryptopp.com/ library

File needs to be statically linked and highly portable.
SuggestionRe: c++ in visual express 2010 Pin
David Crow2-Jun-15 5:46
David Crow2-Jun-15 5:46 
AnswerRe: c++ in visual express 2010 Pin
Member 117350372-Jun-15 5:49
Member 117350372-Jun-15 5:49 
QuestionRe: c++ in visual express 2010 Pin
David Crow2-Jun-15 5:53
David Crow2-Jun-15 5: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.