Choose .DLL or .CPP location for Ø Symbol types

Hello,

I am working on a simulation file that is located on an external shared folder where you need special rights to generate .dll files (rights i do not have, and should not have for obvious security reasons).

I can however generate a .dll file locally on a non-shared folder. I would therefore like, to find a way to have the Ø symbol to use my local .dll file for simulating. Is there a way for Ø symbols to choose a specific file path for .dll or .cpp files?

Hi, L.Malane.

Change the component name attribute (1st string attribute in Symbol Properties) to the full path name of the DLL without the “.dll” extension.

–robert

Ah great, it works fine now.
I was changing the wrong symbol attributes that’s why it was not working.

Thank you!