Re: Access Violation - 1.5.8.305 (General questions)
Thanks for your quick reply.
It's strange, I use ActiveX-Sample 1. Simple - manual response and changed BindIP to 192.168.1.200 and Port to 9099 in the wodWebServer1 properties window.
-> The error comes up
Now adding this code before wodWebServer1.Start in Form_Load, no error occurs, and MsgBox results are and 80
<<<<<
MsgBox wodWebServer1.BindIP '->
MsgBox wodWebServer1.Port ' 80
wodWebServer1.BindIP = 192.168.1.200
wodWebServer1.Port = 9099
' Now return values are correct
MsgBox wodWebServer1.BindIP '-> 192.168.1.200
MsgBox wodWebServer1.Port ' 9099
<<<<<
Seems the values from wodWebServer1 properties window are not used. The values are not even saved and restored when the project is closed and reopened.
Thank you,
Josef
Complete thread:
- Access Violation - 1.5.8.305 - selisoft, 2011-04-27, 22:56
- Re: Access Violation - 1.5.8.305 - wodSupport, 2011-04-27, 22:58
- Re: Access Violation - 1.5.8.305 - selisoft, 2011-04-27, 23:19
- Re: Access Violation - 1.5.8.305 - wodSupport, 2011-04-27, 23:21
- Re: Access Violation - 1.5.8.305 - selisoft, 2011-04-27, 23:32
- Re: Access Violation - 1.5.8.305 - wodSupport, 2011-04-27, 23:21
- Re: Access Violation - 1.5.8.305 - selisoft, 2011-04-27, 23:19
- Re: Access Violation - 1.5.8.305 - wodSupport, 2011-04-27, 22:58