Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Signals with QAxServer in .NET
Forum Updated to NodeBB v4.3 + New Features

Signals with QAxServer in .NET

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maebious
    wrote on 13 Nov 2011, 12:56 last edited by
    #1

    Hello,

    I am developing a COM application by using QAxServer module in Qt. I reference and test the COM app in VB.NET. Till now I have successfully called slots and used properties. My problem is that I cannot assign a signal in the VB.NET code as any signal I write in qt is not visible in the COM headers.

    eg.

    signals:
    void valueChanged(int v);

    I also tested void, QString v, const Qstring &v and many other combinations in case that for compatibility reasons was needed a different datatype.

    Can someone give me a working example of any COM signal with .NET?

    Thank you a lot,
    Orestis

    1 Reply Last reply
    0

    1/1

    13 Nov 2011, 12:56

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved