Windows is a family of client, server, and mobile operating systems, developed by Microsoft.
1
vote
1answer
33 views
Compiling Qt 5, getting warning “The build will most likely fail.”
I'm following this tutorial on compiling Qt 5 on Windows, using Visual Studio 2008 as the compiler.
When running configure.bat I get a warning - The build will most likely fail.
This is the complete ...
1
vote
1answer
56 views
How do I allow dragging files for specific control(s) in Delphi
I would like to accept files as soon as someone drops a file to a specific control (e.g. TMemo). I started with this example: http://delphi.about.com/od/windowsshellapi/a/accept-filedrop.htm and ...
0
votes
0answers
30 views
link to boost:asio in windows 7, NetBeans
i'm trying to build a test case async_tcp_echo_server.cpp in NetBeans, but I did not go.
Code: http://www.boost.org/doc/libs/1_53_0/doc/html/boost_asio/example/echo/async_tcp_echo_server.cpp
My ...
0
votes
1answer
41 views
php-cgi not executing for google app engine under windows
OS: windows XP
I am getting above error message:
C:\Documents and Settings\ramesh.d\google_appengine>dev_appserver.py --php_executable_path="c:\php\php-cgi.exe" helloworld/
INFO 2013-05-20 ...
9
votes
4answers
13k views
libgmp-10.dll is missing
I recently installed MinGW on my 64-bit Windows 7 computer and when I attempt to compile the most basic of c++ programs, for example
#include<iostream>
using namespace std;
int main()
{
...
-2
votes
0answers
15 views
IBM Rational Functional Tester is a desktop application testing tool or web based? [closed]
I'm looking for automation testing tools for desktop / windows based applications.
Please provide the list desktop / windows based automation testings tools either open source or license based.
...
-1
votes
1answer
25 views
Is there a multi-devices mobile prototyping software? [closed]
Almost everything is in the title.
Is there a multi devices mobile prototyping, layout, templating software for Windows ?
I found many softwares for prototyping, designing UI, but i didn't find ...
0
votes
0answers
17 views
Add windows service in a Class Library(Output Type)
I have created a windows service and Installer in Windows application. It works well.
For some reasons I need to create that service and Installer in another Class Library. But For this case after ...
0
votes
0answers
42 views
get data from USB using python
I am not understanding the USB protocol properly and so getting confused with my code to get data about the USB when i add it.
I cant figure out where i am going wrong.
My system is windows 8 64 bit.
...
0
votes
0answers
32 views
C++ Windows Unicode REGEX (standard)
I wrote a piece of code that does REGEX matching of some strings. All well with regular ASCII code but not Unicode.
std::string buffer;
/* snip */
const std::tr1::regex rx("([3-9]{1})");
...
0
votes
1answer
27 views
Latest versions of mysql2 and mysql gems requires mysql 6.0. How to use it with 5.x? [duplicate]
I've got a clean install of Ruby+Gems+DevKit+Rails. I've installed both mysql and mysql2. When i'm trying to start a development server i've got an error:
...
3
votes
2answers
3k views
How to change start up type of a windows service using command line
My focus is on web server.
Apache web server does install service in automatic type (httpd -k install) and Apache does not provide a parameter to install service in manual type (like MySQL: mysqld ...
19
votes
6answers
27k views
Upgrading PHP in XAMPP for Windows?
I would like to know how you upgrade PHP in Xampp for Windows? I tried to download the latest PHP version from the main PHP site but when I check (phpinfo) I still get that the previous version is ...
0
votes
1answer
23 views
How can I hide the control bar of the “Windows Media Player” for Chrome and FF?
I want to play a WMV video in an HTML file. The video should have no control panel (play/pause, volume, ...). With IE it works perfect. But with FF or Chrome the control panel is still displayed.
...
0
votes
1answer
183 views
How to compile swig php c++ dll
I'm trying to compile a c++ dll from the output of swig I'm getting a bunch of errors regarding the actual php src maybe I'm doing it wrong but i have even built the php on windows using configure and ...
0
votes
2answers
49 views
how to hide vb form on startup
I am trying to hide the main form on startup but for some reason i am failed to do that. In the following code i have created on button that hides the form but i want to hide the form on load please ...
0
votes
0answers
19 views
How to protect a windows application help file
I have a requirement to "protect the help file from copying [to competitors]". I can't find anything online that does this and am a little surprised. In certain niche markets (e.g. banking) I would ...
0
votes
1answer
818 views
vshost32-clr2.exe has stopped working [Faulting module name: cdosys.dll, version: 6.6.7601.17514, time stamp: 0x4ce7b774]
I was running the application in visual c# 2010 express, the application ran for about 3 hours continuously in debug mode, after that it stoped working and shown a pop up saying
"
[Window Title]
...
0
votes
3answers
253 views
How to download a zip file from a url and extract it on windows phone 8 .The zip file contains compressed sqlite files from server
I am not able to use DownloadDataAsync method.The only option present is DownloadStringAsync method.How can I download a zip file using this method.(I am new to windows phone 8 app development)
0
votes
1answer
15 views
Does Extended Validation Code Signing certificate helps avoid Windows UAC popup window
The questions relates to Windows 7 and up. So far I signed my code with a regular code signing certificate. My application requires admin privileges since it uses raw sockets. Upon application start ...
1
vote
1answer
34 views
DLLMain() is not being executed after injection
I have written a dll and injector in C++. The dll code is given below:
#include <cstdio>
#include <stdio.h>
#include <windows.h>
#include <string>
#include <fstream>
...
25
votes
4answers
16k views
Path.Combine absolute with relative path strings
I'm trying to join a Windows path with a relative path using Path.Combine.
However, Path.Combine(@"C:\blah",@"..\bling") returns C:\blah\..\bling instead of C:\bling\.
Does anyone know how to ...
0
votes
1answer
15 views
Configuring IBM DB2 ODBC - Changing the Host IP / Alias already exists
I've created an IBM ODBC connection to my server via Microsoft's own ODBC Administrator. After initially finding difficulties on where to put in the IP Address (otherwise, the ODBC uses my local ...
2
votes
0answers
22 views
What does “internal” mean in windbg “!heap -a” output [duplicate]
I am using windbg command "!heap -a " to check the memory status, and get the following results.
what does internal mean at the end of this entry "00d168f0: 03d20 . 06b48 [101] - busy (6b40) ...
0
votes
2answers
26 views
subprocess.call doesn't work as expected
I have the following batch file (test.bat)
my.py < commands.txt
my.py does the following:
import sys
print sys.stdin.readlines()
Everything works fine if I launch this batch file from ...
0
votes
1answer
135 views
Animated GIF ins't displayed with Qt on Windows
I am trying to make animated GIF work on Qt 4.7 and 4.8, it just doens't work on windows:
- worked well on Linux
- worked well on Windows on Wine
- but the image didn't show up on Windows XP and ...
-1
votes
0answers
12 views
Using WebBrowser with DoEvents() in Windows Server 2008
I'm having a problem using WebBrowser to save a page as image in Windows Server 2008.
My code works in Windows 7 but for some reason it doesn't work in Windows Server 2008 (R2 Standard).
I saw that ...
0
votes
2answers
42 views
create an button on desktop
I've collected many nice wall papers over years.
I know python and c++ (a little MFC eperience).
I want to make a programme that can change my wallpapers.
I want to operate like this:
there is ...
7
votes
4answers
2k views
Rake assets:precompile
C:\Sites\dtr-payroll>rake assets:precompile
rake aborted!
You have already activated rake 10.0.4, but your Gemfile requires rake 10.0.3. Using bundle exec may solve this.
...
0
votes
1answer
582 views
Deploy a Java web application on Windows Server 2003
This is my first post on stackoverflow, so please excuse me if my question is stupid, in the wrong tags, not specific enough and just tell me how to improve my post ! I usually find all the answers I ...
0
votes
0answers
16 views
freeGLUT - Moving camera with mouse?
So, here I am again. How exactly do I get the freeGLUT camera to rotate with the mouse (without being dragged)? I've got the simple concepts down:
Move the mouse back to the middle of the window ...
2
votes
1answer
52 views
windows 8 stack issue with mingw
I have a problem with stack overflow using C++ (mingw compiler) under Windows8. It is only 64 MB. I don't know how to change it.
I tried to write
#pragma comment(linker,"/STACK:512000000")
it ...
1
vote
1answer
42 views
what is the difference between \ and \\ in file path
What is the difference between single slash and double slash in file path for Windows operating system such as
c:\Personal\MyFolder\\MyFile.jpg
and
c:\Personal\MyFolder\MyFile.jpg
What if i use ...
0
votes
2answers
535 views
Easy way to create fragmented IPv4 packets
I'm working on a network stack at the moment, and I'm trying to implement IPv4 fragmentation. Whilst I have an implementation which works in theory, I would like to actually test that it works by ...
0
votes
4answers
58 views
Replace or delete certain characters from filenames of all files in a folder
How do I delete certain characters or replace certain characters with other characters by some batch file execution, for filenames of all files in a Windows folder in one go, is there a DOS command ...
2
votes
3answers
2k views
How to get file icon using C++
I want to add Icon to treeview node, using C++. I want to get the icons from system, I tried
I tried with,
PMString ucPath("C:\\path\\to\\file.extension");
SHFILEINFO info;
...
-4
votes
0answers
63 views
Open Dynamic Library: very slow on ubuntu when running the graphical interface [closed]
I wrote some C++ program using the latest version of Open Dynamic Engine. I first developed on an ACER S7, windows 8 and it was running fine.
I wanted to move to a Dell vostro running ubuntu ...
0
votes
0answers
24 views
How do I get the upper half of the Volume id in Windows?
This link at Ubuntu says "The option --new-half-serial only changes the upper part of the serial number, keeping the lower part which is used by Windows unchanged."
That suggests that the upper ...
-1
votes
0answers
34 views
Files: how to distinguish file lock and permission denied cases?
How to distinguish cases when file operation failed due to file lock and lack of permissions?
0
votes
0answers
25 views
Compiling a php extension into a dll
I've been attempting for a last few days to make use of the operator overloading extension (pecl.php.net/package/operator), which has apparently been updated recently to be compatible with 5.3 and ...
0
votes
1answer
8 views
Extract Path From File Dialog
My app uses a 3rd party DLL for image processing, which opens a file dialog to choose an image file. For continuity and usability reasons, I use a separate thread to change the dialog after it appears ...
-1
votes
0answers
15 views
Distribution on multiple devices
The task on hand is as follows.
I want to write an android app which will be a paid one. My idea is to some how restrict it to be installed on a single device.
Does any one know some best practices, ...
2
votes
2answers
56 views
Is it possible to embed one application in another application in Windows?
I'm writing a Windows application in Visual C++ 2008 and I want to embed the calculator (calc.exe) that comes with Windows in it. Does anyone know if that is possible, and if it is, can you give me ...
-1
votes
1answer
70 views
Trick windows into thinking a file is in use [closed]
I need a way to trick another program into thinking a file is already in use using C#.
0
votes
4answers
7k views
Cannot read configuration file due to insufficient permissions
Okay, I realize there are many questions relating to this error, I have read several questions and answers without resolving my problem.
I have a MVC site that I'm trying to debug on local IIS web ...
-1
votes
0answers
16 views
Windows 7 doesn't loads after Solaris attempted install [migrated]
I got two hard disks, one of 40gb and another one with 1tb.
The 40gb has windows 7 installed on it, taking all the space of this hdd, and in the 1tb disk i got few logic and extended partitions; in ...
0
votes
3answers
2k views
PHP 5.3.1 not loading php_oci8.dll on Windows
I'm trying to load the oracle extension on php but im having the error:
Warning: PHP Startup: Unable to load dynamic library 'D:\Program Files\xampp\php\ext\php_oci8.dll' - The specified ...
1
vote
1answer
34 views
How to connect console application and Windows form application C#
hey i all of my input on my console application, and i like it this way.
my question is how can i fox example read input in the console appliation and then do something with it in the windows form ...
0
votes
1answer
31 views
Cygwin Not Recognizing Python Modules
I'm using Cygwin and Python2.7 and I have already installed some third party modules (PySide, PyGame) on my computer and when I run them using the normal GUI they work fine. But when I run python ...
0
votes
1answer
53 views
Child Windows that does not occupy client area
In the Win32 API (pure win32), The Menu bar does not occupy any area from the client area of the window. Which means the origin coordinates of the client area is right under the menu bar to the left.
...









