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 134731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:39:59+00:00 2026-05-11T06:39:59+00:00

Attempting to disable BSTR caching: SetOaNoCache(); VC++ compiler build output : ‘SetOaNoCache’: identifier not

  • 0

Attempting to disable BSTR caching:

SetOaNoCache(); 

VC++ compiler build output:

  • 'SetOaNoCache': identifier not found

Don’t want to use:

  • OANOCACHE=1

Question:

  • Where is SetOaNoCache defined – header file?
  • 1 1 Answer
  • 1 View
  • 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. 2026-05-11T06:40:00+00:00Added an answer on May 11, 2026 at 6:40 am

    It is not defined in a header file, it is in OLEAUT32.dll. You can call it like this:

    typedef int (*SETOANOCACHE)(void);

    void DisableBSTRCache() { HINSTANCE hLib = LoadLibrary('OLEAUT32.DLL'); if (hLib != NULL) { SETOANOCACHE SetOaNoCache = (SETOANOCACHE)GetProcAddress(hLib, 'SetOaNoCache'); if (SetOaNoCache != NULL) SetOaNoCache(); FreeLibrary(hLib); } }

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Attempting to build a C# NPAPI plugin I have found a tutorial which describes
Attempting to build a C# project which has numerous references to assemblies in NuGet
I'm attempting to disable a radio button from an asp RadioButtonList using JavaScript. Here
Problem: I'm attempting to disable a radio button by using the code below. This
I am attempting to conditionally enable or disable HTML input based on the value
I'm attempting to override the Form.Element.disable() method in PrototypeJS so that it adds a
I am simply attempting to use a checkbox to enable/disable an NSTextField. I have
I'm currently attempting to disable a link using the following jQuery selector: $(a[href$=/sites/abcd/sectors]).removeAttr(href); The
I'm attempting several methods trying to enable/disable Wi-Fi (toggle). Here are some things I
I'm attempting to disable a submit button untill the user has filled out the

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.