0
votes
2answers
87 views
Anybody tried to compile “Go” on Windows?, Its seems start supporting to generate PE Format now.
http://code.google.com/r/hectorchu-go-windows/source/list
If you could compile it successfully, I like to know the procedures of how to.
0
votes
1answer
11 views
Distributed caching on 64-bit Windows machines
Are there any production-ready distributed caching mechanisms like memcached that can be used in a Windows 64-bit environment? From what I've seen, memcached is run on linux machi …
1
vote
0answers
11 views
Windows Named Pipe Problem
I'm writing a driver that communicates with a userland application through a named pipe.
The userland application creates the named pipe by calling CreateNamedPipe() and then passe …
1
vote
4answers
62 views
Grabbing memory from another process
in Windows, lets say I have used DLL Injection to get into another process. I have also done some screencaptures of the memory on the process I have injected into and know the loca …
0
votes
2answers
18 views
UnsatisfiedLinkError When Loading a Library from Java in MATLAB
I've been integrating simple java modules into the MATLAB environment on Windows with some success. Recently I encountered a problem with a third-party library which attempts to lo …
1
vote
3answers
58 views
Accessing contents of char** on a windows x64 cause exception
The following piece of code is causing an exception on a windows vista x64 and i can't figure why.
size_t pBaseAddr;
char *lpszFuncName;
IMAGE_EXPORT_DIRECTORY *pExportDir;
const …
0
votes
2answers
30 views
Porting linux socket application to windows usins MsDev
Is there openly available headers which can be used to compile linux socket application (using socket/udp/ip headers). they should define structures like sa_family_t,in_port_t
Ma …
-1
votes
0answers
35 views
Windows 7 doesnt have any sound [closed]
I have new windows 7 installed in my PC (not pirated) but there is no sound .
I dont even know where to check whether it has been muted. Please advice?
2
votes
7answers
41 views
Resources to learn about batch files
Hello,
In my new projects I need to use batch files(many), but now I need to know about they and where can I read some good tutorials to use they very good ;)
PS: I need to distr …
3
votes
1answer
60 views
Python detect USB drive then assign drive letter?
Here is the problem. We have 100s of external 500gb USB drives. Each drive will travel to a new location through the year. What is the best way to automatically detect that a USB d …
0
votes
2answers
22 views
How to get the application exit code from the Windows command shell?
Of course, if possible, without any VBScript-like scripts.
1
vote
1answer
14 views
Collecting usage data for a desktop application
Hi,
I'm going to be running some large scale usability tests of my software for a science project. We have a lab of about 30 computers running Windows XP. Our application is writt …
2
votes
1answer
17 views
Is it possible to ssh into Windows (through a cygwin sshd) and start a program on a logged in Windows user’s desktop?
Is it possible to ssh into Windows (through a cygwin sshd) and start a program on a logged in Windows user's desktop?
Put another way, say a user ABC is logged in on windows and …
0
votes
1answer
16 views
Effect of exit function in Windows Service Programs
I have a program that is a windows service. It is started by StartServiceCtrlDispatcher function. It's network server that accepts user's inputs as command for controlling purposes …
0
votes
2answers
27 views
changing button text in OpenFileDialog in C#.net
Does anyone knows how to change text on button in OpenFileDialog in Windows.Forms in C#.NET?
