Author |
Message |
Topic: OpenGL crashes on window minimize |
cluosh
Replies: 15
Views: 21755
|
Forum: ClearWin+ Posted: Tue Dec 09, 2014 10:01 pm Subject: |
By the way, were it your own games written in OpenGL?
I have written one game in FTN95+Clearwin+OpenGL
(my kids were shocked in disbelief LOL Me too, BTW,
that's how good all look in OpenGL) but ne ... |
Topic: OpenGL crashes on window minimize |
cluosh
Replies: 15
Views: 21755
|
Forum: ClearWin+ Posted: Sat Oct 04, 2014 3:16 pm Subject: |
I have an Intel HD 4000, no other graphics card i could switch to. Processor is an i5. I've never run into problems with OpenGL before (did some SDL-Projects in C++, wxWidgets works like a charm too, ... |
Topic: OpenGL crashes on window minimize |
cluosh
Replies: 15
Views: 21755
|
Forum: ClearWin+ Posted: Fri Oct 03, 2014 9:10 pm Subject: |
Did as you said, and different computer/different graphic card works like a charm. Not really satisfying, but at least it's not an issue in the code. Thanks too all for the ideas. |
Topic: OpenGL crashes on window minimize |
cluosh
Replies: 15
Views: 21755
|
Forum: ClearWin+ Posted: Fri Oct 03, 2014 5:37 pm Subject: |
Thank you for your comments on this so far.
Dan, you may be right, but the floating point exception is most probably a divide by zero error, and the original poster has half diagnosed what is caus ... |
Topic: OpenGL crashes on window minimize |
cluosh
Replies: 15
Views: 21755
|
Forum: ClearWin+ Posted: Thu Oct 02, 2014 7:34 am Subject: |
Graphic driver is up to date. Also writing SDL/OpenGL Applications in C works like a charm. It appears to me that the window size during minimization (0x0) is passed to OpenGL when I minimize the appl ... |
Topic: OpenGL crashes on window minimize |
cluosh
Replies: 15
Views: 21755
|
Forum: ClearWin+ Posted: Wed Oct 01, 2014 9:56 pm Subject: OpenGL crashes on window minimize |
Good evening,
I've run into a problem when implementing OpenGL through Clearwin. Every time I minimize the window, the application crashes on a floating point exception. If not, it renders garbage ... |
Topic: Export image of %pl or %dw |
cluosh
Replies: 6
Views: 7345
|
Forum: Support Posted: Wed Jun 18, 2014 12:48 am Subject: |
Thank you very much aebolzan, this seems to be exactly what I'm looking for. I'll try it out. |
Topic: Export image of %pl or %dw |
cluosh
Replies: 6
Views: 7345
|
Forum: Support Posted: Tue Jun 17, 2014 1:00 pm Subject: |
Unfortunately I'd need an automated way of exporting the plot. So you say it's not possible? |
Topic: Export image of %pl or %dw |
cluosh
Replies: 6
Views: 7345
|
Forum: Support Posted: Tue Jun 17, 2014 10:19 am Subject: Export image of %pl or %dw |
Greetings,
I have an application using Simpleplot and would like to export the plots preferably as PNG, or any other format, whatever is possible. I tried using create_graphics_region@/select_graph ... |
Topic: Error during compilation with OpenGL glRenderMode |
cluosh
Replies: 3
Views: 6424
|
Forum: Support Posted: Sun Nov 03, 2013 2:52 pm Subject: |
Found my error, if glRenderMode is called like a subroutine before, FTN95 refuses to see it as a function. |
Topic: Error during compilation with OpenGL glRenderMode |
cluosh
Replies: 3
Views: 6424
|
Forum: Support Posted: Sun Nov 03, 2013 2:49 pm Subject: |
Declaration in opengl.ins is correct; this is my code:
! Includes
use gl_data
include <opengl.ins>
! Variables
integer :: buffer(512)
integer :& ... |
Topic: Error during compilation with OpenGL glRenderMode |
cluosh
Replies: 3
Views: 6424
|
Forum: Support Posted: Sat Nov 02, 2013 7:32 pm Subject: Error during compilation with OpenGL glRenderMode |
Good evening,
For selecting objects in OpenGL I need to get the return value of glRenderMode, which doesn't seem to be possible with FTN95. The compiler tells me that glRenderMode is a subroutine, ... |
Topic: Memory problems while executing function from C++ DLL |
cluosh
Replies: 17
Views: 18453
|
Forum: Support Posted: Tue Mar 19, 2013 6:53 pm Subject: |
I'm sorry, yes, the prototypes of the C++ functions are defined with extern C. |
Topic: Memory problems while executing function from C++ DLL |
cluosh
Replies: 17
Views: 18453
|
Forum: Support Posted: Tue Mar 19, 2013 6:08 pm Subject: |
To
__declspec(dllexport) |
Topic: Memory problems while executing function from C++ DLL |
cluosh
Replies: 17
Views: 18453
|
Forum: Support Posted: Tue Mar 19, 2013 5:46 pm Subject: Re: |
Do you have access to the Fortran or C++ code to be able to modify either ?
Have you been able to identify where the 100 mb is coming from? You have not yet indicated you have identified the source ... |
|