| jb_groups_user 2007-10-19, 6:55 pm |
| Hi,
i have a dozen of Clarion Apps that i need to build in Clarion 6.3.
I don't know with wich version the apps have been builded. I don't
know where i can find it?
I have checked the .shp file and they told to ship the apps with 6.3
DLL.
So, when i compile the apps, i receive a lots of errors related to
Link error.
Unresolved External SETPARENTDEFAULT@F17WINDOWRESIZECLASS in
chuti001.obj
Unresolved External SETPARENTDEFAULT@F17WINDOWRESIZECLASS in
chuti002.obj
Unresolved External SETPARENTDEFAULT@F17WINDOWRESIZECLASS in
chuti004.obj
Unresolved External SETUSEMRP@F13REPORTMANAGERUc in chuti005.obj
Unresolved External GETUSEMRP@F13REPORTMANAGER in chuti005.obj
I think that have registred all the template that was needed.
I know that the fonction SETPARENTDEFAULT is a fonction define in
WindowsResizeClass.
Also, GETUSEMRP and SETUSEMRP are define in a lots of different
class.
Can anyone help me with my problems ?
Does i need to implement this fonctions because they are virtual ?
Does i miss files or templates?
|