cancel
Showing results for 
Search instead for 
Did you mean: 

MVP Application Error

HNguy.21
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Martin KJELDSEN
Chief III

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

/Martin

View solution in original post

4 REPLIES 4
Alexandre RENOUX
Principal

Hi,

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

/Alexandre

Martin KJELDSEN
Chief III

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

/Martin

HNguy.21
Associate II

Hi,

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

Tks guys.

Great!