Click here to Skip to main content
15,867,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ShellExecute and focus lose Pin
sdancer7527-Oct-14 7:39
sdancer7527-Oct-14 7:39 
AnswerRe: ShellExecute and focus lose Pin
sdancer7529-Oct-14 22:12
sdancer7529-Oct-14 22:12 
QuestionProgram for decrypting graphic files in C. Pin
TheDefenestrator18-Oct-14 12:31
TheDefenestrator18-Oct-14 12:31 
AnswerRe: Program for decrypting graphic files in C. Pin
Richard Andrew x6418-Oct-14 12:45
professionalRichard Andrew x6418-Oct-14 12:45 
GeneralRe: Program for decrypting graphic files in C. Pin
TheDefenestrator18-Oct-14 12:52
TheDefenestrator18-Oct-14 12:52 
GeneralRe: Program for decrypting graphic files in C. Pin
Richard Andrew x6418-Oct-14 12:54
professionalRichard Andrew x6418-Oct-14 12:54 
GeneralRe: Program for decrypting graphic files in C. Pin
TheDefenestrator18-Oct-14 12:58
TheDefenestrator18-Oct-14 12:58 
GeneralRe: Program for decrypting graphic files in C. Pin
TheDefenestrator18-Oct-14 13:36
TheDefenestrator18-Oct-14 13:36 
Ok I figured out the easy part (how to compile C code in Visual Studio). But now there are two problems left:
a) When I try to compile the code from my first post i get this error: "
VB
Error   1   error C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.


EDIT: Ok I've dealt with this one by adding _CRT_SECURE_NO_WARNINGS to Preprocessor Definitions!

b) When I deal with the bug above how to modify code so I can "show" the program which files I want to decrypt?
AnswerRe: Program for decrypting graphic files in C. Pin
Richard Andrew x6418-Oct-14 15:17
professionalRichard Andrew x6418-Oct-14 15:17 
GeneralRe: Program for decrypting graphic files in C. Pin
TheDefenestrator18-Oct-14 15:20
TheDefenestrator18-Oct-14 15:20 
GeneralRe: Program for decrypting graphic files in C. Pin
Richard Andrew x6418-Oct-14 15:26
professionalRichard Andrew x6418-Oct-14 15:26 
GeneralRe: Program for decrypting graphic files in C. Pin
TheDefenestrator22-Oct-14 5:46
TheDefenestrator22-Oct-14 5:46 
GeneralRe: Program for decrypting graphic files in C. Pin
Richard Andrew x6422-Oct-14 8:00
professionalRichard Andrew x6422-Oct-14 8:00 
Question#define VERSION 1.0.0 - too many decimal points Pin
Vaclav_16-Oct-14 4:12
Vaclav_16-Oct-14 4:12 
AnswerRe: #define VERSION 1.0.0 - too many decimal points Pin
Stefan_Lang16-Oct-14 4:35
Stefan_Lang16-Oct-14 4:35 
GeneralRe: #define VERSION 1.0.0 - too many decimal points Pin
PIEBALDconsult16-Oct-14 7:59
mvePIEBALDconsult16-Oct-14 7:59 
GeneralRe: #define VERSION 1.0.0 - too many decimal points Pin
CPallini16-Oct-14 9:17
mveCPallini16-Oct-14 9:17 
GeneralRe: #define VERSION 1.0.0 - too many decimal points Pin
PIEBALDconsult16-Oct-14 9:22
mvePIEBALDconsult16-Oct-14 9:22 
GeneralRe: #define VERSION 1.0.0 - too many decimal points Pin
CPallini16-Oct-14 9:45
mveCPallini16-Oct-14 9:45 
GeneralRe: #define VERSION 1.0.0 - too many decimal points Pin
Stefan_Lang17-Oct-14 3:08
Stefan_Lang17-Oct-14 3:08 
AnswerRe: #define VERSION 1.0.0 - too many decimal points Pin
PIEBALDconsult16-Oct-14 4:58
mvePIEBALDconsult16-Oct-14 4:58 
GeneralRe: #define VERSION 1.0.0 - too many decimal points Pin
Vaclav_16-Oct-14 6:17
Vaclav_16-Oct-14 6:17 
GeneralRe: #define VERSION 1.0.0 - too many decimal points Pin
PIEBALDconsult16-Oct-14 7:27
mvePIEBALDconsult16-Oct-14 7:27 
GeneralRe: #define VERSION 1.0.0 - too many decimal points Pin
Albert Holguin16-Oct-14 12:33
professionalAlbert Holguin16-Oct-14 12:33 
GeneralRe: #define VERSION 1.0.0 - too many decimal points Pin
CPallini16-Oct-14 9:14
mveCPallini16-Oct-14 9:14 

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.