Search found 3 matches
- Thu May 18, 2006 9:12 am
- Forum: .NET
- Topic: Licensing problem from native code
- Replies: 4
- Views: 6455
Hi Marc, My c# .net assembly is an executable, containing TeeChart in a user control, which is then used in a form. This assembly is then 'regasm'ed to produce a tlb for use in Delphi 5. In my delphi 5 app I produce a _tlb.pas wrapper from the tlb file (project -> import type library) Then I create ...
- Mon May 15, 2006 10:03 am
- Forum: .NET
- Topic: Licensing problem from native code
- Replies: 4
- Views: 6455
- Fri May 05, 2006 2:06 pm
- Forum: .NET
- Topic: Licensing problem from native code
- Replies: 4
- Views: 6455
Licensing problem from native code
How do I solve the problem of licensing TeeChart when my assembly is called from a 32 bit (Delphi 5) program? I have a C# application which contains a TChart. This application is then called from an older application written in Delphi 5 (ie regasm the assembly and import into the delphi app). My C# ...