Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8416627
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T01:48:52+00:00 2026-06-10T01:48:52+00:00

While using VariantCopy method, I come across the following compile error: error C2664: ‘VariantCopy’

  • 0

While using VariantCopy method, I come across the following compile error:

error C2664: 'VariantCopy' : cannot convert parameter 2 from 'const VARIANT *' to 'VARIANTARG *'

Is there any way to solve this error? Do I need to include any preprocessor directive or library?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T01:48:54+00:00Added an answer on June 10, 2026 at 1:48 am

    The signature of VariantCopy used to be

    HRESULT VariantCopy( 
      VARIANTARG FAR* pvargDest, 
      VARIANTARG FAR* pvargSrc 
    ); 
    

    It is strange, but the input parameter is not const, you should be aware of that in your code.

    MSDN documentation explains why. The function might modify pvargSrc

    If pvargSrc is a VT_DISPATCH or VT_UNKNOWN, AddRef is called to
    increment the object’s reference count.

    Update

    In the most recent SDK, the 2nd parameter became const. However, I found this in MFC sources:

    static HRESULT copy(_Out_ VARIANT* p1, _In_ const VARIANT* p2) 
    {
        p1->vt = VT_EMPTY; 
        return VariantCopy(p1, const_cast<VARIANT*>(p2));
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While using texture memory I have come across the following code:- uint f =
while using tiles along with spring i m getting following error: java.net.UnknownHostException: tiles.apache.org program
While using Leiningen, I got the following abrupt error: Exception in thread main java.lang.NoSuchMethodError:
While using boost::threads I have come across this interruption problem. When I do a
While using princomp() function in R, the following error is encountered : covariance matrix
while using the following constructor $this->pdo = new PDO ($this->source, $this->username, $this->password); if I
while using document cookie <script typ=text/javascript> document.domain=example.com; </script> I got an error.i don't know
While using inner join on Pro*C I am getting the below error: PCC-S-02201, Encountered
While using ruby-prof, printed out in graph-html mode, the report for one method says
While using method Arrays.deepToString(Object [] a) I am facing this problem which I can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.