Page 1 of 1

[RESOLVED] Procedure and LinkedList as Parameter

Posted: Fri Apr 18, 2008 7:08 am
by nicolaus
[RESOLVED]
Hello,

TailBite can´t create my lib. I have a procedure what shows like this:

Code: Select all

Procedure MyProcedure(hwnd,MyList.MY_STRUCT)
  ....
EndProcedure
Is it true that TailBite can´t compile this type of procedures?
I use TailBite V1.3 PR 1.871

Thanks,
nico

Posted: Fri Apr 18, 2008 7:24 am
by Progi1984
Hi,

Is MyList.MY_STRUCT a structured linked list or a structured variable ?

Regards...

Posted: Fri Apr 18, 2008 7:28 am
by nicolaus
Progi1984 wrote:Hi,

Is MyList.MY_STRUCT a structured linked list or a structured variable ?

Regards...
It is a LinkedList and at this moment i have found the prob. It was my mistake.
I have forgotten to write the () at the end of the Parameter, like this one:
Procedure MyProcedure(hwnd,MyList.MY_STRUCT())

but thanks.

Nico

Posted: Fri Apr 18, 2008 7:56 am
by Progi1984
No problem. Can you write "[RESOLVED]" in you first post title, please ?