blahblahblah5038
July 2nd, 2007, 01:59 PM
I am writing a program that is still in its very early stages, and I have already encountered some errors where I wouldn't have expected them.
One of the main things that the program needs to be able to do is recognize pixel colors from the screen. So the first thing i did was to find someone else's function that searches the screen, and modify it using my limited knowledge.
The function as written was part of a dll file that did compile and worked correctly. The problem came in when I tried to place it into my program. I get 24 unresolved token errors when I attempt to compile. Can anyone please help me?
One of the main things that the program needs to be able to do is recognize pixel colors from the screen. So the first thing i did was to find someone else's function that searches the screen, and modify it using my limited knowledge.
The function as written was part of a dll file that did compile and worked correctly. The problem came in when I tried to place it into my program. I get 24 unresolved token errors when I attempt to compile. Can anyone please help me?