Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
invalid managed entry point function
The entry point is not valid for a managed image. The return type of a managed entry point function can only be void
or int
. The type of the parameter of a managed entry point function can only be void
or String []
.