|
Thread: dll
-
Mar 25th, 2003, 08:33 AM
#1
Thread Starter
Addicted Member
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 !
-
Mar 25th, 2003, 12:09 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|