Tagged Questions
-3
votes
1answer
61 views
UAC Elevation using Simple COM dll [closed]
How to create a simple COM DLL which can be used to elevate administrative tasks,
I found a sample on codeproject but it deal with EXE, and i want to convert it to DLL.
...
5
votes
1answer
150 views
How to programmatically invoke ctrl+alt+del window in windows 7
I am developing custom credential provider dll for windows 7.
This has a condition check; if it fails I want to show ctrl+alt+del window.
Which function can I call to invoke the clt+alt+del(SAS) ...
0
votes
0answers
31 views
Windows mount custom device?
Is it possible, in Windows 7 using the Win32 API, to create a custom "device" and recieve programatic callbacks for a requested file? Like DAEMON Tools can create a virtual CD/DVD drive, I want to ...
3
votes
1answer
40 views
Win API function for modifying file permissions
I'm searching for a way to modify the file permissions of a file in Windows 7 using C.
For example: I would like to add read permissions for C:\a.txt for the user A,
or remove write permissions from ...
0
votes
2answers
117 views
TCP/IP connection between ubuntu (C) and windows (Java)
I'm trying to establish a TCP/IP communication between a server in C running in ubuntu 12.04 and a client in Java (EJS) running in Win7. The server is a thread of a greater program, so it's created ...
0
votes
0answers
39 views
How to increase DPI of specific window [closed]
If you have a laptop with a high resolution, you may try to increase the DPI to make everything bigger. Yes, I have changed the DPI to 150%, and almost everything seems well. But some windows still ...
0
votes
1answer
216 views
How to get process Id of certain process in C
I am trying to create a driver in Windows 7 32 bit.
I am writing the driver in C. In the driver code I am trying to get the process id of notepad.exe.
I don't know how to get the id of that process, ...
0
votes
0answers
61 views
Cannot communicate with serial port
I am using VS 2012 on Windows 7 x64. I am trying to communicate with the serial port in order to read and write to it. I am using the following code:
#include <stdio.h>
#include <conio.h>
...
1
vote
2answers
166 views
CTRL-C handler not working properly
This program
#include <stdio.h>
#include <signal.h>
#include <stdlib.h>
#include <windows.h>
#include <sys/types.h>
#include <unistd.h>
#include <string.h>
...
1
vote
1answer
42 views
Get Process Infomation via pid in Win7
I list process name in my program. First I use "EnumProcesses" to get all PID. Then I get Process name like this:
hProcess = OpenProcess( PROCESS_QUERY_INFORMATION | PROCESS_VM_READ, FALSE, pid );
...
1
vote
0answers
171 views
Fork Implementation using the native API RtlCloneUserProcess [closed]
How can I implement fork API in Windows. Fork + exec calls call be replaced with the win32 API CreateProcess.
In Linux system the child process starts execution from the very same line where which ...
0
votes
2answers
424 views
Error Building Windows 7 Driver
I have this driver that will not compile. I've been searching the errors on the net and have came up with no solution. Any thoughts?
#include <wdm.h>
VOID Unload(IN PDRIVER_OBJECT ...
0
votes
1answer
305 views
AES file encryption in C
I need to compile an AES C source code published from MIT university on Windows 7 platform with GCC. At first I got some "missing file" errors, and now that I solved all of them, I receive a linker ...
0
votes
1answer
2k views
How to install MinGW 64 bit in Windows 7 [closed]
I want to work in Eclipse CDT 64 bit and I have installed it in my machine. But after that I came to know that it needs MinGW to work. But I didn't find any website from where I can know how to setup ...
0
votes
1answer
128 views
C Programming GTK linking error (Windows 7 64bit) [closed]
Im getting some errors when compiling gtk applications on my windwos 7 64 bit.
There error is
C:\Users\RAVIND~1\AppData\Local\Temp\ccnHK06a.o:gtk1.c:(.text+0x34): undefined r
eference to ...
0
votes
2answers
101 views
MinGW created file with weird permissions?
When I compile a C-Program with MinGW and I want to remove the exe-file it disappears. But when I hit F5 it is still there. Unlocker can't find any handles and also can't remove it. I can't modify the ...
1
vote
1answer
284 views
storing array values(from microcontroller) shown on hyperterminal to an excel sheet in PC
I want to save the array values(from microcontroller) shown on hyperterminal to an excel sheet in PC and the same question posted here but has no conlcusions
How to retrieve data from PC's ...
0
votes
2answers
319 views
maximum malloc size
I work on win7 and need to allocate 2 buffers using malloc ,each of 660M bytes
first allocation is OK,the secon buffer allocation fails.
I have 670G free mem on disk
What is maximum malloc size?And ...
2
votes
3answers
2k views
Installing/compiling in Cygwin/MinGW - How to set the include “path”? (symbolic link?)
I have been trying to install/compile C libraries in Windows 7 using Cygwin and MinGW. However, I am getting errors like these during make:
sys/resource.h: No such file or directory
sys/times.h: No ...
0
votes
1answer
223 views
OpenGL Bump Mapping not working
I'm trying to apply a bump map to a 2D texture, from the code that I've seen in this tutorial: http://www.paulsprojects.net/tutorials/simplebump/simplebump.html
I've changed the code to work with my ...
1
vote
0answers
103 views
How to detect process set with CREATE_NEW_PROCESS_GROUP and why GetConsoleProcessList(..) return process with CREATE_NEW_CONSOLE flag?
I am trying to emulate SIGTERM in windows using GenerateConsoleCtrlEvent(..). I read the condition should be that the new process be in a new process group and share the console of the calling ...
0
votes
1answer
47 views
Security identifier “directory” crashes my program
It fails only at the system volumine.
#ifndef UNICODE
#define UNICODE
#endif
#include <stdio.h>
#include <Windows.h>
void EndWithBackslash(TCHAR* string)
{
...
1
vote
1answer
109 views
Traversing directories recursivelly using FindFirstFileEx function [closed]
I've debugged it, but I still don't have any idea what could be the culprit.
#ifndef UNICODE
#define UNICODE
#endif
#include <stdio.h>
#include <Windows.h>
void ...
1
vote
1answer
86 views
Searching for directories only
int main(void)
{
HANDLE hFoundFile;
WIN32_FIND_DATA foundFileData;
SetCurrentDirectory(TEXT("C:\\"));
hFoundFile = ...
3
votes
1answer
196 views
Is Microsoft's fopen commit mode flag broken on Windows 7?
I write the engine for our company's products, which are designed to run on our clients kiosks. This includes code to commit file writes to disk.
We have no control over the client's choice of ...
5
votes
4answers
783 views
First UDP message to a specific remote ip gets lost
I am working on a LAN based solution with a "server" that has to control a number of "players"
My protocol of choice is UDP because its easy, I do not need connections, my traffic consists only of ...
0
votes
2answers
195 views
Windows application ANSI to Unicode
I have made a mistake by developing a big Windows application that supports only ANSI. What are all the impacts, if my application doesn't support Unicode? Also, I am planning to migrate my code to ...
1
vote
3answers
285 views
Too many files open
This code opens a directory, and for every file in the directory it loops through every line of data inside the file, and then parses it to do some calculations and outputs the resulting data into a ...
1
vote
1answer
787 views
Can't read or write using fopen in windows 7 because of permissions
I've been searching for a while to find this answer but I can't find a solution. Basically I'm trying to read and write to files in the c drive of my computer. However because it is windows 7 it ...
1
vote
4answers
223 views
Why doesn't my console wait for an input in VS2010 and Windows7?
The main function goes like this:
void main( int argc, char** argv ){
// validate that an input was specified
if( argc != 2 )
{
printUsage();
return;
}
if( ...
1
vote
0answers
193 views
C profiler for mingw
I am looking for a good c profiler that supports multithreading in a mingw environment under windows 7. I mainly interested in the the CPU processing time. The processor I am using is AMD.
2
votes
3answers
128 views
Interupts Vs Poling a Device
In my application a no. of devices (camera, A/D, D/A etc ) are communicating with a server. I have two options for saving power consumptions in a device as not all devices has to work always:
1- Do ...
0
votes
1answer
739 views
change Windows 7 tablet PC settings using code.
I am designing a touch driver for windows 7 .
Windows 7 has a mechanism to associate your touch screen with a particular display, see "Tablet PC Settings"->Configure .
What i want to do is ,change ...
5
votes
1answer
247 views
Keep Network Location Wizard from popping up after using RasDial to establish a VPN connection?
I'm establishing a connection to my VPN using
RasSetEntryProperties to create a new phone-book entry,
RasSetCredentials to add credentials to that phone-book entry,
RasGetEntryDialParams to get ...
0
votes
1answer
531 views
dpinst.exe behaviour in windows 7 with standard user privilege
I'm using dpint.exe in my driver package. I'm facing the below mentioned scenario's in Windows 7 64 bit os.
When UAC Enabled, It works as expected in admin mode( user with admin
privileges ) , ...
0
votes
0answers
492 views
Error when running the same program repeatedly in Turbo C using DosBox in Windows7 64bit
I am trying to use Turbo C with DosBox (DosBox 0.74) in my Windows 7 64 bit.
The program works perfectly fine its first run. It compiles successfully without error and also executes flawlessly.
As I ...
1
vote
1answer
158 views
What #if preprocessor directive to determine if OS is WIN 7 SP1?
I'd like conditional compilation based on whether the compiling machine is running Windows 7 SP1 or not.
We have a workaround for http://support.microsoft.com/kb/2517589 but I don't want to check the ...
2
votes
1answer
259 views
how to connect two PC's one with ubuntu OS other one with Windows 7 Os using USB-USB Bridged Cable [closed]
I need to write a C/C++ program in ubuntu machine to send a text file to a Drive in Windows 7 machine. The text file is to be passed from Ubuntu machine to Windows7 machine using the USB-USB Bridge ...
0
votes
1answer
294 views
GetTextMetrics returning different maximum and average character width for Courier New
I'm maintaining an application using Borland C++ Builder 6 running on Windows 7.
The application is incorrectly drawing text using font Courier New because each letter is being slighty cut off. The ...
6
votes
1answer
179 views
Retrieving a complete list of Windows processes in C
I am developing a simple process statistics collection library for Windows. I'm enumerating the processes with EnumProcesses() function, and I try to open them with OpenProcess() call with ...
2
votes
2answers
174 views
Reading/Writing files using nothing but a handle
A question came up at work where I am not sure of the answer. Suppose there is a handle, within a process, to a directory. The handle has RW set and lets say it points to the desktop. Is there a ...
1
vote
2answers
929 views
mingw and codeblocks for c and c++ which works on windows 7 64bit?
I have a windows 7 64 bit (home premium).
the problem is i am trying to learn C and when i complete in then go on to learn c++. The problem is i coudnt find a working compiler and IDE. I finally got ...
1
vote
2answers
588 views
Execute “reg query” as a new process does not display all keys
If I call
REG QUERY HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI
in a batch script then the correct result is displayed:
ShowTabletKeyboard REG_DWORD 0x0
...
1
vote
2answers
476 views
memory used by a program in bytes in c language under windows
How can I make a system or library call on Windows to learn the memory usage of a program running a C program?
6
votes
1answer
3k views
Can I get write access to raw disk sectors under Vista and Windows 7 in user mode?
From the RawDisk website:
The new security model of Windows Vista puts tight restrictions on applications executed in user mode. Even with elevated administrative rights, the application can’t ...
5
votes
4answers
5k views
CreateFile: direct write operation to raw disk “Access is denied” - Vista, Win7
The relevant Microsoft doc is:
Blocking Direct Write Operations to Volumes and Disks
CreateFile, remarks on Physical Disks and Volumes
The executable is written in C++ and it calls CreateFile() to ...
0
votes
1answer
304 views
ANSI C on Windows 7 - Programmatically generating a Serial Event (RS232)
I am using a combination of hardware and virtual serial ports in a ANSI C Windows 7 environment. In this project, there will be two applications: The first application is being developed and will be ...
0
votes
1answer
463 views
Controlling & Logging Printer Activities in Windows Operating System
We have few printers connected in the network (LAN) setup with no domain controller. The printers are given specific IP addresses. I wish to log all the printer activities to a database (or ...
3
votes
2answers
574 views
How can I programmatically pin an application on a StartMenu in Windows 7
i am doing a major upgrade, therefore, if the user has pinned the application on the StartMenu before the upgrade, they will lose it after the upgrade.
So I have created a custom action in the ...
2
votes
1answer
364 views
Displaying HBITMAP
I apologize upfront; I'm new to c and I really don't know what I'm doing.
I am trying to capture and display a screen shot using Windows 7 and c. I know it sounds dumb, eventually I will need each of ...
