Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

augusto95

Members
  • Posts

    36
  • Joined

  • Last visited

    Never

Posts posted by augusto95

  1. EO 2.3

    I wasn't working with my project for a long time, and today I re-started it!

    I did that system ([http://www.mmorpgbr.com/t15452-tutorialadm-por-frmeo](http://www.mmorpgbr.com/t15452-tutorialadm-por-frmeo)) that changes the Admin Painel into a form…

    And now (I don't know if it's because of this system or it was happening before) I'm with that error:
    >! ![](http://imageshack.us/a/img802/2159/u5s7.png)

    I already tested banning a person at VB6 project, and it goes to the same error…

    These are my components:
    >! ![](http://imageshack.us/scaled/landing/854/t4pg.png)
  2. I did that, register the ocx and then put it at Alt+T…

    I still have two problems, the frmServer.log, that I don't know why is happening, and that I still can't copile or play, because of "User-defined type not defined."
  3. I'm not succeding with any of the solutions that u guys send me =( God help me!

    Here's ALL errors
    >! ![](http://imageshack.us/scaled/landing/845/sdfg13.png)
    >! ![](http://imageshack.us/a/img521/4671/asrdm.png)
  4. I already said… When I add it at complements and press OK, it says '' could not be loaded

    just another thing, I'm using windows 7 64, so I'm not using system32
  5. When I open the server.vbp appears it:

    > Microsoft Visual Basic
    >
    > –-------------------------
    >
    > 'C:\Users\Augusto\Desktop\Eclipse - Event System 2.3\server\MSCOMCTL.OCX' could not be loaded--Continue Loading Project?

    When I add the 'mscomctl.ocx' to the components and click OK, it shows:

    > –-------------------------
    >
    > Microsoft Visual Basic
    >
    > ---------------------------
    >
    > '' could not be loaded

    And if I press Ctrl+T again there will be no 'Microsoft Windows Common Contro 6.0 (SP6)' marked… =/
  6. Sorry I didn't understood what u said at all… Is it for me to download this MSComctLib and add it at VB6 using ctrl+t? can you explain a little more detailed?

    And another thing I forgot to say... This is happen only with the server, the client is ok. And it is happen with any version of EO, incluiding a empty one... thx
  7. Hi, I decided to continue my old project these days, but now I'm with a little problem…

    I've searched at all forum, found a lot of solutions, but I couldn't solve it

    When I'm copiling appears this error:

    [http://gyazo.com/d36eefc3da10fd4c42106d9595f43720.png](http://gyazo.com/d36eefc3da10fd4c42106d9595f43720.png)

    at

    ```

    Private Sub lvwInfo_ColumnClick(ByVal ColumnHeader As MSComctlLib.ColumnHeader)

    'When a ColumnHeader object is clicked, the ListView control is sorted by the subitems of that column.

    'Set the SortKey to the Index of the ColumnHeader - 1

    'Set Sorted to True to sort the list.

    If lvwInfo.SortOrder = lvwAscending Then

    lvwInfo.SortOrder = lvwDescending

    Else

    ```

    I've already installed the VB6 SP6, the libraries and runtimes, restarted the PC a lot of times, reinstalled the VB a lot too..

    Please help me and stay calm with me hehe.. ![^_^](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/happy.png)

    Sry for a new topic about this… ![:wacko:](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/wacko.png)
  8. Well, at the editor spell it's everything fine, when I put the type Projectile the frame with details appear normally… I edit them and save...

    But when I use the spell, nothing happens x(
  9. Oh God!! ![<_<](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/dry.png)

    Can't believe that I didn't saw this before… oh f*ck, what a waste of time...

    Thx a lot bro! ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/wink.png)
  10. Nothing has changed …

    For example, if I choose the cmbType "Heal HP" and edit all the spell and click "Save", everything that I edited continues, but the cmbType changes to the first option: "HP Damage"
×
×
  • Create New...