Click here to Skip to main content
15,895,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: adding regsvr32 command to the VC++ project Pin
Rajkumar R10-Mar-08 23:29
Rajkumar R10-Mar-08 23:29 
GeneralRe: adding regsvr32 command to the VC++ project Pin
Cedric Moonen10-Mar-08 21:35
Cedric Moonen10-Mar-08 21:35 
GeneralRe: adding regsvr32 command to the VC++ project Pin
swapnaoe11-Mar-08 0:37
swapnaoe11-Mar-08 0:37 
GeneralRe: adding regsvr32 command to the VC++ project Pin
Cedric Moonen11-Mar-08 10:02
Cedric Moonen11-Mar-08 10:02 
GeneralRe: adding regsvr32 command to the VC++ project Pin
swapnaoe11-Mar-08 22:32
swapnaoe11-Mar-08 22:32 
QuestionRe: adding regsvr32 command to the VC++ project Pin
Rajesh R Subramanian10-Mar-08 0:45
professionalRajesh R Subramanian10-Mar-08 0:45 
QuestionRe: adding regsvr32 command to the VC++ project Pin
David Crow10-Mar-08 3:06
David Crow10-Mar-08 3:06 
GeneralCAMERA CAPTURE Pin
Paulraj G10-Mar-08 0:18
Paulraj G10-Mar-08 0:18 
hi...

am doing camera capture application.

my program is running in DEBUG mode.

but it does noy run in the RELEASE mode.

my code is,

"HRESULT hResult;
SHCAMERACAPTURE shcc;

ZeroMemory(&shcc, sizeof(shcc));
shcc.cbSize = sizeof(shcc);
shcc.hwndOwner = hwndOwner;
shcc.pszInitialDir = TEXT("\\My Documents");
shcc.pszDefaultFileName = TEXT("test.jpg");
shcc.pszTitle = TEXT("Camera Demo");
shcVideoTypes = CAMERACAPTURE_VIDEOTYPE_MESSAGING;
shcc.nResolutionWidth = 176;
shcc.nResolutionHeight = 144;
shcc.nVideoTimeLimit = 15;
shcMode = CAMERACAPTURE_MODE_VIDEOWITHAUDIO;

hResult = SHCameraCapture(&shcc);

if (S_OK == hResult)
{
StringCchCopy(pszFilename, MAX_PATH, shcc.szFile);
}

return hResult;"

whats the problem here?

what can i do for run in the RELEASE mode?

thanks.

regards,
Paulraj.G

paulraj

QuestionRe: CAMERA CAPTURE Pin
CPallini10-Mar-08 0:25
mveCPallini10-Mar-08 0:25 
JokeRe: CAMERA CAPTURE Pin
Rajesh R Subramanian10-Mar-08 0:43
professionalRajesh R Subramanian10-Mar-08 0:43 
GeneralRe: CAMERA CAPTURE Pin
Paulraj G10-Mar-08 0:44
Paulraj G10-Mar-08 0:44 
QuestionRe: CAMERA CAPTURE Pin
Rajesh R Subramanian10-Mar-08 0:47
professionalRajesh R Subramanian10-Mar-08 0:47 
GeneralRe: CAMERA CAPTURE Pin
Paulraj G10-Mar-08 0:50
Paulraj G10-Mar-08 0:50 
GeneralRe: CAMERA CAPTURE Pin
Rajesh R Subramanian10-Mar-08 0:53
professionalRajesh R Subramanian10-Mar-08 0:53 
General[Message Deleted] Pin
bhat9-Mar-08 23:12
bhat9-Mar-08 23:12 
QuestionRe: Create ListView in VC++ Pin
Maxwell Chen9-Mar-08 23:14
Maxwell Chen9-Mar-08 23:14 
General[Message Deleted] Pin
bhat9-Mar-08 23:21
bhat9-Mar-08 23:21 
AnswerRe: Create ListView in VC++ Pin
Rajesh R Subramanian9-Mar-08 23:28
professionalRajesh R Subramanian9-Mar-08 23:28 
GeneralRe: Create ListView in VC++ Pin
Cedric Moonen9-Mar-08 23:16
Cedric Moonen9-Mar-08 23:16 
GeneralRe: Create ListView in VC++ Pin
ShilpiP9-Mar-08 23:30
ShilpiP9-Mar-08 23:30 
GeneralRe: [Message Deleted] Pin
Hamid_RT10-Mar-08 3:10
Hamid_RT10-Mar-08 3:10 
GeneralRe: [Message Deleted] Pin
Maxwell Chen10-Mar-08 4:39
Maxwell Chen10-Mar-08 4:39 
GeneralRe: [Message Deleted] Pin
Hamid_RT10-Mar-08 22:36
Hamid_RT10-Mar-08 22:36 
GeneralRe: [Message Deleted] Pin
Maxwell Chen10-Mar-08 22:46
Maxwell Chen10-Mar-08 22:46 
GeneralRe: [Message Deleted] Pin
Hamid_RT11-Mar-08 19:39
Hamid_RT11-Mar-08 19:39 

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.