CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 15

Threaded View

  1. #1
    Join Date
    Feb 2002
    Posts
    3,788

    How to call a .dll with arguments?

    I have a .dll, say test.dll and i want to call this .dll like:

    test.dll /filename /start address.

    The dll should take the filename and start address as parameters and do something with them inside.

    I mean what the finality should be that the user's Command Prompt should look like in the picture.

    Can this be done?
    Attached Images Attached Images  

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

Featured