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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:53:15+00:00 2026-06-03T15:53:15+00:00

I want to make 3 windows to represent rotation around the given axis. For

  • 0

I want to make 3 windows to represent rotation around the given axis.
For that I made a class XYZAxis which contain function render.
Next, from the main I call the function creatWindow which makes a GLUT window.
However I don’t know how to correctly pass function render to glutDisplayFunc 🙁
fragment of main

void (XYZAxis::* pmf)(void);
pmf = &XYZAxis::render;

XYZAxis *xaxis=&XYZAxis(origin,5,10);


glutDisplayFunc( void(xaxis->*pmf)() ) ;
glutIdleFunc(void(xaxis->*pmf)());

and a function within XYZAxis class

void render(void) 
{

glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
glLoadIdentity();



this->orientation=this->orientation*(this->angle);
this->draw();

glutSwapBuffers();
}

the program compiles however when it reaches the glutMainLoop();
it throws an error and closes the window

GLUT: Warning in (unamed): The following is a new check for GLUT 3.0; update
your code.
GLUT: Fatal Error in (unamed): redisplay needed for window 1, but no display
callback.

how to do it correctly?any ideas?

  • 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-03T15:53:17+00:00Added an answer on June 3, 2026 at 3:53 pm

    I don’t think you can pass a pointer to a C++ instance method to a C API like GLUT. You will need to wrap the method call in a C function using a global pointer to the instance you are interested in. See http://www.parashift.com/c++-faq-lite/pointers-to-members.html

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

Sidebar

Related Questions

I want to make a Windows service that will access my database. My database
i want to make a small windows app that start every windows startup this
I want to make a windows service that monitors another windows service, and make
I want to make a report, in which I want that user must be
I want to make an Windows application using C#.NET in which I capture video
I want to make a Tool that enables the user to interact with Windows,
I want to make Windows Forms controls readonly and IDisposable. Is this is a
I want to make a Windows application in ansi C but I am having
I'm creating a database application using ASP.NET and I want to make a Windows
I want to make an easy to deploy Windows application and was was wondering

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.