From a70821cb1f7a3c4cfe4c6b3ad629f01ba76a433a Mon Sep 17 00:00:00 2001 From: Umer Farooq <35717992+umer0586@users.noreply.github.com> Date: Fri, 17 Feb 2023 15:39:16 +0500 Subject: [PATCH] Update README.md --- README.md | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index c1333be..0a53e8a 100644 --- a/README.md +++ b/README.md @@ -24,26 +24,6 @@ Amount value ranging from `0 to 9999999999999` **(نناوے کھرب)** can be `Note :` You have to re-run `generate script.exe` whenever you **change the directory** of extracted folder or **rename** that extracted folder -if `generate script.exe` doesn't produce `script.vba` file then you have to do some setups manualy :( - -Just create a new `Module` in **Visual Basic Editor** and paste following piece of VBA code in a newly created `Module` - -``` VBA - -Attribute VB_Name = "loader" -#If VBA7 Then - Private Declare PtrSafe Function toUrdu Lib "" (ByVal a As String) As String -#Else - Private Declare Function toUrdu Lib "" (ByVal a As String) As String -#End If - -Function URDU(digits As String) - URDU = StrConv(toUrdu(digits), vbFromUnicode) -End Function - -``` -Replace `` with path of `urdu64.dll` file and replace `` with path of `urdu32.dll` file - # How to build DLLs from source @@ -62,3 +42,6 @@ Clean builds by *Build produces urdu64.dll, urdu32.dll under DLL folder and object files under OBJ folder* +## +*You can send feedback at umerfarooq2383@gmail.com* +