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

  • SEARCH
  • Home
  • 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 7446383
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T12:18:19+00:00 2026-05-29T12:18:19+00:00

I want to use a DLL in my program which has a function void

  • 0

I want to use a DLL in my program which has a function

void Set_Callback(Function Pointer)

The example code inserts a typedef which obiously doesn’t work with my VS C++ 2010

typedef void (SET_CALLBACK)(void far pascal (*lpfnPtr)(int));

For this line I get an syntax error ‘*’ and ‘function returns function’ error.

thanks for your help in advance

  • 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-05-29T12:18:22+00:00Added an answer on May 29, 2026 at 12:18 pm

    Its easier to understand and read if you break it into two typedefs:

    typedef void (__stdcall * Function)(int);
    typedef void (* SETCALLBACK)(Function pf);
    

    in the first typedef, pascal becomes __stdcall (as pascal was for older 16bit systems), and far can be dropped as it is superfluous in 32/64-bit architectures

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

Sidebar

Related Questions

So I have this C .dll source code which I want to use in
I want to use LabVIEW's Call Library Function Node to access a DLL function,
Which headers should I not use if I don't want my program to be
I want to use the ajax dll 3.5 in the website of framework 2.0
I want to use MSVC compiler to build a DLL file. The problem is
I want to use Microsoft.Office.Interop.Excel dll to write the data into excel sheet. I
I want to build a DLL Class Library use COM Interop, with C#, target
I have a DLL that I want to profile.. I tried to use Very
I am building a DLL that another application would use. I want to store
I have some code that references an outside DLL which in production will be

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.