|
-
Jun 9th, 2002, 01:49 AM
#1
Thread Starter
Addicted Member
Calling functions of a running EXE?
I've written a "server" of sorts that does the bulk work of the processing. The app is written in VC++ and IS a GUI app.
What I'd like to do is leave some "hooks" in the EXE to allow "clients" to access the functions. The client will be running on the same PC that the server would.
My question is, how would I:
(a) define a function that can be called from another process?
(b) how would I call it from a dll?
Thanks for any assistance!
Phil
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
|