Author Topic: WDE | Trouble with .dll and .module-config files  (Read 1717 times)

Offline vinicius.gaspar

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
WDE | Trouble with .dll and .module-config files
« 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?

Offline hsujdik

  • Hero Member
  • *****
  • Posts: 541
  • Karma: 30
Re: WDE | Trouble with .dll and .module-config files
« Reply #1 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

Offline vinicius.gaspar

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
Re: WDE | Trouble with .dll and .module-config files
« Reply #2 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. 

Offline hsujdik

  • Hero Member
  • *****
  • Posts: 541
  • Karma: 30
Re: WDE | Trouble with .dll and .module-config files
« Reply #3 on: September 05, 2019, 09:19:06 PM »
And can you see your module being loaded on WDE logs? Or not at all?

Offline vinicius.gaspar

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
Re: WDE | Trouble with .dll and .module-config files
« Reply #4 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.