Rob Walker

14,614
Reputation
384 views

Registered User

Name Rob Walker
Member for 1 year
Seen 15 hours ago
Website
Location Ottawa, ON
Age 39
.
Nov
21
answered Why is argc an ‘int’ (rather than an ‘unsigned int’)?
Nov
21
answered Will ANTLR Help? Different Suggestion?
Nov
13
answered Is there any possible way to exchange data in binary format between windows and solaris
Nov
12
awarded  Nice Question
Nov
12
awarded  Popular Question
Nov
12
comment Find out if computer rebooted since the last time my program ran?
It probably wouldn't work for non-admin accounts ... it was an ugly hack! The vague idea was to see if Windows had deleted the entry, implying a restart had happened.
Nov
11
answered Find out if computer rebooted since the last time my program ran?
Nov
11
accepted Is there any way to catch compile errors in all build configurations?
Nov
11
answered Is there any way to catch compile errors in all build configurations?
Nov
11
answered What is the base of the logarithm for the purposes of Algorithms?
Nov
11
answered 32bit application access to 64bit registry
Nov
10
awarded  Nice Answer
Nov
10
comment vfprintf causes run-time error
How do you get a runtime error, if you got a compile time error? What did you change to get it to compile?
Nov
9
answered Getting a Method’s Return Value in the VS Debugger
Nov
9
answered Is there a way to improve the speed or efficiency of this lookup? (C/C++)
Nov
9
answered C# protected field to private, add property--why?
Nov
9
comment Microsoft Assembly configuration for 32-bit mixed C/C++ application
The best approach is to run VCRedist and not do anything else with copying DLLs. If you want to avoid that then copy the folder "Microsoft.VC80.CRT" (not just its contents) from "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\redist\x86" to the same folder as your exe. There are 3 dlls within this folder.
Nov
9
comment Microsoft Assembly configuration for 32-bit mixed C/C++ application
Copy the folder to the same directory as your exe. Typically the installer will run the VCRedist piece itself (I believe it is also available as a msi module).
Nov
9
comment Modify dll exports (symbol table). I want to obfuscate the function names.
I doubt there are any programs available to do this. The 'easiest' way would likely be to edit the export table of the dll with a hex editor and replace the names with strings of the same length. You'll have to also adjust the export lib you are linking against as well. All tool like texe.codeplex.com might help out.
Nov
9
answered Modify dll exports (symbol table). I want to obfuscate the function names.
Nov
8
answered Microsoft Assembly configuration for 32-bit mixed C/C++ application
Nov
7
answered How to determine return address on stack ?
Nov
6
answered How do I trace into an externally-compiled lib in Visual C++
Nov
6
accepted Finding the number of USER Objects used by a process.
Nov
6
answered Finding the number of USER Objects used by a process.
Nov
6
answered .NET solution - many projects vs one project
Nov
6
comment Must i abort this thread? Waiting for namedpipes. How do i do this properly?
Your right of course ... wasn't reading carefully enough. Why not look at using BeginWaitForConnection in order to not use a blocking call there.
Nov
6
answered Must i abort this thread? Waiting for namedpipes. How do i do this properly?
Nov
6
accepted Using C++ API in C#
Nov
6
answered Using C++ API in C#
Nov
6
answered C++: watch a memory location/install ‘data breakpoint’ from code?
Nov
5
comment Writing a binary file in C# to be read by C program, with pointers?
The point is that using this format the file doesn't contain real pointers, just offsets. You could handle this in C# by mapping objects to offsets you assign ... difficult but not impossible.
Nov
5
answered How to find recursion in your app?
Nov
5
answered Writing a binary file in C# to be read by C program, with pointers?
Sep
13
accepted How do you debug a deadlocked Windows app on a customer machine
Aug
30
awarded  Yearling
Aug
29
accepted In a C# exception handler, can I find the parameters that were passed to the method that raised the exception?
Aug
26
accepted Repository Pattern - MVC storefront
Jun
9
awarded  Tumbleweed
Jun
8
awarded  Notable Question