-
Notifications
You must be signed in to change notification settings - Fork 6
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
VB Net - ZelloPTT.dll ptt.dll difference in BeginMessage #8
Comments
Hi Andy, |
Hi Eugene
Well I thought they should be the same too!
Complete project enclosed.
I am using VS2013 VB Net.
There is a config.dat file in the debug directory that sets the Zello parameters.
It’s a bit rough as it is just to get it to work.
I have the API’s for various analog and digital radios I wish to integrate it with.
On Alex’s suggestion I have been trying the websocket interface and have had some problems there too – I have enclosed the email I just sent to him.
Thanks
Andy.
From: Eugene Potapov ***@***.***
Sent: 08 September 2022 17:00
To: zelloptt/zellowork-windows-client-sdk ***@***.***>
Cc: AndyW999 ***@***.***>; Author ***@***.***>
Subject: Re: [zelloptt/zellowork-windows-client-sdk] VB Net - ZelloPTT.dll ptt.dll difference in BeginMessage (Issue #8)
Hi Andy,
though ptt.dll and zelloptt.dll are not binary compatible, they share COM interfaces nearly 100%,
so the client app code should work when you switch from one version to another
Please share your test project, as we have only C++ and C# sample projects
—
Reply to this email directly, view it on GitHub<#8 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABK5DZC2RR2GQVMWLVGKM63V5H5ODANCNFSM6AAAAAAQGU62RE>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
I don't see any attachment, could you pls try again or upload it like a github repo? |
Hi Eugene
Well there was an attachment sent – maybe your mail system stripped it as it was a RAR containing an exe.
I have put it in Dropbox –
https://www.dropbox.com/sh/cdxz9dt6o47cj3t/AACWoQZk1TQeHBK7whEyIjLpa?dl=0
Thanks
Andy.
From: Eugene Potapov ***@***.***
Sent: 08 September 2022 18:07
To: zelloptt/zellowork-windows-client-sdk ***@***.***>
Cc: AndyW999 ***@***.***>; Author ***@***.***>
Subject: Re: [zelloptt/zellowork-windows-client-sdk] VB Net - ZelloPTT.dll ptt.dll difference in BeginMessage (Issue #8)
I don't see any attachment, could you pls try again or upload it like a github repo?
—
Reply to this email directly, view it on GitHub<#8 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABK5DZDXIYDHC3R4WYYASUTV5IFLXANCNFSM6AAAAAAQGU62RE>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Hi Eugene
Did you get the Dropbox code and have you managed to look at it?
Thanks
Andy.
From: Eugene Potapov ***@***.***
Sent: 08 September 2022 18:07
To: zelloptt/zellowork-windows-client-sdk ***@***.***>
Cc: AndyW999 ***@***.***>; Author ***@***.***>
Subject: Re: [zelloptt/zellowork-windows-client-sdk] VB Net - ZelloPTT.dll ptt.dll difference in BeginMessage (Issue #8)
I don't see any attachment, could you pls try again or upload it like a github repo?
—
Reply to this email directly, view it on GitHub<#8 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABK5DZDXIYDHC3R4WYYASUTV5IFLXANCNFSM6AAAAAAQGU62RE>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a project using ptt.dll working OK, if I try the same code using ZelloPTT.dll it does not work.
Using ZelloPTT.dll I get
GetExceptionInfo-System.Runtime.InteropServices.SafeArrayTypeMismatchException(0x80131533): Specified array was not of the expected type.
at System.StubHelpers.MngdSafeArrayMarshaler.ConvertSpaceToNative(IntPtr pMarshalState, Object& pManagedHome, IntPtr pNativeHome)
at ZelloPTTLib.IZelloClient.BeginMessage(Array Users)
Why?
Thanks
Andy.
The text was updated successfully, but these errors were encountered: