[RESOLVED] Procedure and LinkedList as Parameter

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

[RESOLVED] Procedure and LinkedList as Parameter

Post 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
Last edited by nicolaus on Fri Apr 18, 2008 8:11 am, edited 3 times in total.
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

Hi,

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

Regards...
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post 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
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

No problem. Can you write "[RESOLVED]" in you first post title, please ?
Post Reply