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

Fix and .NET Framework update #6

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

DariusHutchison
Copy link

I fixed issue #5 on all three version and updated 4.0 to 4.8.

Copy link

@nil-ew nil-ew left a comment

Choose a reason for hiding this comment

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

Good day, Darius.
Thanks for DISM_GUI, a convenient program

If possible in ver 3.3.1:

  1. Add support for Language files (TXT or XML format)
  2. Add in console output before "txtOutput.Text = strOutput" transcoding function OEM(DOS)-> ANSI (Windows)
    "API - OemToChar" recode as checkbox option
    Example:
    Declare Function OemToChar Lib "user32" Alias "OemToCharA"
    (ByVal lpszSrc As String, ByVal lpszDst As String) As Long (x64 -type LongLong)
    ...
    Code& = OemToChar(InputStr$, InputStr$)

Best regas, Evgeny.

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.

2 participants