This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, January 24, 2012 12:17:26 PM(UTC)
Groups: Registered
Posts: 1
Hello:
I am trying to call the CDC::MoveTo function as such: "MoveTo ( HDC, xpos,ypos)" but I keep getting an undeclared indentifier error. Not sure why this is happening.
I am able to call "LineTo" function the same way with no issues.
Thanks for any help.
#2
Posted
:
Wednesday, January 25, 2012 12:59:33 AM(UTC)
Groups: Registered
Posts: 256
Hello,
The error itself means that you your code is trying to use an identified (such as a variable name) that was not properly declared. Those two methods are Microsoft methods and according to MSDN they do not take a device context handle (HDC).
Where did you get this error? If you are using LEADTOOLS, please specify which of our products you're using and how this issue is related to us.
If you're not using LEADTOOLS, please do not post in these forums because they are meant to be used only for LEAD-related issues.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.