Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Migrate Visual Studio 2010 project to Linux with the help of QT.
Forum Updated to NodeBB v4.3 + New Features

Migrate Visual Studio 2010 project to Linux with the help of QT.

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.9k 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.
  • R Offline
    R Offline
    Rabia123
    wrote on last edited by
    #1

    Hi,

    I am trying to migrate Visual Studio 2010 project to Linux with the help of QT. Can I have set of steps to follow. My Project is using following Dll's and headers/include files.

    #using <mscorlib.dll>
    #using <system.dll>
    using namespace System;
    using namespace System::Net;
    using namespace System::Net::Sockets;
    using namespace System::Text;
    using namespace System::Threading;
    using namespace System::IO;
    using namespace System::Collections;
    using namespace System::Data;
    using namespace MySql::Data;
    using namespace MySql::Data::MySqlClient;
    using namespace System::Security::Cryptography;
    using namespace INI;
    using namespace System::Diagnostics;
    using namespace System::Collections;
    using namespace System::ServiceProcess;
    using namespace System::ComponentModel;

    Thank you

    Regards
    Rabia

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rcari
      wrote on last edited by
      #2

      Well... Take a look at the documentation of all the calls you use in those namespaces and try to find Qt equivalents. If they do not exist, well, rewrite them yourself, nobody can help you with that.
      If your software is too deeply tied to Microsoft proprietary APIs, you should maybe think of doing a plain old rewrite using Qt and then use that as your mainline development for Windows AND Linux.

      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