• message count

    From Hax0r@VERT/HAX0RQWK to Digital Man on Wed May 15 22:57:00 2002
    RE: message count
    BY: Digital Man to Hax0r on Tue May 14 2002 10:20 pm

    really? i never knew that! wow, that makes things really interesting. definately have to look into things now. do you provide an API somewher to exactly whats publically accessible and what params it takes/returns?

    Yes, src/sbbs3/smblib.h.

    dude.. thanks a lot. only question is, is there any place i can get just that header file and not have to download the entire sbbs source package?



    ---
    ■ Synchronet ■ .. hax0r's palace .. you've just been hax0r'd ..
  • From Digital Man@VERT to Hax0r on Thu May 16 00:06:00 2002
    Re: message count
    By: Hax0r to Digital Man on Wed May 15 2002 09:57 pm

    really? i never knew that! wow, that makes things really interesting. definately have to look into things now. do you provide an API somewh to exactly whats publically accessible and what params it takes/return

    Yes, src/sbbs3/smblib.h.

    dude.. thanks a lot. only question is, is there any place i can get just th header file and not have to download the entire sbbs source package?

    Yes, http://cvs.synchro.net/cgi-bin/cvsweb.cgi/~checkout~/src/sbbs3/scfglib.h?rev=1. 15&content-type=text/plain

    Of course, if you plan to #include it in your source code, you'll need some other files as well (smbdefs.h, filewrap.h, etc.).

    digital man

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net
  • From Deuce@VERT/FREEBSD to Hax0r on Thu May 16 02:14:00 2002
    RE: message count
    BY: Hax0r to Digital Man on Wed May 15 2002 09:57 pm

    RE: message count
    BY: Digital Man to Hax0r on Tue May 14 2002 10:20 pm

    really? i never knew that! wow, that makes things really interesting. definately have to look into things now. do you provide an API somewh to exactly whats publically accessible and what params it takes/return

    Yes, src/sbbs3/smblib.h.

    dude.. thanks a lot. only question is, is there any place i can get just th header file and not have to download the entire sbbs source package?




    Well, you can always pull a single file via CVS... if you don't have cvs installed, you can use cvsweb... there's a link from http://cvs.synchro.net/ and download individual files.

    ---
    ■ Synchronet ■ telnet://FreeBSD.synchro.net ``Penguins are tasty snacks''
  • From Hax0r@VERT/HAX0RQWK to Digital Man on Thu May 16 19:22:00 2002
    RE: message count
    BY: Digital Man to Hax0r on Wed May 15 2002 11:06 pm

    Yes, http://cvs.synchro.net/cgi-bin/cvsweb.cgi/~checkout~/src/sbbs3/scfglib.h?re 15&content-type=text/plain

    Of course, if you plan to #include it in your source code, you'll need some other files as well (smbdefs.h, filewrap.h, etc.).

    can't i just add the dll as a reference and declare the functions in vb to call them? i've done this with several other dlls....



    ---
    ■ Synchronet ■ .. hax0r's palace .. you've just been hax0r'd ..
  • From Digital Man@VERT to Hax0r on Thu May 16 20:36:00 2002
    Re: message count
    By: Hax0r to Digital Man on Thu May 16 2002 06:22 pm

    Yes, http://cvs.synchro.net/cgi-bin/cvsweb.cgi/~checkout~/src/sbbs3/scfglib.h? 15&content-type=text/plain

    Of course, if you plan to #include it in your source code, you'll need so other files as well (smbdefs.h, filewrap.h, etc.).

    can't i just add the dll as a reference and declare the functions in vb to call them? i've done this with several other dlls....

    Yes, but the parameters are complex-types (defined smbdefs.h). I'm not sure how you'll convert those to VB types.

    digital man

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net
  • From Hax0r@VERT/HAX0RQWK to Digital Man on Sun Jun 9 17:53:00 2002
    RE: message count
    BY: Digital Man to Hax0r on Thu May 16 2002 07:36 pm

    Yes, but the parameters are complex-types (defined smbdefs.h). I'm not sure you'll convert those to VB types.

    so are the parameters a pointer to a struct -- or by Complex, do you actually mean the numeric "complex" type. if they are pointers to a struct, then i should be able to mirror the structure in VB and send in a pointer to the structure. vb isn't that much different than traditional programming languages, it just hides a lot of the "complexities" from the user -- ie pointers/references.



    ---
    ■ Synchronet ■ .. hax0r's palace .. you've just been hax0r'd ..
  • From Digital Man@VERT to Hax0r on Mon Jun 10 16:10:00 2002
    Re: message count
    By: Hax0r to Digital Man on Sun Jun 09 2002 04:53 pm

    Yes, but the parameters are complex-types (defined smbdefs.h). I'm not su you'll convert those to VB types.

    so are the parameters a pointer to a struct -- or by Complex, do you actuall mean the numeric "complex" type.

    They are pointers to structures (defined in smbdefs.h).

    digital man

    ---
    ■ Synchronet ■ Vertrauen ■ Home of Synchronet ■ telnet://vert.synchro.net