Jump to content

Loki1950

Community Members
  • Posts

    1.322
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by Loki1950

  1. Noticed this a few updates ago when a few sheep wandered out of range of the gathers I had assigned but I had the revel map toggled so did not notice the spy potential :lol:

    Enjoy the Choice :)

  2. Well tried a build this afternoon before the sound manager commit and wxWidgets is no longer an issue but I do get several warning about the terrain renderer mostly initialized but not referenced variables which I assume are there for mycronid to play with later B) but it is linking errors that I am really concerned about


    8> scriptinterface.vcxproj -> C:\Users\Public\Documents\sandbox\0AD\build\workspaces\vc2010\..\..\..\binaries\system\scriptinterface.lib
    6>vfs_path.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
    6>file_stats.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
    6> lowlevel.vcxproj -> C:\Users\Public\Documents\sandbox\0AD\build\workspaces\vc2010\..\..\..\binaries\system\lowlevel.lib
    9> graphics.vcxproj -> C:\Users\Public\Documents\sandbox\0AD\build\workspaces\vc2010\..\..\..\binaries\system\graphics.lib

    the resulting exe works :) but there the bits that aren't linked that bug me.The full build log is attached.

    Enjoy the Choice :)

    vce2010buildlog.txt

  3. Yeah I just looked at the wxWidgets docs it is limited but you can embed a full browser.


    EMBEDDED WEB BROWSERS
    Although wxHtmlWindow is a fantastic lightweight HTML viewer, sometimes you
    need full web facilities in your application. Eventually wxWidgets will provide
    a single class to embed an appropriate browser on each platform, but for now
    there are different classes to achieve this.
    On Mac OS X, wxWidgets comes with wxWebKitCtrl, which you need to
    enable by passing --enable-webkit to configure when building wxWidgets.
    On Linux, you can download wxMozilla (see Appendix E). Be warned that
    your application distribution will swell by many megabytes if embedding
    Mozilla.
    On Windows, you can download wxIE (see Appendix E) to embed Internet
    Explorer in your application. You can also consider using wxMozilla on
    Windows.

    but it may increase our download size significantly but I imagine any option will do the same.

    Enjoy the Choice :)

×
×
  • Create New...