Skip to content
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

C# Code generated for Modules are not complete. #4

Open
robodude666 opened this issue Oct 31, 2016 · 0 comments
Open

C# Code generated for Modules are not complete. #4

robodude666 opened this issue Oct 31, 2016 · 0 comments

Comments

@robodude666
Copy link

Modules using the C# Generator for the following library:

Name: Visual Basic for Applications
Version: 6.0
Base: win32
Path: C:\Windows\SysWow64\MSVBVM60.DLL

appears to not be complete. For example:

%instanceType%

is left at the top of the module, instead of being replaced.

		[SupportByVersionAttribute("VBA", 6.0)]
		public Int16 Asc(string string)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(string);
			object returnItem = Invoker.MethodReturn(this, "Asc", paramsArray);
			return NetRuntimeSystem.Convert.ToInt16(returnItem);
		}

this is left in the code and fails to compile as it can't be converted to COMObject type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants