-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need more explanations for -l and -module #426
Comments
The -module parameter is used when compiling a DLL project with CSharp.lua. The -l parameter is used to indicate that the project being compiled by CSharp.lua has a reference to this DLL project. To ensure proper execution in Lua, both of these parameters need to be used in conjunction. |
Please give me an example. I think I still not really understand this part of your answer. Thank you. |
https://github.com/yanghuan/CSharp.lua/blob/master/test/BridgeNetTests/Tests/test.lua#L12 |
Please help. You said that .NET DLLs can't be used directly as they need to be decompiled to C# first. So what do these switches do?
The text was updated successfully, but these errors were encountered: