COleVariant::COleVariant': ambiguous call to overloaded function_

  • Thread starter Thread starter sbrothy
  • Start date Start date
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...
 
Back
Top