Results 1 to 3 of 3

Thread: Help me...again..PLEASE!!!

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    3

    Unhappy

    I really need help...
    My problems:
    1-I need to use a Visual C++ routine in a VB6.0 application.
    2-I can't create the proper .dll file. The function I want to call is the following:

    void Acelerar()
    {
    _outp (0x378, 1)
    }

    3-The problem with the dlls I create is the entry point.
    4-All this is for my project and I need it ready for the 23rd.

    As you can see I have little time to finish my final project...so if anyone out there could help me with this, I would be really grateful.

    Thanks for everything
    Rui Gonçalves

    P.S.-If you prefer mailing me here's the address: [email protected]

  2. #2
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655

    Question

    What does the function do in C++? We could probably rebuild it in VB code if we new that. Most things that can be done in C++ can also be done in VB in some shape or form.
    www.RealisticGraphics.net

    Running VS.Net Enterprise & VB 6

    Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML

    MSN Messenger: kmsheff

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    3
    The function sends a bit to the parallel port...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width