Home > Archive > Clarion > October 2006 > Import from XML
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Juan Maisterra 2006-09-27, 6:55 pm |
| Hi
When I insert the ImportFromXML template, the following errors ocurr
Making cpXML.obj (file does not exist)
Making cpXML.clw
(cpXML.clw 52,1) Syntax error. No matching prototype available
(cpXML.clw 54,12) Syntax error. Cannot RETURN value from procedure
Any ideas of what I am doing wrong?
Thanks in advance for your help
Regards
Juan Maisterra
| |
| arnold.latumanuwy@gmail.com 2006-10-12, 6:55 pm |
| error occur because you want to call a function as a procedure.
try checking the properties..
Juan Maisterra wrote:
> Hi
>
> When I insert the ImportFromXML template, the following errors ocurr
>
> Making cpXML.obj (file does not exist)
> Making cpXML.clw
> (cpXML.clw 52,1) Syntax error. No matching prototype available
> (cpXML.clw 54,12) Syntax error. Cannot RETURN value from procedure
>
> Any ideas of what I am doing wrong?
>
> Thanks in advance for your help
>
> Regards
>
> Juan Maisterra
|
|
|
|
|