Page 1 of 1

POLINK error on structured list

Posted: Sat Dec 14, 2013 11:27 pm
by gnasen

Code: Select all

Structure myStruct
  
  List mylist.i()
  
EndStructure

Define test.myStruct

AddElement(test\mylist())
test\mylist() = 3

AddElement(test\mylist())
test\mylist() = 5

Define *testPointer.myStruct = @test
Hey guys,
this results on my PB 5.20 LTS in a POLINK error. Could anyone test it?

Re: POLINK error on structured list

Posted: Sat Dec 14, 2013 11:33 pm
by IceSoft
Works on 5.2.1 LTS (x86)

Re: POLINK error on structured list

Posted: Sun Dec 15, 2013 12:27 am
by STARGÅTE
no problem here (x86, x64).

anti virus software? Avira problem?

Re: POLINK error on structured list

Posted: Sun Dec 15, 2013 12:52 am
by gnasen
STARGÅTE wrote:no problem here (x86, x64).

anti virus software? Avira problem?
You are right, disabling Avira Antivir solves the problem. However only on this source code? I never had an issue with it before.
And I would expect an false positive with the compiled code, not within the linking process!?

Re: POLINK error on structured list

Posted: Sun Dec 15, 2013 4:28 am
by IdeasVacuum
Add PureBasic.exe, PBDebugger.exe, PBDebuggerUnicode.exe, pbcompiler.exe, polib.exe, porc.exe to Avira's Excluded Files list.