Click here to Skip to main content
15,891,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: split string - better way? Pin
Tara1419-Mar-08 7:47
Tara1419-Mar-08 7:47 
GeneralRe: split string - better way? Pin
Cedric Moonen19-Mar-08 8:06
Cedric Moonen19-Mar-08 8:06 
Question[Message Deleted] Pin
Danielle Schmitt19-Mar-08 5:13
Danielle Schmitt19-Mar-08 5:13 
GeneralRe: Can I put a CDialogBar on a CDialog? Pin
SandipG 19-Mar-08 8:42
SandipG 19-Mar-08 8:42 
GeneralCRT Dependencies Detection - App Deployment Pin
snir_ya19-Mar-08 5:08
snir_ya19-Mar-08 5:08 
GeneralRe: CRT Dependencies Detection - App Deployment Pin
Cedric Moonen19-Mar-08 5:13
Cedric Moonen19-Mar-08 5:13 
GeneralRe: CRT Dependencies Detection - App Deployment Pin
led mike19-Mar-08 5:18
led mike19-Mar-08 5:18 
GeneralRe: CRT Dependencies Detection - App Deployment Pin
Matthew Faithfull19-Mar-08 5:20
Matthew Faithfull19-Mar-08 5:20 
It doesn't sound like dependencies are your issue. If I were you I'd build a Release build of your project but switch Debugging information on (Program Database). Make sure your project has the path to the CRT source code ( You did install it with VS 2005 didn't you ) in it's includes. Run the release build and when it tries to quit on you attach the debugger and see if you can figure out what's going on. There are not that many possible causes for "abnormal program termination" on startup so you've got a reasonable chance of cracking it. Did you try to use the CRT file system during static initialization or try to allocate a negative or > 0x7FFFFFFF amount of heap memory? Those are the sorts of things that might silently fail in Debug but may blow you out of the sky in a Release build.

Nothing is exactly what it seems but everything with seems can be unpicked.

GeneralRe: CRT Dependencies Detection - App Deployment Pin
snir_ya19-Mar-08 5:28
snir_ya19-Mar-08 5:28 
GeneralRe: CRT Dependencies Detection - App Deployment Pin
Matthew Faithfull19-Mar-08 6:50
Matthew Faithfull19-Mar-08 6:50 
QuestionUnique hardware code Pin
Joseph Marzbani19-Mar-08 4:43
Joseph Marzbani19-Mar-08 4:43 
QuestionRe: Unique hardware code Pin
Maximilien19-Mar-08 5:10
Maximilien19-Mar-08 5:10 
GeneralRe: Unique hardware code Pin
Chris Losinger19-Mar-08 7:16
professionalChris Losinger19-Mar-08 7:16 
GeneralRe: Unique hardware code Pin
James R. Twine19-Mar-08 8:37
James R. Twine19-Mar-08 8:37 
GeneralNative C++ resources in a .NET application Pin
hatemtaleb19-Mar-08 4:20
hatemtaleb19-Mar-08 4:20 
GeneralRe: Native C++ resources in a .NET application Pin
led mike19-Mar-08 4:41
led mike19-Mar-08 4:41 
GeneralRe: Native C++ resources in a .NET application Pin
hatemtaleb19-Mar-08 5:02
hatemtaleb19-Mar-08 5:02 
GeneralRe: Native C++ resources in a .NET application Pin
led mike19-Mar-08 5:08
led mike19-Mar-08 5:08 
GeneralRe: Native C++ resources in a .NET application Pin
hatemtaleb19-Mar-08 5:22
hatemtaleb19-Mar-08 5:22 
GeneralRe: Native C++ resources in a .NET application Pin
led mike19-Mar-08 5:28
led mike19-Mar-08 5:28 
GeneralRe: Native C++ resources in a .NET application Pin
hatemtaleb19-Mar-08 5:41
hatemtaleb19-Mar-08 5:41 
GeneralSending messages to parent Pin
William Engberts19-Mar-08 3:55
William Engberts19-Mar-08 3:55 
GeneralRe: Sending messages to parent Pin
Cedric Moonen19-Mar-08 3:59
Cedric Moonen19-Mar-08 3:59 
GeneralRe: Sending messages to parent Pin
William Engberts19-Mar-08 4:01
William Engberts19-Mar-08 4:01 
GeneralRe: Sending messages to parent Pin
CPallini19-Mar-08 4:17
mveCPallini19-Mar-08 4:17 

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.