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. How to make a QT win32 component?
Qt 6.11 is out! See what's new in the release blog

How to make a QT win32 component?

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 701 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I'd like to make a module that is a component and is responsible for drawing
    charts in my application. Where should I get started?
    Any good reading materials?
    Thanks
    Jack

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      I have decided to write an ActiveX Component, I was compiling to x64 platform.
      But
      [code]
      Error 1 error LNK2001: unresolved external symbol DllCanUnloadNow e:\Jacky\documents\visual studio 2010\Projects\PerfectSimChart\PerfectSimChart\PerfectSimChart.def 1 1 PerfectSimChart
      Error 2 error LNK2001: unresolved external symbol DllGetClassObject e:\Jacky\documents\visual studio 2010\Projects\PerfectSimChart\PerfectSimChart\PerfectSimChart.def 1 1 PerfectSimChart
      Error 3 error LNK2001: unresolved external symbol DllRegisterServer e:\Jacky\documents\visual studio 2010\Projects\PerfectSimChart\PerfectSimChart\PerfectSimChart.def 1 1 PerfectSimChart
      Error 4 error LNK2001: unresolved external symbol DllUnregisterServer e:\Jacky\documents\visual studio 2010\Projects\PerfectSimChart\PerfectSimChart\PerfectSimChart.def 1 1 PerfectSimChart
      Error 5 error LNK2001: unresolved external symbol DumpIDL e:\Jacky\documents\visual studio 2010\Projects\PerfectSimChart\PerfectSimChart\PerfectSimChart.def 1 1 PerfectSimChart
      [/code]

      1 Reply Last reply
      0

      • Login

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