Skip to main content
HNguy.21
Associate II
June 8, 2020
Solved

MVP Application Error

  • June 8, 2020
  • 4 replies
  • 1055 views

Hi ST,

I have problem with MVP when applying BaseView for Views.

complier said cannot convert argument 1 from 'PresenterType' to 'T &'

Please help me fix the problem

Thank you.

This topic has been closed for replies.
Best answer by Martin KJELDSEN

Look for a project i shared on the community related to base-views.

/Martin

4 replies

Alexandre RENOUX
Visitor II
June 9, 2020

Hi,

Could you give more information on your issue ? Like source code ? What are trying to do exactly ?

/Alexandre

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
June 9, 2020

Look for a project i shared on the community related to base-views.

/Martin

HNguy.21
HNguy.21Author
Associate II
June 9, 2020

Hi,

The problems is solved. I inherrit wrong in Views -> it must inherrit Class View: public BaseView<ViewPresenter> instead.

Tks guys.

Martin KJELDSEN
Principal III
June 9, 2020

Great!