We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation Photonics Flexible Material Plugin Issue Reply To: Flexible Material Plugin Issue

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!