• Forum
  • Windows Programming

Windows Programming

by admin
Welcome to this board!
 
Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related t...
[no replies]
Problem with Scintilla library
 
I have problem with calling this function Scintilla_RegisterClasses() Compiler gives me this erro...
[no replies]
Does My Graphics Card Support OpenGL 4.0?
 
Hello and thank you all! I'm trying to create applications using openGL 4.0, but a certain line in m...
[10 replies] Last: The guide didn't make this mistake :d Most of times the OpenGL librar... (by EssGeEich)
by kalkas
Multi-threading and Mutexes
 
Hi I'm programming a multi-threaded application and to make the data thread-safe I use mutexes. T...
[11 replies] Last: @andywestken No, this is a mistunderstanding. I meant I had opposite i... (by kalkas)
by lwells
Need help sending command to system
 
I am trying to find the path of my file, then pass the path onto a command I am sending to system co...
[no replies]
Announcing CMake Tools for Visual Studio
 
I'm pleased to announce the first release candidate of CMake Tools for Visual Studio, an extension a...
[no replies]
I need help!
 
I'm trying to create a game using ASCII characters as a school project. This code serves as a protot...
[7 replies] Last: I think kbw was pointing out that while you thought you were doing thi... (by andywestken)
Image dims using Unofficial OpenGL SDK
 
I am trying to get the dimensions of an image in an image set using the Unofficial OpenGL SDK, but I...
[4 replies] Last: The compiler is returning C:\C++\TextureTest\main.cpp||In function ... (by gygzyax)
MFC and ATL are part of WDK (in case you didn't know...)
 
In case you don't already know, a slightly outdated version of the Microsoft Foundation Class librar...
[4 replies] Last: Using just a single window... Actually, replacing MainFrame and Vie... (by andywestken)
Getting the Width of a Window
 
Hi, I need the width of a window. I try to do this as follows: LPRECT tarWnd = 0; GetClientR...
[3 replies] Last: For future reference? When it comes to the Win32 API, all calls which... (by andywestken)
Advice needed(GUI programming)
 
Hi i am looking for guidance on where to start GUI programming,I have been programming for a couple ...
[4 replies] Last: To quote Mohammad Elsheimy... Charles Petzold, u r the God of progra... (by andywestken)
No acceptable c compiler error while building freeglut-2.8.1
 
After doing some searching in how to getting started with opengl, i found that i probably missing so...
[3 replies] Last: In your cygwin type PATH and print the output of that line. I think yo... (by nedo)
creating windows
 
Hello, I've been looking at making windows, but I don't understand it fully. Is there some tutorial ...
[8 replies] Last: There is no need to use UnregisterClass under routine circumstances. ... (by andywestken)
by jondom
How to handle the message-only window to get the messages from the console window?
 
Hi! I'm trying to know when a console window has been resized/maximized/minimized. So I created a...
[no replies]
System::IO::Ports in VC++ windows forms
 
I face a problem with sending/receiving data from a serial port. I have a string "Hello World". I...
[1 reply] : Anyone lend me a hand? :( (by ChongHan)
by Fyah
???
 
??????
[1 reply] : i wrote this code and im trying to make it say "PLEASE CHOOSE A CELL ... (by cire)
How do I return arrays in amp restricted functions?
 
Suppose I have a series of numbers I want to return in an amp restricted function; what is the best ...
[2 replies] Last: I don't know if that will work, can I "new" an array in amp restricted... (by ausairman)
Problem with splitting a Bitmap into sections
 
Hi, I am trying to load a bmp image and split it into tiles that have the same dimensions. I then...
[2 replies] Last: My fault, i called the bitblt() function incorrectly. I must have been... (by martianxx)
Need to create a bitmap filled with black
 
I need to create a HBITMAP that stores a bitmap where all its pixels are black. The dimensions of th...
[3 replies] Last: the idea was for the bmp handle to be saved to be drawn later. My co... (by andywestken)
by l0l1dk
Determining which processor a thread is currently executing on, if any
 
Is there a way to determine which processor a thread, which is not necessarily the current thread, i...
[no replies]
Pages: 123... 14
  Archived months: [mar2013]