Skip to main content

I have a program that is included in one Project which is compiled as DLL.

This same DLL is called from a lot of other programs.  Every thing Works perfectly, but how can I find out in a simple way in which Project is included the source file?   Of course one way is to open all my APP files and look at the Project window, where this source file appears.  But is there not an easier way, because I have many APP

thanks

I have a program that is included in one Project which is compiled as DLL.

This same DLL is called from a lot of other programs.  Every thing Works perfectly, but how can I find out in a simple way in which Project is included the source file?   Of course one way is to open all my APP files and look at the Project window, where this source file appears.  But is there not an easier way, because I have many APP

thanks

You can use the NX Find in Files option from the Search menu of the IDE.

Place all of your .APP files in one folder and then search *.APP for your program name.

It will tell you which .APP file in which it is found.

Thanks.