Undeclared identifier, identifier not found
Code:
D:\Libraries\source\SRC\_Interface\WndField.cpp(2656): error C2065: 'CWndMapEx' : undeclared identifier
D:\Libraries\source\SRC\_Interface\WndField.cpp(2656): error C2065: 'pWndMapEx' : undeclared identifier
D:\Libraries\source\SRC\_Interface\WndField.cpp(2656): error C2059: syntax error : ')'
D:\Libraries\source\SRC\_Interface\WndField.cpp(2656): error C3861: 'CWndMapEx': identifier not found, even with argument-dependent lookup
D:\Libraries\source\SRC\_Interface\WndField.cpp(2657): error C3861: 'pWndMapEx': identifier not found, even with argument-dependent lookup
Can anyone let me know where I define these? I can't seem to find it.
Re: Undeclared identifier, identifier not found
Does the WndField.cpp even hold any map data or any means to pull it, I don't recall there being any includes that link the WndMapEx to the wndfield.cpp, double check your work and make sure you've changed the correct files.
Re: Undeclared identifier, identifier not found
The code is imported from another source, and I imported all of it, If it doesn't work then I guess it never worked in the other source to begin with
Re: Undeclared identifier, identifier not found
I couldn't say it might have worked fine depending on the #include for the MapEx.h perhaps? I've personally only seen one system that pulls any map data to the Wndfield.cpp and it was the teleport something or other but perhaps I'm wrong in the exact file since I'm not great with C++ but form what i gather something is pulling values that are set in another file and they cannot find it because of that, double check the include it's pulling for the map items and look in your source to see if they match with the one you took from.
Re: Undeclared identifier, identifier not found
Ive PM'd you the script with more detail