I have created a VB.Net satellite .dll and the .res file shows up fine and displays the data correctly within VB.Net IDE.
However, once compiled and used against the Win32 APIs LoadLibrary & LoadString from VBA, I'm still receiving the ??? for the double-wide characters.
Is there a configuration setting that needs to be added or changed in order to ensure the .dll compiles correctly?
Is this an OS-related issue in that something needs to be added or changed to Windows?
I have a sample VB.Net project and associated VBA Excel project.
Thanks
However, once compiled and used against the Win32 APIs LoadLibrary & LoadString from VBA, I'm still receiving the ??? for the double-wide characters.
Is there a configuration setting that needs to be added or changed in order to ensure the .dll compiles correctly?
Is this an OS-related issue in that something needs to be added or changed to Windows?
I have a sample VB.Net project and associated VBA Excel project.
Thanks