Windows Programming

by admin
news Welcome to this board! closed
 
Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related...
[no replies]
post "overflow_error", "fabs" etc not recognized as part of std when compiling
 
I am fairly new to c++ but taking a course in it at uni which is adapted to unix systems but using c...
[2 replies] Last: Thanks, I included "<exceptions>" opposed to "<stdexcept>", thanks :) (by dacascos)
post Download a directory
 
I am trying to make a game launcher, and for the auto-update to work, all I need is: - I want progr...
[14 replies] Last: Kay. :P But still, how is this relevant? XD (by Wazakindjes)
by laxman
post windows triggered breakpoint due to corruption of heap
 
Hi, I was implementing queue in some pre-written program. There I get this heap corruption error....
[2 replies] Last: The if statement returns from the function, so that isn't it. I don't ... (by Zhuge)
post Random thread switch
 
Hey There. Can someone please help me on how to make threads switch randomly with a switch statement...
[2 replies] Last: Yea fieredraco thats what im trying to do. (by samguddy)
post NTFS Change Journals
 
Hi, I am new to Windows related Code in C++. Currently, I wish to monitor my system for the mo...
[4 replies] Last: Thanks for your reply. I can only create handle for the Volume and ... (by Rahul123)
by onur
question static member in DLL
 
Hello, For a project I need to handle numbers that only have a predefined range of values [0, max) ...
[9 replies] Last: That's what you need. You'll find that if you create a DLL project ... (by kbw)
by dth
question Creating more than 1 name for an application
 
Hi, I have an application that is created with Microsoft Visual C++ .Net 2003 and I would like to...
[5 replies] Last: maybe: TN035: Using Multiple Resource Files and Header Files with ... (by Grey Wolf)
post Using windows Performance Tools / xperf programmatically?
 
Suppose I want to make a program that, every minute, will cout various data about system utilization...
[no replies]
question CodeBlocks PDCurses Installation
 
I'm trying to install PDCurses onto CodeBlocks but I can't solve this particular error. These are t...
[2 replies] Last: I'm trying to do the suggestion by chrisname in a previous thread: [o... (by bluezor)
post MF_CHECKED Dumb Question
 
In Winuser.h we have this... #define MF_UNCHECKED 0x00000000L #define MF_CHECKED ...
[2 replies] Last: Okay, thanks. That's what I was thinking, but I'm still feeling my way... (by Lamblion)
solved copy code and execute
 
Ok so I want to learn what is the problem in the following code: typedef int (*foo_ptr)(voi...
[14 replies] Last: i tried it... new console ->paste the code ->and voila it works..... ... (by j1230xz)
post Reader & Writer problem.
 
Hey Guys, Let me begin by saying thanks. You guys are really helpful. My problem is that I have t...
[1 reply] : Do you mean 5 readers and 3 writer processes or maybe t... (by j1230xz)
post how to run service before login
 
hello! i need my service to be runned before user login. how to do it? help
[9 replies] Last: Oh, i've got you! rather interesting! but can you explain more a bit?... (by alexprg1920)
post Display an integer in a messagebox
 
I have spent an afternoon trying to figure this out. What I want to do is simple, display a number i...
[8 replies] Last: @NGen: And why not? In most cases ANSI is supported on t... (by Duoas)
by Hakate
solved for loop
 
Hello i need to make a for loop that changes direction everytime a specific number is randomized,...
[14 replies] Last: #include <winuser.h> // ... BOOL bDirection = TRUE; int ... (by Kiana)
by garob
questionsolved Check if a key is down
 
I am making a game and I need to know if an up key or down key is down and move the player according...
[2 replies] Last: I found something explaining my problem at http://www.gamedev.net/comm... (by garob)
post controlling the console?
 
I'm trying to make the tic tac toe console game from the beginners exorcises article, but i don't kn...
[13 replies] Last: I knew Duoas would come to the rescue.., (by chrisname)
post rc file not working
 
Okay... I'm trying to make an application program, with a dialog box. And I need to include a .rc fi...
[2 replies] Last: [Resource error] syntax error [Build Error][Windowt_private.res] Erro... (by Tylerk42)
by Null
post Text formating/alignment
 
Hi, I have to make text look like this: 00 FA FF 0A 3C 09 A0 DE AD FC 00 09 FA FF AC FB 10 0...
[3 replies] Last: Yes! and no. I'm writing a GUI app so I'll put formatted text into tex... (by Null)
by NGen
post Error Setting lpfnWndProc
 
When trying to set my WndProc function (code at the end) as the message handler for a window class, ...
[no replies]
post Raw sockets Tutorials
 
Hi ,I wanted to write a program that will view network traffic using Raw Sockets,I need some tutoria...
[2 replies] Last: Thanks Mal ,I passed through some tutorial but I have a problem in cre... (by charlie)
by wy737
question installshield
 
Hi, Anyone know "Visual Studio .NET 2003" include installshield ? If "yes" which CD inclu...
[2 replies] Last: R0mai, Thanks! (by wy737)
by wy737
question deploy
 
Hi, I need help! In vs.net 2003's deployment, how to run a batch file at the end of instal...
[no replies]
solved linking
 
hey guys, i'm using g++ compiler with cygwin and somehow i can't reach all the libraries i want t...
[1 reply] : ok.. meheh im sorry guys im truly a stupid idiot.. cygwin wouldnt take... (by stupid idiot)
post Win32 API Memory Leak
 
I have an application with four main tabs. I am encountering a 4k memory leak on about every sixth t...
[2 replies] Last: Good idea. I'll do that. (by Lamblion)
post Playing Sounds
 
Hey all, Can anyone give me a quick runthrough of how I correctly code to play an audio file? I nee...
[10 replies] Last: the benefit of being cross-platform is a great advantage.[/quot... (by Grey Wolf)
by Kainis
post Dice Rolling Output Problem
 
Ok I have my code that allows the two dice to roll, however I have run into a slump, which is I am t...
[no replies]
post Introducing Linux based C++ code in VC++
 
Hi all, I need some help in properly compiling a library in VC++. Here is the scenario: I hav...
[no replies]
solved fatal error C1083: Cannot open include file:
 
Hi all, I am trying to build a library and I am following the instructions given in it's manual.....
[4 replies] Last: Hi firedraco, Thank you for your help. It worked well.. Reg... (by abhipro)
by MikeT
questionsolved Why are windows.h definitions not found or being set
 
First I'm very new to C++ and am going through a tutorial about windows programming. The problem ...
[5 replies] Last: Uhhm, I manually created the resource files based upon a tutorial. I g... (by MikeT)
Pages: [1] [2] [3]   Archived months: [sep2009]

Registered users can post in this forum.