Click here to Skip to main content
15,910,877 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 
hey i am new to VS 2008 and i was trying a simple pointer prgogram and to my dismay i couldnt build it,

#include <stdio.h>


int *pPointer;

void SomeFunction()
{
pPointer = new int;
*pPointer = 25;
}

void main()
{
SomeFunction();

printf("Value of *pPointer: %d\n", *pPointer);
}


the error i got was as follows:
------ Build started: Project: Testin, Configuration: Debug Win32 ------
Embedding manifest...
mt.exe : general error c10100b1: Failed to load file "..\Debug\Testin.exe". The system cannot find the path specified.
Build log was saved at "file://c:\Documents and Settings\Ravi\My Documents\Visual Studio 2008\Projects\Testin\Testin\Debug\BuildLog.htm"
Testin - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== </stdio.h>




i tried the google way and ended up here:<a href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=109735&wa=wsignin1.0">https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=109735&wa=wsignin1.0</a>[<a href="https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=109735&wa=wsignin1.0" target="_blank" title="New Window">^</a>]

which says they are looking over the matter so i am stuck with no clue ...

Thanks in Advance! Smile | :)

modified on Wednesday, February 06, 2008 12:03:16 PM

<div class="ForumMod">modified on Wednesday, February 06, 2008 12:07:23 PM</div>
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 

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.