close Warning: Can't use blame annotator:
svn blame failed on cprs/branches/tmg-cprs/BDK32/Source/RPCSharedBrokerSessionMgr1.dpr: 'GenericSWIGWrapper' object has no attribute '_wrap'

source: cprs/branches/tmg-cprs/BDK32/Source/RPCSharedBrokerSessionMgr1.dpr@ 1426

Last change on this file since 1426 was 453, checked in by Kevin Toppenberg, 18 years ago

Initial upload of TMG-CPRS 1.0.26.69

File size: 480 bytes
RevLine 
1program RPCSharedBrokerSessionMgr1;
2
3uses
4 Forms,
5 RPCSharedBrokerSessionMgr1_TLB in 'RPCSharedBrokerSessionMgr1_TLB.pas',
6 uSharedBroker1 in 'uSharedBroker1.pas' {SharedBroker: CoClass},
7 fVistaBar in 'fVistaBar.pas' {frmVistABar},
8 fDebugInfo in 'fDebugInfo.pas' {frmDebugInfo};
9
10{$R *.TLB}
11
12begin
13 Application.Initialize;
14 Application.CreateForm(TfrmVistABar, frmVistABar);
15 Application.CreateForm(TfrmDebugInfo, frmDebugInfo);
16 Application.Run;
17end.
Note: See TracBrowser for help on using the repository browser.