Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop+windows registry lowlevel access #1047

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ddurieux
Copy link
Member

@ddurieux ddurieux commented Aug 9, 2023

No description provided.

@ddurieux ddurieux force-pushed the develop+windows_registry_lowlevel_access branch from 627d329 to cf9b5ec Compare August 9, 2023 07:18
@@ -25,6 +25,7 @@ use Win32::TieRegistry (
ArrayValues => 0,
qw/KEY_READ/
);
use Win32API::Registry qw( :ALL );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which perl module should I have for this one ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://metacpan.org/pod/Win32API::Registry
if I remember, Win32::TieRegistry use this module, so it will works without install this module

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i've downloaded https://cpan.metacpan.org/authors/id/C/CH/CHORNY/Win32API-Registry-0.33.tar.gz, extracted it and put it in the lib folder, without success. The format is different than the other modules thought, so it's probably not what is expected

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Win32API.tar.gz

décompresses dans le dossier perl/vendor/lib/, tu devrait avoir un dossier Win32API et dedans un dossier Registry et un fichier Registry.pm

au pire, je peux t'envoyer tout mon dossier avec les modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants