Ad Widget

Collapse

Missing messages.h

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mbjoerling
    Member
    • May 2006
    • 52

    #1

    Missing messages.h

    Hi. I've downloaded the newest build (beta11) and want to change some of the source code for the Win32 agent. But i cant compile because it's missing the messages.h file (contains some debugging functions).

    Where do i find the missing messages.h file?

    Best Regards
    Matias Bjørling
  • erisan500
    Senior Member
    Zabbix Certified Specialist
    • Aug 2005
    • 285

    #2
    Jou can download the sourcecode from sourceforge.net
    EriSan
    Zabbix Certified Specialist

    Comment

    • mbjoerling
      Member
      • May 2006
      • 52

      #3
      Jep I've done that. But the zabbix source dont have the messages.h included. Is it in another project at sourceforge?

      Comment

      • RohrbaGe
        Senior Member
        • Aug 2005
        • 167

        #4
        Message.H

        Hi,

        I had the same problem some weeks ago also.

        The message.h is not missing, it will be generated somehow.

        I have used the .NET Studio 2003 for compiling.
        But I remember that I had to change something for the message compiler.

        This is what I have now there.
        mc -s -U -h "$(ProjectDir)" -r "$(ProjectDir)" "$(InputName)"
        del "$(ProjectDir)""$(InputName)".rc

        I´m not very familiar with that stuff, but after the change the compiling has worked.

        Gerald

        Comment

        • mbjoerling
          Member
          • May 2006
          • 52

          #5
          Thanks, ill try it out. and reports back

          Comment

          • mbjoerling
            Member
            • May 2006
            • 52

            #6
            Thanks, it worked

            Damn VC6 So it messed the chars when converting.

            Ive dropped changing the code for the win32 client and instead startet develop a .NET client instead and then bundle it with SSH, for secure callback.

            Comment

            • erisan500
              Senior Member
              Zabbix Certified Specialist
              • Aug 2005
              • 285

              #7
              Cool, a .Net version of the Zabbix agent.

              Please keep up the great work and report back.

              I'm willing to get involved in testing this out.

              Greetings
              EriSan
              Zabbix Certified Specialist

              Comment

              Working...