Code: Alles auswählen
Procedure ErmitteleIPAdressen()
  
  Protected lokale_ip.l=0
  
  If ExamineIPAddresses()
     Repeat
       lokale_ip = NextIPAddress()	;<--- Zeile 85
       If lokale_ip
          AddGadgetItem(#lstIP,-1,IPString(lokale_ip))
      EndIf
     Until lokale_ip=0
  EndIf
  
EndProcedureCode: Alles auswählen
[08:08:40] [COMPILER] Line 111: Warning: Deprecated function 'InitNetwork()' used.
[08:08:41] Compilation succeeded with 1 warning(s).
[08:08:41] Waiting for executable to start...
[08:08:41] Executable type: Linux  (32bit, Unicode)
[08:08:41] Executable started.
[08:08:42] [ERROR] server.pb (Line: 85)
[08:08:42] [ERROR] Invalid memory access.
[08:08:50] The Program was killed.