Error compiling tGet

Post Reply
User avatar
Eroni
Posts: 71
Joined: Fri Jul 21, 2006 7:15 pm
Location: Criciuma/SC Brazil
Contact:

Error compiling tGet

Post by Eroni »

Good evening everyone.
I needed to customize the class tget, however when compiling an error is occurring, as follows:

Source \ SWTget.prg (343) Warning W0004 codeblock parameter: 'X' declared but not used in function: 'SWTGET_NEW'
Source \ SWTget.prg (446) Warning W0004 codeblock parameter: 'X' declared but not used in function: 'SWTGET_REDEFINE'

The error is on the following line:
bPostKey :: = {| x, y | y}

This error is occurring because I am compiling with the compiler directive /w3 and /es2, as in all my codes.

The question is, can I comment on the above code or do I have problems?

Grateful to all.

Eroni
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Error compiling tGet

Post by nageswaragunupudi »

Regards

G. N. Rao.
Hyderabad, India
Post Reply