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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:29:39+00:00 2026-05-24T00:29:39+00:00

I need to use dynamic cast void* void *target = (MYClass*)target;//I am storing initially(to

  • 0

I need to use dynamic cast void*

void *target = (MYClass*)target;//I am storing initially(to implment delegate mechanism)
....
delegateClass *delegate = dynamic_cast<delegateClass*>(target);

It is giving error cannot convert void*, I cannot use below code… since it is a delegate mechanism

delegateClass *delegate = dynamic_cast<delegateClass*>(((MYClass*))target);

How to get the type of target and implement… If i use typeid() i can get the name of the class but how to use typeid in the above equation instead of (((MYClass*))target).

  • 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-24T00:29:40+00:00Added an answer on May 24, 2026 at 12:29 am

    You cannot use dynamic cast unless the original type of the variable had a vtable (ie, had virtual functions). This is because dynamic_cast requires run-time type information, which is recorded in the vtable; if the vtable is missing, the compiler doesn’t know what type the object is.

    You should declare a base class with a virtual destructor, and use pointers to this base class rather than void *.

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

Sidebar

Related Questions

If we need some information that can be achieved only through dynamic query then
I need to temporary remove TFrame's OnExit and OnEnter events, so I'm trying to
From the book Exceptional C++ Solution to ch. 44 I've learned that they are
I have read other related posts, but am still not quite sure how, or
I'm trying out the Razor ViewEngine from ASP.NET MVC 3 Preview 1 and I'm
In ASIO, s it possible to create another socket that has the same source
I have a bunch of SSRS 2008 reports which I'd like to run on
I am an asp.net web application developer and I always have used Enterprise Library
I am trying to write a query to pull all the rows that contain
I have a Silverlight app that displays a number of pages. Each page is

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.