Zeki

Results 11 comments of Zeki

@supertrip86, You have two options: - Net functions' input parameter type must ByVal Object. This is safe. Or, - VBA array data type and Net function's input type must same...

Of course... I attached. . [bitmono-2024-05-09-22-02-45.log](https://github.com/sunnamed434/BitMono/files/15273413/bitmono-2024-05-09-22-02-45.log) [protections.json](https://github.com/sunnamed434/BitMono/files/15273418/protections.json)

I tried all protection options one by one. My dll code not work in VBA below options: Also, BitMono app converts AnyCpu dll to 32 bit dll. 1. NoNamespaces 2....

I tried... - BitMono App still Dll converting to 32 bit. - I set (top) "2.FullRenamer" true and retry with BitMono. "Automation Error" message still go on in VBA. If...

Ok, I tried only "AntiIlDasm" VBA code works. But, DLL code full readable with ILSPY.

It worked fine with NetFW4.x in the old version. (Still work with 4.X and with 1.8.1) When it didn't work with your latest version for .NET 9, I tested your...

> Each project must be configured individually depending on the specific case. See related [#250](https://github.com/3F/DllExport/issues/250) and [#253](https://github.com/3F/DllExport/issues/253). The explanation can also be found in [#219](https://github.com/3F/DllExport/issues/219) Despite repeated efforts, I couldn't...

> It's hard to provide any guidance without seeing the actual code... OK, please use... DDL: ```sql create database 'c:\users\zg\desktop\testdb.fdb' user 'SYSDBA' password '1' page_size = 8192 default character set...

Based on your message, I tested it with both C# and C++. Surprisingly, it worked on every architecture. However, I still don't know what the problem is with VBA. The...

I don't write any mistake with 32- or 64-bit declarations, i.e., Long/LongPtr types. If I had used Long instead of LongPtr, it would have thrown a variable overflow exception. Let...