Jump to content

Recommended Posts

Posted

Hi AutoIt Scripters/Programmers. I have a question about MIME Tools for Notepad++:

I've recently found a UDF about Base64 in forum, but they can't decode\encode correctly some emojis , other UTFs and etc. so i decided to use mimeTools.dll of Notepad++ or main site

My problem is how to use this dll in AutoIt Language?

I will be happy with your comments and answers❤ Thanks.

  • Colduction changed the title to Use mimeTools.dll of Notepad++
Posted

find in help F1 Dllcal is just a start , and if you post also an example in autoit  of  want you did do , all comnuty will be happy help you bye

Posted
  On 4/28/2020 at 1:20 PM, faustf said:

find in help F1 Dllcal is just a start , and if you post also an example in autoit  of  want you did do , all comnuty will be happy help you bye

Expand  

I know how to use dllcall function, but i don't know what this dll have and how to call it, every dll has a special parameters to call.

I didn't see any instructions and user guide for this dll on the internet.

Posted (edited)
  On 4/29/2020 at 12:28 AM, Nine said:

Hardly a few functions.  Useless...

Expand  

Thanks for your comment :)

But how notepad++ calls it for decode\encode Base64 and etc? it seems it should be useful

Edited by Colduction
Posted
  On 4/29/2020 at 12:31 AM, Colduction said:


But how notepad++ calls it for decode\encode Base64 and etc? it seems it should be useful

Expand  

one of the best aproach

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 4/29/2020 at 8:22 PM, mLipok said:

one of the best aproach

Expand  

Hi @mLipok, i know, but it's not useful for Emojis

The reason that i want to use this dll, is just Base64 Decoder\Encoder and URL Decoder\Encoder (both of them) and these are perfectly worked for Emojis and other unicodes.

Posted
  On 4/30/2020 at 10:53 AM, Colduction said:

I've seen that, but it wasn't not clear, it seems that this dll's functions are unknown in DLL Viewer.

Expand  

 

  On 4/29/2020 at 12:28 AM, Nine said:

There is nothing useful in this dll. Hardly a few functions.  Useless...

Expand  

Not unknown, simply not public, you need to specify to Export when you create a dll, and they decided not to.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...