Passing Variables into QB from C++

Please use this Board for QBasic related requests ( file research, programming, etc.)

Moderators:Administrator, Global Moderator

Post Reply
Guest
Passing Variables into QB from C++

Post by Guest » Tue Mar 23, 2004 9:34 pm

;)Hi. I am shelling to a C++ program from QB, and would like to return variables back to the QB program. I could have the C++ program write the info to a file, but it would be nicer if variables could be passed back. Is there a Windows API that would work with QB?

Thanks.....

User avatar
scorpion
Newbie
Posts:8
Joined:Sun Mar 21, 2004 11:26 pm
Contact:

Re: Passing Variables into QB from C++

Post by scorpion » Tue Mar 23, 2004 11:31 pm

hmz....good question...
can't you make a DLL in C++ and set in the SHELL
something like this:
SHELL "yourcppprog.dll?this=that"
like the perl and the PHP way....
....;D.....

User avatar
scorpion
Newbie
Posts:8
Joined:Sun Mar 21, 2004 11:26 pm
Contact:

Re: Passing Variables into QB from C++

Post by scorpion » Tue Mar 23, 2004 11:33 pm

or use the windows clipboard  ;D
....;D.....

Post Reply