--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/30efd09a-a559-4735-9073-b395f88bb10d%40chromium.org.
Thanks for replying I have got it working, at least I received what was sent by extension, the problem was the studio mode it was text by default when I changed it to binary, I started receiving msgs. There is one issue still the when I try to apply strcmp or stroke like function to it , it does not go through. Let's say extension sends "hello" n in native code I do strcmp(rcv,"hello") it returns non zero value. Any suggestion on these issue?
--
You received this message because you are subscribed to the Google Groups "Chromium-Extensions-Announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at https://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ed4bd1c0-75b3-45e4-8790-30849b6d8e1e%40chromium.org.
Got it working, thanks