python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
c++ compiler returning undefined reference when referencing "CreateBitmap()"
I am very new to c++ and I cant seem to get this code to work:
#include <iostream>
#include <windows.h>
using namespace std;
int main() {
HBITMAP hbm = CreateBitmap(100, 100, 1, 24, NUL...

Dusty Berkley
Votes: 0
Answers: 0