S
sbrothy
Guest
Sorry if thhis is the completely wrong place to post this. Feel free to move it.
Why do I get the above error when trying to this:
////////////////////////////////////////////////////////////////////////////////
// ConsoleApplication5.cpp : This file contains t
The 'main' function. Program execution begins and ends there.
//
#include "pch.h"
#include <iostream>
#include <afxdisp.h>
int main()
{
unsigned short n = 0;
COleVariant m_uiBorder(n, VT_UINT);
[...]
Continue reading...
Why do I get the above error when trying to this:
////////////////////////////////////////////////////////////////////////////////
// ConsoleApplication5.cpp : This file contains t
The 'main' function. Program execution begins and ends there.
//
#include "pch.h"
#include <iostream>
#include <afxdisp.h>
int main()
{
unsigned short n = 0;
COleVariant m_uiBorder(n, VT_UINT);
[...]
Continue reading...