API
An application programming interface (API) is a set of declarations of the functions (or procedures) that an operating system, library or service provides to support requests made by computer programs.
Language
Any
Platform
Any
License
Any
Hello guys!
I've been working on my own openGL window for a while now..
I can compile it in dev c++ without errors, but it refuses to display my window.
Hope you can tell me what I've doing...
Hi,
I have the following problems:
1)
I want to find all windows which have the following class: "class1" but i dont want to enumerate through ALL windows and select the ones that have the...
Hello,
I tried to use PlaySound() but one of the requierments is the coredll.lib,
the compilathion of my program produce this error:
LINK : fatal error LNK1104: cannot open file 'coredll.lib'...
thank you, it was vary helpfull to me.
So I have a library available as a static or a DLL.
As part if the initialization it creates some events and a background worker thread...
WorkEvth = CreateEvent(NULL,0,0...
hDC,&font);
but its not doing anything, the size of the text stay the same.
if anyone know how can I do this ,I would be vary thankful for him.
seancerly
Can someone help me with this error? I am compiling an IDL file and am getting an MIDL2020 error. This error is defined as
"General access denied error". I am working on a Windows Vista machine...
Try http://www.codeproject.com/KB/WPF/ImageLevels_CustomControl.aspx
i bought a book called game programming wrote by Michael Morrison and when i tried the projects from that book i received errors :( i use windows 7 and i tried to run the projects with visual studio...
Hi, I'm programming a 3d world in Opengl. But i spend a lot of time trying to solve one case. :(
How to make an object to rotate for some angle when Camera gets closer to it???
For Camera movement...
Okay, the resource leak is a good catch, but I can't pass the handle around, I need the actual data in a way I can work with it, stored in-memory, like a pointer to the data... I will be sending...
If you pass the bitmap handle around, but within one process, then it is OK, however, it cannot be passed between two processes.
Also, handle returned by GetDC() usually needs a ReleaseDC() -...
Check out my post, you will probably need a handle to the other window, or a DC or something.
So, I want to nab a screenshot of the desktop, as a bitmap. But, I need to store it in a container, probably a "struct" and pass it around my main application like it's a hotcake. How can I access...
Hi,
I am trying to capture proxy setting ("Automatically Detect Settings"). My code works on XP and Vista.
But it is NOT working on Windows 7
Please see the details of target platform...
Hi,
Is there any way, I can use my application window, as a virtual screen for other apps.
Hi,
I think that you are not still interested in play a music file, but if someone want to view code to play a multimedia file, you can search in sourceforge my project joseplayer. It plays audio...
I have a problem setting up OpenGL in a C++ program using Win32. I have a main window that has buttons and checkboxes to control different parameters. After that I want to have two windows that will...