NO

Author Topic: Where is it hidden (translation dll problem) ?  (Read 690 times)

Offline Fool-DupleX

  • Member
  • *
  • Posts: 17
Where is it hidden (translation dll problem) ?
« on: April 26, 2023, 01:09:32 PM »
I'm trying to contribute a French package, everything all right, easy to do, works just fine. But ... there's an item "Import Microsoft Visual Studio solution ..." in the File menu, which is not in the IDR_MNU_MAIN resource. I guess it's some kind of plug-in, but where is the corresponding resource ?

Offline John Z

  • Member
  • *
  • Posts: 796
Re: Where is it hidden (translation dll problem) ?
« Reply #1 on: April 26, 2023, 01:43:44 PM »
Welcome to the forum - unusual nom de plume

Add-Ins are each in their own dll file and not part of the Pelles resource. 
Each Add-in would need to be changed.  The Add-in text and name
come from the Add-In dll too.

You'll find the list of Add-Ins (which can modify menus buttons, etc) ,
under Tools - Customize - Add-Ins

John Z

Offline Fool-DupleX

  • Member
  • *
  • Posts: 17
Re: Where is it hidden (translation dll problem) ?
« Reply #2 on: April 26, 2023, 01:57:02 PM »
Thanks for the hint ! I found a dll named msvc.dll in addins64, I guess this is the one. It comes bundled with v12rc1. Should I contact Pelle directly to provide him with the necessary extra for a French version ?

Offline John Z

  • Member
  • *
  • Posts: 796
Re: Where is it hidden (translation dll problem) ?
« Reply #3 on: April 26, 2023, 02:12:32 PM »
Hi,

There are various authors of the available DLL's, contributed a few myself  :)
I don't think any have been made with translation capability in mind....


John Z

TimoVJL is a major Add-IN contributor, there is a github site he has made
https://github.com/TimoVJL/PellesC-Add-Ins

« Last Edit: April 26, 2023, 02:25:52 PM by John Z »