Page 1 of 1
Dyres[xxx]_[xx].dll
Posted: Wed Feb 20, 2013 1:26 pm
by paulmansour
Hi,
Does anyone know what this does?
Thanks.
Re: Dyres[xxx]_[xx].dll
Posted: Thu Feb 21, 2013 9:39 am
by Vince|Dyalog
Hi Paul,
The dyares files such as dyares121_32.dll are our resource dlls. The contents are used for our editor menus and dialogs such as the Options->Configure and Syntax Colour dialog boxes.
Regards,
Vince
Re: Dyres[xxx]_[xx].dll
Posted: Thu Feb 21, 2013 2:55 pm
by paulmansour
Hi Vince,
Thanks. I'd like to ask you a related question. I have a runtime installation of my app. From time to time, I like to drop in a development interpreter exe into the the runtime install folder to debug some subtle runtime issue. Of course I don't have the full APL environment there. Other than, say, a session file, what would be the minimum stuff I would need to include in the runtime to make for productive debugging? For example, I can't get the tracer to work they way I have it now. Any pointers would be appreciated.
Paul