Click here to Skip to main content
15,918,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: calling code with MFC in non MFC environment Pin
act_x6-Feb-08 8:51
act_x6-Feb-08 8:51 
GeneralRe: calling code with MFC in non MFC environment Pin
act_x6-Feb-08 8:52
act_x6-Feb-08 8:52 
GeneralRe: calling code with MFC in non MFC environment Pin
Mark Salsbery6-Feb-08 9:00
Mark Salsbery6-Feb-08 9:00 
GeneralNamedpipe communication Pin
harsha u6-Feb-08 5:52
harsha u6-Feb-08 5:52 
GeneralRe: Namedpipe communication Pin
Mark Salsbery6-Feb-08 6:09
Mark Salsbery6-Feb-08 6:09 
GeneralD3DXCreateTextureFromFile() Pin
Hanan8886-Feb-08 5:43
Hanan8886-Feb-08 5:43 
GeneralRe: D3DXCreateTextureFromFile() Pin
Cedric Moonen6-Feb-08 7:27
Cedric Moonen6-Feb-08 7:27 
GeneralRe: D3DXCreateTextureFromFile() Pin
Hanan8886-Feb-08 22:18
Hanan8886-Feb-08 22:18 
GeneralRe: D3DXCreateTextureFromFile() Pin
Cedric Moonen7-Feb-08 0:09
Cedric Moonen7-Feb-08 0:09 
GeneralRe: D3DXCreateTextureFromFile() Pin
Hanan8887-Feb-08 0:44
Hanan8887-Feb-08 0:44 
GeneralRe: D3DXCreateTextureFromFile() Pin
Maximilien6-Feb-08 8:11
Maximilien6-Feb-08 8:11 
GeneralRe: D3DXCreateTextureFromFile() Pin
Hanan8886-Feb-08 22:24
Hanan8886-Feb-08 22:24 
Questionhow to convert hex to int Pin
Electronic756-Feb-08 5:21
Electronic756-Feb-08 5:21 
AnswerRe: how to convert hex to int Pin
David Crow6-Feb-08 5:46
David Crow6-Feb-08 5:46 
GeneralRe: how to convert hex to int Pin
Electronic756-Feb-08 5:51
Electronic756-Feb-08 5:51 
AnswerRe: how to convert hex to int Pin
CPallini6-Feb-08 5:57
mveCPallini6-Feb-08 5:57 
GeneralRe: how to convert hex to int Pin
Electronic756-Feb-08 6:27
Electronic756-Feb-08 6:27 
GeneralCall external executable Pin
sunny.rana6-Feb-08 4:52
sunny.rana6-Feb-08 4:52 
QuestionRe: Call external executable Pin
CPallini6-Feb-08 4:56
mveCPallini6-Feb-08 4:56 
GeneralRe: Call external executable Pin
Matthew Faithfull6-Feb-08 4:58
Matthew Faithfull6-Feb-08 4:58 
QuestionRe: Call external executable Pin
David Crow6-Feb-08 5:45
David Crow6-Feb-08 5:45 
GeneralRe: Call external executable Pin
Iain Clarke, Warrior Programmer7-Feb-08 0:06
Iain Clarke, Warrior Programmer7-Feb-08 0:06 
Generalmt.exe : general error c10100b1 (VS 2008) [modified] Pin
Ravi K6-Feb-08 3:36
Ravi K6-Feb-08 3:36 
GeneralRe: mt.exe : general error c10100b1 (VS 2008) Pin
Iain Clarke, Warrior Programmer6-Feb-08 4:14
Iain Clarke, Warrior Programmer6-Feb-08 4:14 
GeneralRe: mt.exe : general error c10100b1 (VS 2008) Pin
Matthew Faithfull6-Feb-08 4:32
Matthew Faithfull6-Feb-08 4:32 
At a guess I'd say you've got invalid default project setting for the kind of project ( old standard C style Console App ) that you're trying to create.
First up check whether the compiler actually managed to build your exe, does the Debug build of Testin.exe actually exist anywhere. Then check if it runs outside VS 2008, ie double click on it and see if VS2008 built a bad exe. If all this works fine then it's just the Debugging settings of your project that aren't right, the IDE is looking for it in the wrong place I reckon.

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

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.