Click here to Skip to main content
16,006,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help with voice input from microphone Pin
Mark Salsbery31-Dec-06 6:07
Mark Salsbery31-Dec-06 6:07 
Questionhelp for error Pin
davvid30-Dec-06 9:36
davvid30-Dec-06 9:36 
GeneralWhen you need help, please... Pin
CPallini30-Dec-06 9:55
mveCPallini30-Dec-06 9:55 
GeneralRe: When you need help, please... Pin
davvid30-Dec-06 10:07
davvid30-Dec-06 10:07 
GeneralDebug problem! need help Pin
davvid30-Dec-06 17:38
davvid30-Dec-06 17:38 
AnswerRe: help for error Pin
Hamid_RT31-Dec-06 5:50
Hamid_RT31-Dec-06 5:50 
GeneralRe: help for error Pin
davvid31-Dec-06 7:39
davvid31-Dec-06 7:39 
QuestionWindows Service: Strange problem (crashes)... Pin
FreeCastle30-Dec-06 5:56
FreeCastle30-Dec-06 5:56 
Hi,
with the help of MSDN I wrote my own little (pure) Windows Service, that doesn't do anything. I also implemented the ability to install/uninstall this service in the service database. My problem now is, that if I want to start that service from the system control in windows it crashes with a well known error message like this: "The instruction at 0xnnnnnnn referenced memory at 0xnnnnnnn. The memory could not be written."
I then wrote a simple logging-function, which prints the status information about my service to a file. And when I look at this file it seems that all is correct. All things are initialized and so on. And I also get to that point where the service's main function takes place, that means I get to the point where the real work of the service should take place. But as I said before, the service crashes while trying to start it up. That's a little strange to me. Maybe someone encountered a similar problem before or can give me some hint or help. That would be very nice. I know this description is a little bit vague, but it's not that easy because I can't figure out WHERE my service crashes. That's in fact my problem Frown | :(

Ah I forgot to mention, that I am using WinXP. Maybe that's important...
AnswerRe: Windows Service: Strange problem (crashes)... Pin
CPallini30-Dec-06 6:23
mveCPallini30-Dec-06 6:23 
AnswerRe: Windows Service: Strange problem (crashes)... Pin
Cristian Amarie30-Dec-06 7:10
Cristian Amarie30-Dec-06 7:10 
GeneralRe: Windows Service: Strange problem (crashes)... Pin
FreeCastle1-Jan-07 13:32
FreeCastle1-Jan-07 13:32 
QuestionAMSEdit control Pin
ErnestoNet30-Dec-06 5:22
ErnestoNet30-Dec-06 5:22 
AnswerRe: AMSEdit control Pin
Joan M30-Dec-06 5:40
professionalJoan M30-Dec-06 5:40 
GeneralRe: AMSEdit control Pin
ErnestoNet30-Dec-06 6:17
ErnestoNet30-Dec-06 6:17 
GeneralRe: AMSEdit control Pin
Joan M30-Dec-06 6:22
professionalJoan M30-Dec-06 6:22 
QuestionError C2065 Pin
_tasleem30-Dec-06 4:35
_tasleem30-Dec-06 4:35 
AnswerRe: Error C2065 Pin
CPallini30-Dec-06 5:17
mveCPallini30-Dec-06 5:17 
AnswerRe: Error C2065 Pin
Hamid_RT30-Dec-06 5:45
Hamid_RT30-Dec-06 5:45 
QuestionCString issue after upgrading to VS2005 (not using _T) Pin
John Strudwick30-Dec-06 2:58
John Strudwick30-Dec-06 2:58 
AnswerRe: CString issue after upgrading to VS2005 (not using _T) Pin
Gary R. Wheeler30-Dec-06 3:11
Gary R. Wheeler30-Dec-06 3:11 
GeneralRe: CString issue after upgrading to VS2005 (not using _T) Pin
John Strudwick30-Dec-06 3:15
John Strudwick30-Dec-06 3:15 
GeneralRe: CString issue after upgrading to VS2005 (not using _T) Pin
Gary R. Wheeler30-Dec-06 3:25
Gary R. Wheeler30-Dec-06 3:25 
QuestionVC++6: Why KillTimer fails when I call it from PostNCDestroy Pin
Joan M30-Dec-06 2:46
professionalJoan M30-Dec-06 2:46 
AnswerRe: VC++6: Why KillTimer fails when I call it from PostNCDestroy Pin
Gary R. Wheeler30-Dec-06 2:56
Gary R. Wheeler30-Dec-06 2:56 
GeneralRe: VC++6: Why KillTimer fails when I call it from PostNCDestroy Pin
Joan M30-Dec-06 3:03
professionalJoan M30-Dec-06 3:03 

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.