Skip to content

Attempt to access internet?

Forums Forums SIMPOL Programming Attempt to access internet?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30
    JD Kromkowski
    Participant

    I was running a very simple program (Basically all it does was open a form in a window), when my security advised that the IDE was trying to access the internet. Any idea what that would be about? I’ve been able to recreate it now twice. And I see also that in addition to the IDE, smpwin32.exe is also seeking outgoing access.

    #1496
    Michael
    Keymaster

    On 28/10/2010 20:38, JDK wrote:
    > I was running a very simple program (Basically all it does was open a
    > form in a window), when my security advised that the IDE was trying
    > to access the internet.
    >
    > Any idea what that would be about?
    >
    > I've been able to recreate it now twice. And I see also that in
    > addition to the IDE, smpwin32.exe is also seeking outgoing access.
    >

    The IDE is looking for other copies of the IDE on the local LAN (not the
    Internet).

    smpwin32.exe may try to access the Internet if you are using a feature
    that causes it to use the httpclientlib support. This would happen if
    you have a field used as the data source for an image that has as its
    contents "http://…". SIMPOL can retrieve images to show on forms from
    the Internet.

    Ciao, Neil

    #1847
    JD Kromkowski
    Participant

    Why would it be looking for other copies of the IDE on the LAN? What would
    it possible do with that information?

    I had come to think that maybe my form used datasource of PPCStype which
    could I think throw the trying to access flag, but i haven't had chance to
    look more closely at the issue.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.