You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I added support of unmanaged-export for Executable Modules (.exe)
Before this, you could see something like:
Unable to start program '<Your_Application>.exe'.
... is not a valid Win32 application.
Now should work as and for library modules. But important note: to debug of this modified .exe inside Visual Studio you should disable Debug - Enable the Visual Studio hosting process
The text was updated successfully, but these errors were encountered:
* FIXED: Fixed problem with white-space chars in path: `Cannot find path '<any full path with spaces>' because it does not exist ...`
* FIXED: Fixed typo with fullseq (ddNS) - incorrect `0x30 0x30` ~0x007A7-0x007A8 /details in #14
* FIXED: Possible problem with NullReferenceException when removing package.
* FIXED: Fixed problem with old NS data when we try to install package for project A, then for project B
* NEW: Implemented 'Generate .exp + .lib via MS Library Manager' #9
GUI Configurator + MSBuild property: `DllExportGenExpLib`
* NEW: Added support of unmanaged-export for Executable Modules (.exe) #18
* NEW: Cecil variant for ddNS features /#14, #2
* NEW: Added our custom IL Assembler as option to fix incorrect 0x13 / 0x11 opcodes. #17
GUI Configurator + MSBuild property: `DllExportOurILAsm`
It should help for users of Fody projects, etc.
Fody/Fody#271
IlAsm 4.5.1 https://github.com/3F/coreclr
based on 4.5.22220.0 / coreclr 1.0.4
changelog of our coreclr for this release: https://github.com/3F/coreclr/blob/master/changelog.txt
* CHANGED: Updated scripts of installing/removing package for more correct loading of our assemblies.
just a note:
Now I added support of unmanaged-export for Executable Modules (.exe)
Before this, you could see something like:
Now should work as and for library modules.
But important note: to debug of this modified .exe inside Visual Studio you should disable
Debug
-Enable the Visual Studio hosting process
The text was updated successfully, but these errors were encountered: