xuejcak / Create-dll-for-Zemax-by-Visual-Studio-2017

Create a Dynamic Link Library (dll) file for Zemax by Microsoft Visual Studio 2017.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create-dll-for-Zemax-by-Visual-Studio-2017

Create a Dynamic Link Library (dll) file for Zemax by Microsoft Visual Studio Code. '''C g++ -c .\diffraction_edge.c -o diffraction_edge.obj g++ -shared -o diffraction_edge.dll diffraction_edge.obj '''

About

Create a Dynamic Link Library (dll) file for Zemax by Microsoft Visual Studio 2017.


Languages

Language:C++ 100.0%