I have a window form application (.net) .net 4.7.2 and I have a folder called dlls and it includes the files:
freeglut.dll,
ImageSharp.dll,
OpenGL.deps.json,
OpenGL.dll,
OpenGL.pdb,
OpenGL.xml,
Tao.FreeGlut.dll,
Tao.FreeGlut.dll.config,
Tao.OpenGl.dll
And added tao.opengl.dll and tao.freeglut for references and also added ShadowEngin.dll from another folder
And this is my code:
Using a system;
Using System.Collections.Generic;
Using System.ComponentModel;
Using System.Data;
Using System.Drawing;
Using System.Text;
Using System.Windows.Forms;
Using Tao.OpenGl;
Using ShadowEngine;
Using ShadowEngine.OpenGL;
Using ShadowEngine.Sound;
Using Tao.FreeGlut;
Open namespace
{
Public Partial Department Form 1: Form
{
Public Form 1 ()
{
Glut.glutInit ();
}
Disable Form1_Load Details (Submitter Object, EventArgs e)
{
}
Empty blank panel 1_Paint (Object sender, PaintEventArgs e)
{
}
1_Click Private Space Button (Object Sender, EventArgs e)
{
}
Cancel CreateCollisions ()
{
}
}
}
And I get the error "Unable to load DLL 'freeglut.dll': The specified module could not be found"