GetDlgItem : nID=785 not Found.

04/10/2020 18:29 rpg1234#1
Problem with my resource

Error: GetDlgItem : nID=785 not Found.

error started after adding PartyFinder, sorry my bad english..
Resdata.h

resdata.inc

resdata.txt.txt
04/10/2020 20:58 Naltalah#2
Probably some code tries to access WIDC_LISTBOX1 before OnInitialUpdate.
Or you forgot to merge your resource.
04/11/2020 14:26 Steffen Tequila#3
if you change the resdata.h you need to compile the neuz always again

maybe you have the ID more times? like

Code:
#define WIDC_LISTBOX1 785
#define SOMETHINGOTHER?? 785 <----