Hi,
I'm trying to compile and execute a program written in c++, but there are some problems. I can compile it, but when I try to execute the GUI file, I get the following error:
Last login: Wed Sep 23 10:22:55 on ttys001
/Users/praktikant/Desktop/CancerSim/GUI ; exit;
maggy:~ praktikant$ /Users/praktikant/Desktop/CancerSim/GUI ; exit;
Assertion failed: (0), function aglSetIntegerHIViewRef, file aglHIView.c, line 395.
Abort trap
logout
[Prozess beendet]
Before I could compile it, I had to change the AGLDrawable functions to WindowRef, cause it is deprecated for Mac-OSX-Version 10.5 and later.
The problem is, that I can't find he file aglHIView.c, and I really searched the whole PC with 'find'. ANd also there isn't a function called 'aglSetIntegerHIViewRef', only 'aglSetInteger'.
I don't know, what I should do now, so it would be great, if someone can help me!
Thanks
I'm trying to compile and execute a program written in c++, but there are some problems. I can compile it, but when I try to execute the GUI file, I get the following error:
Last login: Wed Sep 23 10:22:55 on ttys001
/Users/praktikant/Desktop/CancerSim/GUI ; exit;
maggy:~ praktikant$ /Users/praktikant/Desktop/CancerSim/GUI ; exit;
Assertion failed: (0), function aglSetIntegerHIViewRef, file aglHIView.c, line 395.
Abort trap
logout
[Prozess beendet]
Before I could compile it, I had to change the AGLDrawable functions to WindowRef, cause it is deprecated for Mac-OSX-Version 10.5 and later.
The problem is, that I can't find he file aglHIView.c, and I really searched the whole PC with 'find'. ANd also there isn't a function called 'aglSetIntegerHIViewRef', only 'aglSetInteger'.
I don't know, what I should do now, so it would be great, if someone can help me!
Thanks