no matching function for call to 'NewScreen::NewScreen(EditBoxScreen* const)'
how do i solve this error ? i did declare newscreen but how come?
| Attachment | Size |
|---|---|
| New folder.zip | 106.29 KB |
no matching function for call to 'NewScreen::NewScreen(EditBoxScreen* const)'
how do i solve this error ? i did declare newscreen but how come?
| Attachment | Size |
|---|---|
| New folder.zip | 106.29 KB |
Does new screen know what EditBoxScreen is? Does it need to know, or will NewScreen(Screen* screen) do?