I don't follow your remark about a C++ DLL calling a Perl script?

From your explanations, it sounds like you have an executable called "botcore.exe" and a DLL called "botbehavior.dll". They give you the .ini and .h files to include in your own compiled version of botbehavior.cpp which is botbehavior.dll.

So your problem is how do you create your own "botbehavior.dll" that implements your desired functionality. It seems that you want to do this strictly in Perl. Well...it seems like it is possible to do but possibly only by using ActiveState's dev kit. I've never bought or used their kit myself so I cannot tell you from first hand experience how difficult it is to do this with their software. You should probably contact them to find out if their software totally meets your requirements.

If you had Microsoft Visual C++ then you would have no problem since you can create DLL's and code in C++ with their software; however, you do not seem to know C++ and do not seem to have a desire to learn C++ and that package would also cost lots of $$$ so your options are somewhat limited.

Perhaps you should find a different bot program that is open source?

Good luck.

metadoktor

"The doktor is in."


In reply to Find An Open Source Bot - Re: Re: You Need ActiveState PerlDev Kit - Re: Re: Re: Possible or am I dreaming for Perl made dlls by metadoktor
in thread Possible or am I dreaming for Perl made dlls by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.