Click here to Skip to main content
15,904,935 members

Videos


Page 4 of 54
1 2 3 4 5 6 7 8 9 10


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
61. How to use a COM DLL in different folder from a C++ dll.
To simplify things, if you place the DLL in the system directory (%SystemRoot%\system32). it will work. That would usually be: c:\Windows\System32
Michael Haephrati Updated: 18 Aug 2022
Rating: 3.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
62. How do I get the difference of (two ) strings
There can be many scenarios: 1. The identical part of the 2 strings is shifted. For example: __ABC__ _ABC___ 2. Strings with different length other scenarios. To begin with, I would create a list of "use cases" and the expected outcome, and only...
Michael Haephrati Updated: 16 Aug 2022
Rating: 5.00/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
63. TinyObfuscate - A Tiny String Obfuscator for C / C++
TinyObfuscate is a simple tool you can use when you need to obfuscate or conceal strings in your program; it prevents them from showing up with a strings or hex tool once your executable is examined.
Michael Haephrati Updated: 13 Aug 2022
Rating: 4.98/5 ( (21 votes))
64. Why is Microsoft wordpad not showing unicode correctly?
The code should work, however your code has issues and errors (dwBytesWritten and hFile are undefined). Here is the fixed code. HANDLE hDFile = CreateFile(L"utf8_UsingByteOrderMark_C_天堂.txt", GENERIC_READ | GENERIC_WRITE, 0, NULL,...
Michael Haephrati Updated: 9 Aug 2022
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()

Page 4 of 54
1 2 3 4 5 6 7 8 9 10