Topic: OpenGL

Hello Dmitry

Would it be possible to integrate an OpenGL support in the next version of MVD?
Thanks in advance

Best regards

JB

Re: OpenGL

Hello.


Unfortunately no. You should use another IDE, like Visual Studio or Delphi

Dmitry.

Re: OpenGL

@jean.brezhonek

Hi,
I think this isn't the answer you were waiting for :-(

May be, you can look for an OpenGL ActiveX (glax, plastica,...) and use it with OLE.

var
  vOLE:Variant;
begin
  vOLE:=CreateOleObject('...');
  vOLE....

I have done this before with another language (windev).
Regards,
jihem

while(! success=retry());
https://jihem.itch.io

Re: OpenGL

Hello Dmitry, jihem

Well, for the program I was considering for my grand daughter, passionate about astronomy (a database on the solar system with planetary animation), I will use RAD XE from Embarcadero.

n the past, I used Windev, a great log, but suitable for projects that are much more complex than mine.

thanks anyway

JB