Announcement

Collapse
No announcement yet.

DLLANSI2UNI - ANSI to UNICODE - Intrigued

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • DLLANSI2UNI - ANSI to UNICODE - Intrigued

    I do not need this personally, but others seem to have been asking for this if I understood them correctly. This .dll was created from other code I found and then wrapped into a .dll. It allows for (test it out for me please and make sure) ability to convert a ANSI string to UNICODE.

    Exported file (.apz) with the .dll:

    Intrigued

  • #2
    Thank u!

    thank u so much!
    can u make uni2ansi?
    i think AMS have problem to show Unicode stringz?
    how can i solve this problem for my language!
    i want to show strings from a htm file and that's unicode!
    what can i do?

    Comment


    • #3
      i think AMS have problem to show Unicode stringz?
      That's something the DEV team with I.R. would need to work on.
      Intrigued

      Comment


      • #4
        i need something like uni2ansi . can you please make that

        Comment


        • #5
          Delete the On Show code provided into the project from the attachment.
          Make 1 button, 2 inputfields, where inputfield 1 is the Input from the user and inputfield 2 is the output when user clicks on the button (named Convert or so).

          Put code into script from button (named Convert for example):
          Code:
          strInput = Input.GetText("Input1");
          strTarget = DLL.CallFunction("AutoPlay\\Docs\\DLLANSI2UNI.dll", "ANSUNI", strInput, DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL);
          Input.SetText("Input2",strTarget);
          NOTE:
          The DLL contains 1 function, named "ANSUNI", can you give the available parameters for using this DLL ? I can see one parameter that doesnt work properly, this function doesnt work.
          You can set up a try catch method to solve the crash when numeric string is given, but literic characters will return 0, I think this function needs to be rewritten.

          The dll and lib for converting ANSI <-> UNICODE is already made and available somewhere on the internet AFAIK. Try to search for it.

          Comment


          • #6
            i have searched the crap out of me :lol. i just can find it.

            Comment


            • #7
              I ported some other code to create this .dll. I agree, someone with an interest would be better positioned to accomplish a rewrite of this assembly.
              Intrigued

              Comment


              • #8
                AFAIK, many programmers in the past used the dll in the attachment.
                Try to make a workaround with it, use Dependency Walker to get a better understanding of this library file.

                Good luck,
                -Casper
                Attached Files

                Comment


                • #9
                  can you make it for me please. im new with dll's

                  Comment


                  • #10
                    I dont have the docu of it, so I don't know any parameters, only the functions. Maybe you can get it from the creator at http://www.zlib.net/, it's open source but please read the GNU.

                    Comment

                    Working...
                    X
                    😀
                    🥰
                    🤢
                    😎
                    😡
                    👍
                    👎