This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How can I to transplant QT program to the VS platform, is there some documents?

Hi,

I want to transplant 3D_Scanner_Lcr4500_PGcam from Qt Creator to VS2010 platform,

how can I perform it, is there some documents?

 

Thanks,

Chester

  • Hi Chester,

    We do not have documentation on moving a Qt Creator project to Visual Studio 2010. I suggest you search on other SW development forums on the web or hopefully someone else on this forum will have some related experience to share with you.

    Thanks,
    Clinton
  • Thanks,
    I have tried to run the code on VS2012, but I find it got an error "error c3083 the symbol to the left of a ':: ' must be a type".

    The error is got on the following code.
    LCr4500::Settings::Pattern::FlashImage::FlashImage::Red::Red(const unsigned int &index){
    this->value_ = index;

    if(index > Settings::FlashImage::MAXIMUM_INDEX) this->value_ = Settings::FlashImage::MAXIMUM_INDEX;
    }