Ansys Learning Forum › Forums › Discuss Simulation › Photonics › Flexible Material Plugin Issue › Reply To: Flexible Material Plugin Issue
December 21, 2024 at 8:48 pm
abubakarumar1097
Subscriber
Â
It sounds like you're on the right track, but it seems the code provided might be incomplete for direct compilation into a .dll file. To create the .dll, you'll likely need to write a main function and set up a makefile or project in Visual Studio that properly compiles the C++ code into the required .dll. If the source files don't include this, you may need to adapt the code to fit into a C++ DLL project structure. Let me know if you'd like help with that!