Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: a fscanf error in MFC SDI Pin
CHYGO17-Jan-10 17:55
CHYGO17-Jan-10 17:55 
AnswerRe: a fscanf error in MFC SDI Pin
Bram van Kampen17-Jan-10 10:40
Bram van Kampen17-Jan-10 10:40 
GeneralRe: a fscanf error in MFC SDI Pin
Garth J Lancaster17-Jan-10 14:30
professionalGarth J Lancaster17-Jan-10 14:30 
GeneralRe: a fscanf error in MFC SDI Pin
Bram van Kampen17-Jan-10 14:53
Bram van Kampen17-Jan-10 14:53 
GeneralRe: a fscanf error in MFC SDI Pin
CHYGO17-Jan-10 17:58
CHYGO17-Jan-10 17:58 
QuestionVisual C++ 2005 in Windows PE 2 [modified] [SOLVED] Pin
dybs17-Jan-10 5:59
dybs17-Jan-10 5:59 
AnswerRe: Visual C++ 2005 in Windows PE 2 Pin
dybs17-Jan-10 13:35
dybs17-Jan-10 13:35 
GeneralRe: Visual C++ 2005 in Windows PE 2 Pin
Spawn@Melmac18-Jan-10 0:19
Spawn@Melmac18-Jan-10 0:19 
I have done quite a bit of work with WinPE and yes statically linking the runtime is the best solution for your own code.

However standing back a second, you do know that you can add packages to the WinPE image and one of these is:
WinPE-Scripting
Windows Script Host (WSH) support. Enables batch file processing using WSH script objects.

So rather than going to the trouble of creating an executable you can use VBS or JS with Cscript.exe to do the work. This might give you mor felixibility in the long term.

Also watch out for dependancy issues. I have a WinPE image I use for data recovery, forensics and general stuff in which I use a number of freeware tools. A lot of these have late binding dependancies which, once you know what they are, are simple to resolve by copying the dependant DLL's in to the WIM.

Alan
GeneralRe: Visual C++ 2005 in Windows PE 2 Pin
dybs18-Jan-10 13:20
dybs18-Jan-10 13:20 
QuestionMessage Removed Pin
17-Jan-10 5:30
softwaremonkey17-Jan-10 5:30 
AnswerRe: Conditional Library Linkage Pin
cmk17-Jan-10 5:56
cmk17-Jan-10 5:56 
GeneralRe: Conditional Library Linkage Pin
softwaremonkey17-Jan-10 5:59
softwaremonkey17-Jan-10 5:59 
GeneralRe: Conditional Library Linkage Pin
Iain Clarke, Warrior Programmer17-Jan-10 22:41
Iain Clarke, Warrior Programmer17-Jan-10 22:41 
GeneralRe: Conditional Library Linkage Pin
softwaremonkey18-Jan-10 10:46
softwaremonkey18-Jan-10 10:46 
Questionhow to associate a bit map to a spin control button? Pin
timbk17-Jan-10 5:13
timbk17-Jan-10 5:13 
AnswerRe: how to associate a bit map to a spin control button? Pin
Graham Shanks17-Jan-10 6:17
Graham Shanks17-Jan-10 6:17 
QuestionSearching and displaying specific information Pin
gregarion17-Jan-10 3:20
gregarion17-Jan-10 3:20 
AnswerRe: Searching and displaying specific information Pin
loyal ginger17-Jan-10 3:25
loyal ginger17-Jan-10 3:25 
GeneralRe: Searching and displaying specific information Pin
gregarion17-Jan-10 3:31
gregarion17-Jan-10 3:31 
GeneralRe: Searching and displaying specific information Pin
Bram van Kampen17-Jan-10 5:43
Bram van Kampen17-Jan-10 5:43 
GeneralRe: Searching and displaying specific information Pin
gregarion17-Jan-10 17:57
gregarion17-Jan-10 17:57 
AnswerRe: Searching and displaying specific information Pin
Moak17-Jan-10 6:19
Moak17-Jan-10 6:19 
QuestionMy C++ app forks itself! (win32/64) Pin
Måns Thörnqvist16-Jan-10 21:23
Måns Thörnqvist16-Jan-10 21:23 
AnswerRe: My C++ app forks itself! (win32/64) Pin
CPallini16-Jan-10 22:08
mveCPallini16-Jan-10 22:08 
GeneralRe: My C++ app forks itself! (win32/64) Pin
Måns Thörnqvist16-Jan-10 22:36
Måns Thörnqvist16-Jan-10 22:36 

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.