Results 1 to 2 of 2

Thread: dll

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    166

    dll

    hello
    i'm using inline assembly in VC++ and calling the exe thru VB. parameters are passed from VB thru command line arguements.

    is there any method by which i can make a dll of the VC++ exe, if yes ...how do i go abt it ?
    one imp thing to keep in mind is that i have to pass parameters to the VC program and also return a string from VC.

    can anyone pls help me with this ....
    give a sample code to see ...

    thanks in advane

    shruti !

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    You could recompile the source to a dll, but only with a few modifications.

    As for passing a string back, that probably only works either via pipes (don't think VB can do it) or by having a special transfer file that the C++ exe writes to and that the VB exe reads.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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