Thoughts?
_________________________________________________
Charles Little
Software Engineer
e-mail: charles...@zcsterling.com, cli...@infinite-visions.com;
voice: 770.226.1915
_________________________________________________
Programming is an art form that fights back
Profanity is the one language all programmers understand
Sleep is for people that can't program
In /dev/null no one can hear you scream
If I do nothing to the IStrings when it comes across, I can use it directly
from the appserver, and it comes across fine, i.e. on the client:
var
idx: Integer;
begin
with RemoteServer1 do
begin
for idx := 0 to AppServer.MyStrings.Count -1 do
begin
Memo1.Lines.Add(AppServer.MyStrings[idx]);
end;
end;
end;
This works...I am now totally confused...
It looks like you are using D3. Make sure the copy of STDVCL32.DLL you
have registered on both machines is the latest version of that DLL.
(I've got 8/5/97 3:01 am - 345,536 on my system). Also make sure you
only have one copy of the DLL on these systems.
--
Dan Miser
http://www.execpc.com/~dmiser
Please post MIDAS-related messages in inprise.public.midas
If it will help, I can send you my examples...just let me know.
Dan Miser [TeamB] wrote in message ...
And to answer your question, yes, the test I performed was with the
client on one machine and the server on another.
If this doesn't do it, let me know and I'll post my sample to my web
site. It will take a little while because I'll be pretty scarce here
for the next couple of weeks.
Lastly, just use DCOMConnection for now until this problem is solved to
remove extra layers.
Charles Little wrote in message <74grnr$7s...@forums.borland.com>...