About 62 results
Open links in new tab
  1. c - What do numbers using 0x notation mean? - Stack Overflow

    Jan 16, 2019 · What does a 0x prefix on a number mean? const int shared_segment_size = 0x6400; It's from a C program. I can't recall what it amounts to and particularly what the letter x means.

  2. An invalid XML character (Unicode: 0xc) was found

    Apr 21, 2011 · An invalid XML character (Unicode: 0xc) was found Asked 14 years, 10 months ago Modified 1 year, 10 months ago Viewed 217k times

  3. Solved: the application was unable to start correctly (0xc... - Adobe ...

    Feb 22, 2018 · I have tried all of the suggested remedies to this error. I cannot get support from Adobe in any form. Any suggestions from the forum group?

  4. Why are hexadecimal numbers prefixed with 0x? - Stack Overflow

    Apr 19, 2010 · Why are hexadecimal numbers prefixed as 0x? I understand the usage of the prefix, but I don't understand the significance of why 0x was chosen.

  5. The application was unable to start correctly (0xc... - Adobe Product ...

    Feb 10, 2021 · The application was unable to start correctly (0xc0000142). Click OK to close the application.

  6. c - What is the difference between HRESULT error codes that start with ...

    Jan 4, 2019 · From the Structures of HRESULT definition, 0x8 and 0xC is different at "R" bit and if the N bit is set, this bit is defined by the NTSTATUS numbering space. In NTSTATUS definition, 0x8 …

  7. Last Run Result Windows Task Scheduler (0xC) - Stack Overflow

    Mar 26, 2025 · But it often stops suddenly and when I look at the 'Last Run Result' it is code (0xC), what do you think is causing this? because when I look at the scheduler history there are no errors …

  8. The Application was unable to start correctly (0xc0000142) Click ok to ...

    The Application was unable to start correctly (0xc0000142) Click ok to close the application

  9. x86 64 - In GDB how do I print 0xc (%rsp)? - Stack Overflow

    Apr 25, 2013 · I'm trying to debug some code for a project and I've come up against this line cmpl $0x7,0xc (%rsp). What is 0xc (%rsp), and how do I print it?

  10. GDB disassembly, what is the -0xc (%rbp) position? [duplicate]

    Jan 9, 2021 · GDB disassembly, what is the -0xc (%rbp) position? [duplicate] Asked 5 years, 1 month ago Modified 6 months ago Viewed 844 times