windows

make: *** No rule to make target `all'. Stop. Eclipse error

Hi all, I've just downloaded Eclipse CDT developer kit (87MB) for Windows. I've also installed MinGW, and msys. I also added this to PATH: C:\msys\1.0\bin;C:\mingw\bin. and restarted computer after that. I've checked by type "make --version" in cmd and it works. However, for some reason I cannot compile my C project. I don't get bi...

maximum number of mutexes per process/thread in windows

Is there a limit in the maximum number of mutexes per process/thread in a Asp.net application? Just in case the target operating systems are: Windows XP Pro, server 2003/2008 and Windows 7 in the near future. Usually the website is deployed in an App Pool. ...

Is There a Windows SMB Client Opened Implement.

There was a smbmrx sample code using RDBSS in WDK Vista. But since WDK 7600 has been released, the sample was removed. -Do you know why? I'm finding a nice sample code to learn RDBSS. Is there a good open source better than smbmrx sample? ...

Custom Mercurial on Windows

There are some options for me for Mercurial on Windows (I know there is the .msi), most likely: Cygwin Bare Python I'd like to keep a custom mercurial install with some extensions (most likely for GIT/SVN Integration) for three machines (Win32 / x64). So, its likely I'd need to keep the python runtime installed as well. How would yo...

How to acess COM port of remote system?

I Want to access the COM port present in the remote system from system. Any help would be appreciable. I am using windows XP in both remote as well as local system. ...

GtkExpander style widget in wxWidgets?

I'm looking for a widget along the lines of GtkExpander, but for wxWidgets. Can't seem to find anything obvious in the documentation. Custom widgets (non-GPL) from somewhere else would be fine, but they need to work on Windows (i.e. without GTK). Practically (if it makes any difference) this is primarily for wxPython, on Windows and hop...

How to play video?

Hi, I'm not c++ programmer so I have problem. Simple problem, I think. I need play movie, can be only e.g. .avi (I can convert). Static width, static height, no button, no loop. I will write in PHP something like exec('window.exe movie23.avi'); And appears window, play video, window close. I rely code or good links. Best regards ...

generate in word a super table that includes all values of several tables scattered across the document

In want to automate a task in windows word 2007 with ruby. I have in the document several chapters with tables. This tables include some GUI descriptions (Label 1, Label 2, ...). Chapter 1 Table 1 Label 1 ipsum Label 2 lorem ... Chapter 2 Table 2 Label 3 ipsum Label 4 lorem ... ... The problem ...

Theme Design & Development For Mobile Phones

Hey looking out for theme development for various Mobile Devices & Platform: Nokia and Sony have official Themes Creators/Preview and Manual. look for others also. LG,HTC,Blackberry, Android,iPhones,Windows Mobile etc. ...

C# application accessing remote sql server 2008 instance ... not working

I have a console app that needs to connect to a remote sql server 2008 instance.... this particular line throws an error even though i have access to that database... connection.open() is the line that is throwing the error... ...

Batch script to read file contents into an array

H guys, using a windows batch script I am looking to pass a run a command x number of times with a different argument each time, the arguments being parsed in from a file. For example have a textfile saying arg1 arg 2 arg3, the batch script would parse this and run program.exe -arg1 program.exe -arg2 program.exe -arg3 I am thinking r...

What is the reason for an unhandled win32 exception in an installer program?

I got the following message: An unhandled win32 exception occurred in numpy-1.5.0-sse3.exe [3324]. The exception occurred in the Numpy installer for Python 2.7---I have the latter on the machine. When I clicked "Yes" for using the selected debugger, I got the following message: The Application Data folder for Visual Studio could not ...

Why I get Access denied when try to read file from ProgramFiles/MyApp?

Hi, I am trying to read from a config file in ProgramFiles/MyApp but in Windows 7 it throws an exception for Access denied, it is the same and for a file in ProgrammData/MyApp: fileStream = new FileStream(this.StorageName, FileMode.Open, FileAccess.Read); Is not it allowed to read only from these folders? ...

Best way to get a glow effect windows phone 7

I'm messing around with the Windows Phone 7 sdk and I'm trying to make the screen look like an old fashion digital display. Right now I'm trying to figure out how to make the text "glow" like one of those cool digital clocks. This is the sort of thing I'd assume you would look in to using shaders for, but it seems that shaders are disabl...

How to copy a file from one windows machine to other windows machine?

How to copy a file from one Windows machine to other Windows machine? so that i can write a batch script can run that from Hudson machine. My requirement is , I like to deploy war in tomcat server located remotely in another windows machine through Hudson (war will be generated in this machine) which is located in another windows machin...

What is the universal newline for all operating systems? (LF and CR)

When I write a file using Delphi it's on a Windows machine and the text files it puts out work fine on windows. When I use it on a Mac though it's expecting the formatting to be a bit different. On Mac the newline is different and it can't always read the Windows files. How can I make my files readable by mac programs? ...

Why do I not see the "Application Error" dialog box?

I was interested in learning more about mixing runtimes between exes and dlls. On a WinXP machine, I created a dll build against the release runtime (/MD) and an exe that calls a function in the dll that is built debug (/MDd). The function in the dll allocates memory to the heap and the exe deletes it. I expected this to crash, howeve...

How to authenticate the administrator username in Windows

I want to authenticate the administrator username's password. The administrator username is not a domain account but a local system account. I am trying to do this in Python, but any code even if it is .NET, VC++ would be fine. Thanks ...

How to get the window handle of another app minimized to the system tray?

Instance A is trying to restore instance B's window, but I can't get the B's window handle. I think the problem is that the window is being minimized by B to the system tray using: this.Visibility = Visibility.Hidden; And A is trying to get B's window handle using: Process process = Process.GetCurrentProcess(); Process.GetProcessesBy...

Tool for Scanning for Attached USB Devices in Windows

Can anyone recommend a (preferably free) tool for scanning for attached USB devices in a Windows environment? This is for development purposes only. I have a USB peripheral that I know works when it is attached to my system, but I'm having trouble finding it in the Device Manager. I would like to be able to scan for it specifically be...