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]
question Detect Memory Leaks in my DLL code?
 
I have a C++ dll used for a JNI Java project. I added: #define _CRTDBG_MAP_ALLOC #inclu...
[2 replies] Last: Debug. (by avalanche333)
post Webcam OpenCv to WindowsVista
 
On windows XP I have a great program who operate and who use mainly OpenCV. Only when, I run my pro...
[3 replies] Last: So you have a software issues? Why don't you contact the company who m... (by DrChill)
post WinAPI newbie requesting assistance with WindowProc (and other stuff)
 
I'm trying to make a utility that will log all power messages (and eventually do some other cool stu...
[4 replies] Last: for file name, use a naming convention and append a time-stamp with it... (by writetonsharma)
by jcylam
post I want to create icons/buttons on screen. I have no clue where to start.
 
I am writing a program for gaze/ eye tracker to be used like a mouse. i have the codes to move mouse...
[1 reply] : it will be good for you if you create push buttons on the screen. whe... (by writetonsharma)
question Building MySQL++ for Windows
 
Hello, Short version: I got errors compiling MySQL++ Long story: I've coded something under Linux...
[5 replies] Last: Actually my suggestion for the directory name thing was going to be (... (by guestgulkan)
by jcylam
solved in "for" condition my j keeps on equalling -8million sthg!!??
 
bool get_XY (long *GT_X, long *GT_Y, int *option, int *loops) { clock_t start, finish; do...
[7 replies] Last: solved by changing if (x < y <z) to a if (x < y) (by jcylam)
post Game Launcher (1,2)
 
I am trying to make a game launcher, and for the auto-update to work, all I need is: - I want progr...
[20 replies] Last: Wow, thanks. I'll let you know I can manage it with that. :D Meh, t... (by Wazakindjes)
post Problems with afxdb.h
 
Hello, I'm writing a simple console application using Visual Studio 2008 pro. I need to connect ...
[4 replies] Last: ^^^ Easy laddy. (by guestgulkan)
post Is it possible to loop a switch? (1,2)
 
I'm writing a program and I'm wondering if it's possible to loop a switch because my program is supp...
[23 replies] Last: Okay so the goal here is to step through this code and find out why it... (by Disch)
by zsukal
solved How to get name all colors from class Drawing::Color
 
I want to get all names colors from class System::Drawing::Color. I searching in forums this and el...
[7 replies] Last: Thanks. I must make small modification and work good ;-): ... (by zsukal)
post serial port question??
 
how can I search Serial/USB-Serial ports for device names, so I can compare the info and select the ...
[no replies]
post WINAPI thread problem
 
Hey there, I've been working on this project for a long time now and can't seem to fin...
[4 replies] Last: http://msdn.microsoft.com/en-us/library/ms682608%28VS.85%29.asp... (by writetonsharma)
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....
[3 replies] Last: @Zhuge: You are correct. @laxman: Maybe the function is called from d... (by toro)
post Debugging Graphical Output
 
Is there a way to do step-by-step debugging of graphical output to a window? For instance, if I h...
[1 reply] : I guess you could get an image of your window with PrintWindow() after... (by Kiana)
post Playing Sounds
 
Hey all, Can anyone give me a quick runthrough of how I correctly code to play an audio file? I nee...
[15 replies] Last: If you look in the headers, you can see some classes (or structs) bein... (by NGen)
by smarsh
question Lost and need direction please
 
Hi, We are web/Flash people but were asked if we can take on a project that I would describe as c...
[3 replies] Last: That's what I was thinking... Just rename explorer.exe to explorer.old... (by chrisname)
post Inputbox
 
Okay, what I want is simple, an input box that writes whatever you put in the bar into a text file. ...
[3 replies] Last: Thank you Computerquip, with your advice I was able to figure it out. ... (by Tylerk42)
by jcylam
post Raw input functions on windows wouldnt compile
 
Ok I'm new to programming in c++ and i need help on working with raw functions in windows for thi...
[3 replies] Last: I understand now, those that i wrote are the format of how to input va... (by jcylam)
by Hakate
post Visual studio problems
 
Hello I recently noticed that my visual studio wont go into a scope when im making classes, when ...
[5 replies] Last: Maybe 'Visual Assist X' works. (by HawkOfWinter)
by zsukal
solved How to get class System::Drawing::Color to consol app
 
I have i question. How i can import library to consol app, to use System::Drawing::Color. Thanks.
[1 reply] : Answer for my question is: #using <mscorlib.dll> #using <S... (by zsukal)
by NGen
post Good DirectX Book
 
I was pointed to a good WinAPI book the last time I asked, and honestly I'd rather not risk trying t...
[5 replies] Last: i didnt mean that.. you took me wrong.. i said if these technol... (by NGen)
question Interactive sound installation, OSC or Midi?
 
Hello everybody! I study in university on the course of Medialogy. We have a project dedicated to i...
[no replies]
solved recv() not returning
 
hey guys, i have a loop for recieving data like this: while((length = recv(main_socket...
[3 replies] Last: yep it's TCP you mean like... ending sequence for each message? well ... (by stupid idiot)
by Hakate
solved for loop
 
Hello i need to make a for loop that changes direction everytime a specific number is randomized,...
[15 replies] Last: looks good to me.. (by high5nothi5)
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 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]
Pages: [1] [2] [3] [4]   Archived months: [sep2009]

Registered users can post in this forum.