Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: vinicius.gaspar on September 05, 2019, 02:17:46 PM

Title: WDE | Trouble with .dll and .module-config files
Post by: vinicius.gaspar on September 05, 2019, 02:17:46 PM
I generated the .dll and .module-config files for a WDE customization using Release x86. But when I put these files in a WDE executable's folder other than the one I debugged the code, the customization doesn't activate at all.

Does anyone have come across a similar problem?
Title: Re: WDE | Trouble with .dll and .module-config files
Post by: hsujdik on September 05, 2019, 02:23:16 PM
Check if there is another custom .module-config that has the same module name in its content
Title: Re: WDE | Trouble with .dll and .module-config files
Post by: vinicius.gaspar on September 05, 2019, 02:57:52 PM
[quote author=hsujdik link=topic=11428.msg52086#msg52086 date=1567693396]
Check if there is another custom .module-config that has the same module name in its content
[/quote]

I checked but there is none. 
Title: Re: WDE | Trouble with .dll and .module-config files
Post by: hsujdik on September 05, 2019, 09:19:06 PM
And can you see your module being loaded on WDE logs? Or not at all?
Title: Re: WDE | Trouble with .dll and .module-config files
Post by: vinicius.gaspar on September 06, 2019, 01:57:40 PM
I've managed to make it work somehow.  The problem seemed to be a missing Genesys' framework .dll file that I used as a reference to create the module. I forgot to have it added in the executableŽ's folder.