GUI_SPY_StartServer on emwin simulation

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • GUI_SPY_StartServer on emwin simulation

    Hello.

    When I want to start the Spy server on the emwin simulation environement with visual studio I got link error.
    even if I but this #define in GUIConf.h :
    #define GUI_SUPPORT_SPY (1)


    here is my link error :

    Erreur 4 error LNK2019: symbole externe non résolu _accept@12 référencé dans la fonction __ServerThread@4 GUISim.lib(GUI_SPY_X_StartServer.OBJ) Simulation

    Erreur 7 error LNK2019: symbole externe non résolu _bind@12 référencé dans la fonction __ListenAtTcpAddr GUISim.lib(GUI_SPY_X_StartServer.OBJ) Simulation
  • Hi,

    I've checked that. It worked without any problem with the simulation project shipped with emWin. It also works with the evaluation version.

    Regards,
    Jörg
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Hello Jörg.

    I don't use emwin standard package, I am using the STemwin delivery ..
    But after looking on internet, I saw that I need to include an external lib : WS2_32.lib.
    After that, all is ok, I am able to communicate with SpyTracer.
    So thanks again for your quick reply.