0
votes
0answers
36 views

How does Dreamscene work? [closed]

Windows DreamScene is a utility that allows videos and .gif and other optimized animations to be used as desktop wallpapers. It is one of the Windows Ultimate Extras. Prior to its official ...
0
votes
0answers
17 views

LDAP's ldap_search_s() fails on Windows Active Directory

I have setup an Active Directory service on my Windows 2008 server. I have added an user and here is the DN (DistingushedName) CN=ashwin,CN=Users,DC=test,DC=com There is no password set for the DN ...
1
vote
1answer
53 views

Making the console window bigger in C

I am trying to write a table from scratch in C that has at least 20 rows, and the base console window size goes onto a second line so I need to change this. This is for an assignment (the reisizing is ...
0
votes
1answer
71 views

Need help searching for a array of bytes in another process - C windows programming

/* Preprocessor directives : */ #include <stdio.h> #include <stdlib.h> #include <windows.h> #include <tlhelp32.h> #include <tchar.h> /* ...
2
votes
3answers
87 views

Embedding Python into C

Win7 x64, Python3.3 32bit, Visual Studio 2010/2012 (same behavior). The following code compiles and runs just fine (i.e. prints current date): extern "C"{ // not having it doesn't make any difference ...
0
votes
0answers
41 views

How to enable modern look and feel of tool bar for Win32 Application?

Recently I started learning GUI programming based on Win32 API. When I add tool bar control (from comctl32.lib) to my simple application I find it looks flat while the menu bar has more "Windows 7 ...
3
votes
4answers
42 views

Creating Shared-Memory for two different processes

So, I'm trying to create a shared-memory segment in a C program, so I can for example write a simple character in it, and read that character from another C program. I've been trying to use calloc() ...
0
votes
1answer
66 views

using Strings in C/C++ — [ ] after LPCTSTR

came across this and was wondering what it does LPCTSTR szmyLPCTSTR; // doing _tcsncpy things with that string //at the end then there is this line which i am not sure what it does ...
1
vote
0answers
44 views

output to command line from windows gui program

I have a win32 gui based exe which is GDI based - The program accepts command line arguments when it starts, and I need a way to print out a message if the command line is incorrect. At the moment, ...
0
votes
0answers
21 views

_spawnve() is not disabling the ctrl-c signal even though we have set the console mode to keyboard input

I have a use case where i need to invoke a child perl process from my main program. and i want that if ctrl-c is pressed at parent process child process should not get killed. basically i want to make ...
2
votes
4answers
99 views

How to decrease CPU Usage when it reaches to 100% when using while(1) loop

I am working on UDP Server/Multiple Client Application. There are multiple threads handling multiple clients. There is one single thread which keeps on sending KEEPALIVE Messages to each active ...
0
votes
0answers
26 views

Why does dllMain overrides the control-word of my FPU?

I've seen here and here that dllMain changes the control-word of my FPU, and I need to: _control87(_CW_DEFAULT, _CW_DEFAULT); so it will return to normal. But no one states why it is done. Does ...
0
votes
1answer
40 views

how to get access after hide the drive with Diskpart Command-Line Utility

I want to hide the drive from user with Diskpart Command-Line Utility . I use remove letter command and the drive becomes hidden . But I want to use the data of that drive for example in my program ...
0
votes
0answers
16 views

WASAPI: Session not expiring

Ok so I've been trying to get some audio working, essentially I want to have multiple windows open under the same process playing audio and video (audio is muted on all but topmost). I am having a ...
-7
votes
0answers
94 views

C/C++ Compiler Driver doesn't work [closed]

Please don't mark this as duplicate. I know that there's already a question about this here in Stack Overflow. So I try to use the Microsoft C/C++ Compiler Driver but it doesn't work. So, I followed ...
-1
votes
1answer
31 views

client for a multithread chatserver in c win [closed]

I want to write a client for a multithreaded server. The server sends every message to all clients which are connected. For this kind of server I can not use the normal client because if you write ...
4
votes
6answers
137 views

A funny thing with sprintf

I'm so confused with sprintf that a funny problem with different platfrom. Code : int main () { char sql[1024]; uint32_t app_id = 32; uint64_t task_id = 64; sprintf(sql, "%u, %u", ...
0
votes
1answer
21 views

Error in assigning port number to socket using newSocket.sin_port = htons(portNumber);

I am trying to assign port number passed to it by a function. The port number received is displayed correctly when received but when I try to assign that port number to a new Socket, that port number ...
0
votes
1answer
30 views

Concept of non-blocking socket functions using WSAWaitforMultipleEvents()

I am using WSAWaitforMultipleEvents() fucntions and I think that made my sockets non-blocking i.e. recvfrom() is only called only when FD_READ Event is generated and data is available at socket to be ...
-1
votes
1answer
54 views

CPU Usage goes to 100% when running few threads

My code is a UDP single Server/multiple Client application using WSAWaitforMultipleEvents(). On the Server side, there are 3 ReceiveThreads and each Receive Thread has its own sendThread. There are ...
0
votes
0answers
15 views

purecoverage instrumentation error. “Unable to direct patch a reference” error

I am working on running PureCoverage on our executables. I faced 2 problems initially but one was resolved after linking the object files with relocation information using the link.exe option ...
0
votes
1answer
37 views

Debug Assertion Failed. Expression (stream !=NULL)

I am getting the following error: Debug Assertion Failed. Expression (stream !=NULL) File: f:\dd\vctools/crty_bld/self_x86\crt\src\fwrite.c and CPU Usage 100% when 4 threads are created. The ...
0
votes
1answer
28 views

Tracking tooltip causes grey “trail” of excruciatingly slow repaint

Let me first decribe the symptoms of the problem. I'll then give additional facts and explain my question. Symptoms I have written a custom Windows control. The control paints itself in response to ...
1
vote
0answers
52 views

How can I install C compiler properly for Python package installation for Windows?

I believe I don't have my C compiler properly installed. I'm trying to install some Python 2.7 packages on my Windows 8 machine. I keep receiving the following error: "RuntimeError: Broken ...
0
votes
0answers
41 views

getopt_long port to windows: __progname redefinition error

I'm using a port of getopt_long for windows which has the following lines: [...] static char * __progname __P((char *)); int getopt_internal __P((int, char * const *, const char *)); static char * ...
1
vote
1answer
33 views

Updating Queue and deleting desired contents from the Queue

I am stuck in a really confusing situation here therefore, I am going to explain the whole scenario. I have developed a UDP Server/ multiple Client appplication. The Server has a main Receiving ...
0
votes
0answers
15 views

How to add “Read & execute” permission in Windows 7 for file on Samba drive [migrated]

From a C program I would like to add "Read & execute" permission in Windows 7 for a file on a Samba drive. The "icacls" program is used in example below, but a C library call could also be a ...
1
vote
1answer
40 views

TerminateThread() returns error when terminating the thread

I have a ThreadA created using the CreateThread function. Inside ThreadA, another thread, ThreadB is created using the CreateThread function. Now, I want to terminate ThreadB from ThreadA but the ...
1
vote
1answer
41 views

How to use static library generated by gnu C/C++ tools for arm with Microsoft C/C++ tools for arm

I have a static library (.a) generated by the GNU tools for ARM on Linux enviromnent and want to use this library in Windows environment (Visual Studio 2008) using the Microsoft tools for ARM ...
1
vote
2answers
61 views

Including C++ headers in user mode programs built with NT DDK

So...I have a kernel mode component and a user mode component I'm putting together using the turnkey build environment of the NT DDK 7.1.0. The kernel component is all .c/.h/.rc files. The user mode ...
0
votes
1answer
34 views

Compiling a simple C program to render with Pixie( open source renderman)

So I am using MinGW as a C compiler for windows I made a simple C program #include "ri.h" RtPoint Square[4] = { { .5,.5,.5} ,{.5,-.5,.5} , {-.5,.5,.5} , {-.5, -.5 , .5}}; static RtColor Color = ...
0
votes
3answers
98 views

What's the best way do determine if an HWND represents a top-level window?

Is it to check for the WS_CHILD bit: LONG style = GetWindowLong(hwnd, GWL_STYLE); int isTopLevel = !(style & WS_CHILD); Or is there a better way? Assume: Straight C calling only ...
0
votes
1answer
45 views

Comparing received buffer as a result of recvfrom() to a text file

I have a Buffer received as a result of recvfrom(). lets say, char receiveBuffer[12] = "NewClient 5"; I want have a text file which looks like this: NewClient 1 192.168.1.1 8881 NewClient 2 ...
0
votes
3answers
47 views

Reading from a buffer word by word in c

I have a Buffer received as a result of recvfrom(). lets say, char buffer[12] = "Hello 1"; I want to separate Hello and 1 and store them in different buffers so that one buffer has "Hello" in ...
1
vote
1answer
36 views

Block file creation

I have to write a functionality which prevents the user from creating files on the desktop (except shortcuts files (*.lnk) and directories) for windows XP. After some research i came to the conclusion ...
0
votes
1answer
13 views

W32 textbox automatic newline

So I have a textbox and I want to make it go to a new line when it reaches the border. Also, I am new to this w32 API. Here is my code: hEdit=CreateWindowEx(WS_EX_CLIENTEDGE, "EDIT", "", ...
0
votes
1answer
39 views

How to disable certificate validation for LDAP authentication on Windows?

I am writing a sample client (coded in C/C++) for authenticating user via LDAP. The client is developed for both Windows and Linux. For Linux, I am using OpenLDAP library compiled with --with-tls ...
0
votes
1answer
78 views

Synchronization issues in two Threads Sharing a Queue for Reading and Writing using Critical Section

I have two threads on my Server, one Worker thread and one Receiving Thread. There is a shared Queue containing list of all active Clients for this Server i.e. Queue has IP and Port Number of each ...
-1
votes
2answers
49 views

CryptGenRandom is giving same value while calling in loop

Sorry, I cant use separate class for this and I tried to build following code and getting same output when calling from out side in loop. unsigned int crypt_rand() { ...
1
vote
2answers
48 views

Unhandled Exception when using itoa

Below is a part of my code. I am not sure what is wrong with it because when I debug this code, I get a the following error: Unhandled exception at 0x60e8144c (msvcr90d.dll) in client0.exe: ...
-7
votes
2answers
77 views

Show Yes/No messagebox where No is grayed out win32api C++ [closed]

I want to show a simple Yes/No messagebox but gray out/inactive the No button. With the C win32api
0
votes
4answers
91 views

Dynamic memory allocation and memory block metadata

I have a question about low level stuff of dynamic memory allocation. I understand that there may be different implementations, but I need to understand the fundamental ideas. So, when a modern OS ...
-1
votes
2answers
68 views

CryptGenRandom output not getting same as rand() call

I tried to create random number using CryptGenRandom() call for avoiding cryptographic attack. I tried to run follwing code which prints both rand call and CryptGenRandom() call. HCRYPTPROV ...
-1
votes
1answer
52 views

Random number creation using RtlGenRandom() function in c++

I created random number using rand() and srand() but using this methods cryptographic attack will happen. So I tried to use RtlGenRandom() method to create the same. But using this I am not able to ...
0
votes
1answer
42 views

GetTokenInformation fails (error 998) on windows server 2003 but works on 2008

I have a problem when calling GetTokenInformation, for some reason it fails on windows server 2003 32bit but succeeds on server 2008 64bit. PTOKEN_USER pSIDTokenUser = NULL; DWORD ...
0
votes
0answers
45 views

Clarification of C Run-Time (CRT)

So I have read and googled about CRT but I'm still little bit confused. libc.lib - LIB is container of compiled object files and container have symbols of functions in its header. Vendors can ...
1
vote
1answer
135 views

C Code slower on Windows than on Linux

i'm working on a project that will have builds for Windows and Linux, 32 and 64 bits. This project is based on loading strings for a text file, process it and write results to a SQLite3 database. On ...
1
vote
1answer
28 views

How to change the default icon of my program in C?

i wrote a program in C using Dev-Cpp, my question is : how can i change and customize this program icon ?
1
vote
1answer
21 views

Queue popping out some garbage value

If i enter 2 as input, the output is -572662307. Can anyone figure out the problem? struct node { int rollno; struct node*n; }; void read(struct node*); void display(struct node*); struct ...
0
votes
1answer
32 views

Configure COM port with CRT functions

Is it possible to configure a COM port (bitrate, parity) on Windows using only CRT functions? Or must I use Win32 functions (CreateFile, SetCommState, ReadFile, WriteFile), to use it with the bitrate ...

1 2 3 4 5 56