Nancy,

I think I also hit this problem, and I can't remember
where I came up with the uComServ.pas file.  But here
it is (I'll attach it). Its a Delphi file, not a VistA
file.  You need to save the file in with your other
vista source files, and then add the file to your
project [Project->Add To Project].

I found that I wanted to add the files for the
RPCBroker to my project too.  That way you can trace
through that part of the code.  Otherwise it just uses
the precompiled .dcu file as a black box, and you
can't see what the RPC functions are doing.  This is
what I had to do so that I could figure out the issue
with the one callback port.

I've done a lot of Delphi programming, so I'll help
you where I can.  The hard part is doing it by email.

Kevin


If you are compiling, 

You

--- Nancy Anthracite <[EMAIL PROTECTED]> wrote:

> Let me preface this by saying I know next to nothing
> about  Delphi.  I am
> using Delphi 7 and I think I have all of the extra
> components successfully
> loaded into it, i.e., Filemand and Kernel Tabs
> including TRCP Broker as one
> of the Kernel components.
> 
> I haven't gotten very far.  I figured out the
> directories needed to be put
> into the root directory and that I needed to add the
> subdirectory DCU to the
> C:\CPRS-Chart directory in order to prevent the
> error that *.dcu files could
> not be created.  Now I have a directory jam packed
> with *.dcu files, but,  I
> am stuck on the error
> 
> [Fatal Error] uAccessibleListBox.pas(57)File not
> found uComServ.dcu
> 
> That sounds like a file I might find in a Broker
> something-or-other, but I
> searched my whole hard drive for anything uCo* and
> did not find this file.
> Any suggestions?
> --
> Nancy Anthracite
> 
>
-------------------------------------------------------
> 
> -- 
> Nancy Anthracite
> 
> 
>
-------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT
> Products from real users.
> Discover which products truly live up to the hype.
> Start reading now.
>
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Hardhats-members mailing list
> Hardhats-members@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/hardhats-members
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Attachment: uComServ.pas
Description: uComServ.pas

Reply via email to