Click here to Skip to main content
15,894,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Date Time Picker standard time to daylight savings time problem Pin
Mircea Neacsu19-Jul-23 11:01
Mircea Neacsu19-Jul-23 11:01 
GeneralRe: Date Time Picker standard time to daylight savings time problem Pin
Richard MacCutchan19-Jul-23 21:59
mveRichard MacCutchan19-Jul-23 21:59 
QuestionRTS game overview chart Pin
Calin Negru14-Jul-23 18:27
Calin Negru14-Jul-23 18:27 
AnswerRe: RTS game overview chart Pin
Andre Oosthuizen17-Jul-23 22:32
mveAndre Oosthuizen17-Jul-23 22:32 
GeneralRe: RTS game overview chart Pin
Calin Negru18-Jul-23 3:53
Calin Negru18-Jul-23 3:53 
GeneralRe: RTS game overview chart Pin
Andre Oosthuizen18-Jul-23 23:49
mveAndre Oosthuizen18-Jul-23 23:49 
AnswerRe: RTS game overview chart Pin
Gerry Schmitz18-Jul-23 4:57
mveGerry Schmitz18-Jul-23 4:57 
QuestionWorking with a service, how to debug? Instant memory fault Pin
charlieg8-Jul-23 13:11
charlieg8-Jul-23 13:11 
AnswerRe: Working with a service, how to debug? Instant memory fault Pin
Randor 8-Jul-23 17:44
professional Randor 8-Jul-23 17:44 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg9-Jul-23 2:28
charlieg9-Jul-23 2:28 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
Randor 9-Jul-23 2:51
professional Randor 9-Jul-23 2:51 
AnswerRe: Working with a service, how to debug? Instant memory fault Pin
Andre Oosthuizen9-Jul-23 3:39
mveAndre Oosthuizen9-Jul-23 3:39 
Since your application has been working fine in the user space, but encounters issues when running as a service, it's possible that there could be compatibility problems between your application and the service environment. You can try running your application in different compatibility modes (e.g., Windows XP, Windows 7) to see if it runs or not.

You can also check if your application relies on any external dependencies such as libraries, frameworks, or drivers. Make sure that these dependencies are compatible with Windows Server 2012 64-bit. Outdated or incompatible dependencies can sometimes cause unexpected crashes or exceptions.
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg9-Jul-23 8:49
charlieg9-Jul-23 8:49 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
Randor 9-Jul-23 9:51
professional Randor 9-Jul-23 9:51 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg10-Jul-23 2:13
charlieg10-Jul-23 2:13 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg12-Jul-23 0:48
charlieg12-Jul-23 0:48 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
jschell12-Jul-23 5:28
jschell12-Jul-23 5:28 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg12-Jul-23 7:51
charlieg12-Jul-23 7:51 
AnswerRe: Working with a service, how to debug? Instant memory fault Pin
jschell10-Jul-23 3:44
jschell10-Jul-23 3:44 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg11-Jul-23 23:31
charlieg11-Jul-23 23:31 
Questionworking with C++ includes and examining header files used in LLVM Pin
ngochuyen binhhoa5-Jul-23 16:53
ngochuyen binhhoa5-Jul-23 16:53 
QuestionRe: working with C++ includes and examining header files used in LLVM Pin
CPallini5-Jul-23 21:43
mveCPallini5-Jul-23 21:43 
AnswerRe: working with C++ includes and examining header files used in LLVM Pin
Richard MacCutchan5-Jul-23 21:48
mveRichard MacCutchan5-Jul-23 21:48 
GeneralRe: working with C++ includes and examining header files used in LLVM Pin
jschell6-Jul-23 5:25
jschell6-Jul-23 5:25 
GeneralRe: working with C++ includes and examining header files used in LLVM Pin
Richard MacCutchan6-Jul-23 5:35
mveRichard MacCutchan6-Jul-23 5:35 

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.