Software Archive
Read-only legacy content
17060 Discussions

vb and fortran dll with opengl

Intel_C_Intel
Employee
593 Views
Is it possible to write a fortran dll that has opengl routines in it and use the dll with visual basic? User interfaces are easier to write, especially for the inexperienced windows programer in VB, but I need the speed of opengl and fortran for visualization and computations?

Thanks
0 Kudos
1 Reply
Steven_L_Intel1
Employee
593 Views
I don't see why not - you just have to create the window somehow. You can use the Aux routines to do this, as some of the CVF samples do, or call CreateWindow yourself.

Steve
0 Kudos
Reply