Windows Programming - June 2018 (Page 2)

I need to access a 32-bit DLL from 64-bit code
 
I do not have access to the 32 bit dll so I am unable to upgrade it to 64 bits. I also do not want t...
[4 replies] Last: [quote=OP]I also do not want to downgrade the 64 bit code to 32 bits. ... (by Computergeek01)
by slei
Windows ToastNotifications in C++
 
Hey, I've tried to work with the Windows Toast Notifications to create an Chat message box like S...
[no replies]
Making a C++ Program that Extracts Data from Online Dashboard?
 
How would I go about making a C++ program that prompts the user to enter start and end dates, and th...
[1 reply] : well.. not to be a jerk, but step 1 would be to determine exactly wha... (by jonnin)
Make File Error- $(CPP) $(LINKOBJ) -o $(BIN) $(LIBS)
 
# Project: Project2 # Makefile created by Dev-C++ 5.11 CPP = g++.exe CC = gcc.exe W...
[2 replies] Last: How do I fix this? Get a newer IDE, Dev-C++ 5.11 was outdated when i... (by closed account E0p9LyTq)
by Sh0es
pop_back Operation causing SIGSEGV
 
I have this code, which I'm testing to serve as a test bed for my homemade data structures. #incl...
[2 replies] Last: All of these have the same fundamental problem: else if(inp == "ins... (by keskiverto)
Is it possible to stream live video on facebook programaticly?
 
Is it possible to stream live video on facebook programaticly? That would be very interesting.
[no replies]
How to switch between Forms in Visual C++?
 
I'm using Visual Studio 2013 (If that matters) and I am working on a project I can open form 2 fro...
[3 replies] Last: from what little you give us, I have thoughts.. are you creating the ... (by jonnin)
Cannot fix exception HRESULT 0x8000000A in a Windows Forms application.
 
I'm not sure what went wrong, my code was working perfectly before and then suddenly stopped working...
[no replies]
fatal error LNK1104: cannot open file 'opencv_world341d.dll'
 
Hello, I'm using VS 2010 and OpenCV 2.2. I did everything as in this video https://www.youtube.com/w...
[no replies]
How to make webcam video recording? (No OpenCV)
 
Hello does anybody know how to make webcam video recording application. No OpenCV because my webcam ...
[no replies]
by Bucko
Two simple (?) programs
 
I am an absolute C++ newbie, unable at the moment to write something useful in this language. Normal...
[2 replies] Last: keskiverto, thank you for your interest! Start: You mean the DOS comm... (by Bucko)
Debugging start error for windows service C++
 
I have a server that I have tested as a standalone console application which works fine. I added the...
[1 reply] : Did you forget to call "SetServiceStatus()" with 'SERVICE_RUNNING'? If... (by Computergeek01)
by ArushA
Best memory managment methods in kernel mode
 
So I'm starting to learn and work with kernel mode driver in c++. I'm just wondering, because of all...
[no replies]
June 2018 Pages: 12
  Archived months: [may2018] [jul2018]

This is an archived page. To post a new message, go to the current page.