Windows Programming - March 2021

CLN not getting recognized
 
I have installed (?) CLN using cygwin which had a few packages for it. But I ran an example code fro...
[1 reply] : Is this your first time trying to use a library? Add the location of ... (by Ganado)
ACCESS_VIOLATION debugging with GCC
 
Good day! I am new to C++, currently I am using GCC 10.2.0-1 from MSYS2 on Windows. I am compili...
[4 replies] Last: Thanks! GDB did the job. It is not in default MSYS2 installation, but ... (by Satoshi Yoda)
Unresolved External Symbol
 
I am getting a linker error message I don't understand >MSVCRT.lib(exe_main.obj) : error LNK201...
[1 reply] : It's likely one of - you provided a WinMain() as if you were writing... (by salem c)
WinMain Issue
 
Just updated my Visual Studio To 2019 version. Getting an error message "Inconsistent annotation fo...
[1 reply] : You can either ignore the message -- it should be a warning, not an er... (by deleted account xyzzy)
Need Help With Programming Assignment
 
#include <iostream> #include <cmath> using namespace std; float CalstdDeviation(float StoreArr ...
[1 reply] : Do not double post. Stick to your previous thread: https://cplusplus.c... (by Ganado)
Dirent.h problem (the program crashes while trying to read the directory)
 
i want to make a program that gets all the folders and subfolerds from the D: directory ,but the pro...
[6 replies] Last: Looks to be something for Linux only: https://www.systutorials.com/doc... (by deleted account xyzzy)
by FORK1
Do i need an overloading
 
plz I need a help i've tryed to instantiate two objects it show me this error do i need an overlodi...
[3 replies] Last: what is this ??? ___ hiim ducking from https://www.khosango.com/ (by khosango)
How to split a string into different parts at each period
 
Hello. So, suppose I had a string, "Hello.World" and I wanted to get from that, "Hello" and "World"...
[7 replies] Last: Not that I have anything against C++ Classes. Actually, I had that co... (by freddie1)
by Mif
How to set the popup window to the mouse position ?
 
I found an example with the popup and works, but the popup window follows the desktop coordinates. ...
[1 reply] : And another problem is that, whatever static control I hover with the... (by Mif)
by Mif
Help with window messages
 
Hello.. I have just a simple question. What message do I have to handle in the Window Procedure loo...
[2 replies] Last: Okay got it. Thank you sir ! (by Mif)
How to use thread in c++ win 32 (1,2)
 
I want to use thread in C ++ like c # then what to do Here is my c # code Thread threadsArray = n...
[30 replies] Last: There is indeed a number of thread samples here, freddie1, but I was a... (by deleted account xyzzy)
Connect SQLServer failed in c++
 
I connect to the database on VPS but it goes to the case 'SQL_ERROR', I don't know what am I missing...
[3 replies] Last: Here's an old program I dug up that I believe shows SQLGetDiagRec() in... (by freddie1)
by Mau3re
How to know if an app is launched in windows service application.
 
I'm trying to write a program which waits for a specific app (matlab in my case) to launch and does ...
[1 reply] : You didn't need to write a service to do this. Your code will basical... (by helios)
  Archived months: [feb2021] [apr2021]

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