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

C / C++ / MFC

 
AnswerRe: how to compare two audio file Pin
Richard MacCutchan22-Dec-10 22:07
mveRichard MacCutchan22-Dec-10 22:07 
AnswerRe: how to compare two audio file Pin
ThatsAlok22-Dec-10 22:40
ThatsAlok22-Dec-10 22:40 
GeneralRe: how to compare two audio file Pin
Michael Schubert22-Dec-10 22:44
Michael Schubert22-Dec-10 22:44 
JokeRe: how to compare two audio file Pin
Chris Meech23-Dec-10 4:10
Chris Meech23-Dec-10 4:10 
AnswerRe: how to compare two audio file Pin
jk chan23-Dec-10 21:49
jk chan23-Dec-10 21:49 
AnswerRe: how to compare two audio file Pin
Bathula.Sreekaanth28-Dec-10 2:56
Bathula.Sreekaanth28-Dec-10 2:56 
QuestionProblem in registering a 32 bit C++ COM/ATL Service on Windows7 64 bit Pin
Aseem Sharma22-Dec-10 15:01
Aseem Sharma22-Dec-10 15:01 
AnswerRe: Problem in registering a 32 bit C++ COM/ATL Service on Windows7 64 bit Pin
ShilpiP22-Dec-10 20:41
ShilpiP22-Dec-10 20:41 
For 64 bit OS you must build a dll with x64.
In Visual Studio 2005,
Select programs->Microsoft Visual Studio 2005->Visual Studio tools->visual studio 2005 x64 cross tool command prompt.
Open this command and type devenv. A new environment is open than select x64 in Solution platform and build your application.

In Visual Studio 2008 and 2010 just build the application with x64 Solution platform.
New exe is created in Release ->x64-><yourexe>.
Yes U Can ...If U Can ,Dream it , U can do it ...ICAN

GeneralRe: Problem in registering a 32 bit C++ COM/ATL Service on Windows7 64 bit Pin
Aseem Sharma22-Dec-10 22:15
Aseem Sharma22-Dec-10 22:15 
Question[SOLVED]...conversion from CString to LPSTR Pin
AmbiguousName22-Dec-10 8:29
AmbiguousName22-Dec-10 8:29 
AnswerRe: conversion from CString to LPSTR Pin
Joe Woodbury22-Dec-10 8:34
professionalJoe Woodbury22-Dec-10 8:34 
AnswerRe: [SOLVED]...conversion from CString to LPSTR Pin
Richard MacCutchan22-Dec-10 8:55
mveRichard MacCutchan22-Dec-10 8:55 
AnswerRe: [SOLVED]...conversion from CString to LPSTR Pin
Cedric Moonen22-Dec-10 21:21
Cedric Moonen22-Dec-10 21:21 
QuestionDialog will update using UpdateWindow(), but won't destroy using DestroyWindow() Pin
User 741604622-Dec-10 6:50
User 741604622-Dec-10 6:50 
AnswerRe: Dialog will update using UpdateWindow(), but won't destroy using DestroyWindow() Pin
Chris Meech22-Dec-10 7:35
Chris Meech22-Dec-10 7:35 
AnswerRe: Dialog will update using UpdateWindow(), but won't destroy using DestroyWindow() Pin
Richard MacCutchan22-Dec-10 8:58
mveRichard MacCutchan22-Dec-10 8:58 
GeneralRe: Dialog will update using UpdateWindow(), but won't destroy using DestroyWindow() Pin
User 741604622-Dec-10 9:17
User 741604622-Dec-10 9:17 
GeneralRe: Dialog will update using UpdateWindow(), but won't destroy using DestroyWindow() Pin
User 741604622-Dec-10 9:24
User 741604622-Dec-10 9:24 
GeneralRe: Dialog will update using UpdateWindow(), but won't destroy using DestroyWindow() Pin
Richard MacCutchan22-Dec-10 9:44
mveRichard MacCutchan22-Dec-10 9:44 
GeneralRe: Dialog will update using UpdateWindow(), but won't destroy using DestroyWindow() Pin
User 741604622-Dec-10 11:53
User 741604622-Dec-10 11:53 
GeneralRe: Dialog will update using UpdateWindow(), but won't destroy using DestroyWindow() Pin
Roger Broomfield22-Dec-10 14:57
Roger Broomfield22-Dec-10 14:57 
GeneralRe: Dialog will update using UpdateWindow(), but won't destroy using DestroyWindow() Pin
Richard MacCutchan22-Dec-10 22:04
mveRichard MacCutchan22-Dec-10 22:04 
QuestionHow to avoid namespace collision. Pin
pandit8422-Dec-10 2:34
pandit8422-Dec-10 2:34 
AnswerRe: How to avoid namespace collision. Pin
Maximilien22-Dec-10 2:53
Maximilien22-Dec-10 2:53 
AnswerRe: How to avoid namespace collision. Pin
Richard MacCutchan22-Dec-10 4:28
mveRichard MacCutchan22-Dec-10 4:28 

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.