there is an article "How to incorporate Microsoft .NET components in Uniface" at the Frontline site. As a fact, it's not very flexible to use .net components as you have to register them and install them on every client. Perhaps you can make a workaround if you are a very talented interop-programmer.
The best way is perhaps to publish the .net components as web-services, which on the other side puts another level of complexity to your applications.
I succesfully use .Net libraries as Com or OCX libraries.Com objects are used for extremely large computing operations. OCX are used implement special graphics and forms in Uniface forms.For OCX creation use Microsoft.InteropForm tools.
Reg-free load can be used for COM objects, but it needs C library to load activation context. In version 9.4 Reg-Free works only for COM not for OCX.
Libraries must be installed as trusted .. on local disc, or its strong name key must be registered as trusted on computer.
4 Comments
Local Administrator
Hi,
there is an article "How to incorporate Microsoft .NET components in Uniface" at the Frontline site. As a fact, it's not very flexible to use .net components as you have to register them and install them on every client. Perhaps you can make a workaround if you are a very talented interop-programmer.
The best way is perhaps to publish the .net components as web-services, which on the other side puts another level of complexity to your applications.
Regards RogerW.
Author: rogerw (roger.wallin@abilita.fi)
Local Administrator
Author: bwigant (bernd@wigant.de)
Local Administrator
Yep, we use .NET in U9.4, e.g GRID and other object.
uri_e@one1.co.il
Uri Eitan
Author: uri_e (uri_e@one1.co.il)
Local Administrator
I succesfully use .Net libraries as Com or OCX libraries.Com objects are used for extremely large computing operations. OCX are used implement special graphics and forms in Uniface forms.For OCX creation use Microsoft.InteropForm tools.
Reg-free load can be used for COM objects, but it needs C library to load activation context. In version 9.4 Reg-Free works only for COM not for OCX.
Libraries must be installed as trusted .. on local disc, or its strong name key must be registered as trusted on computer.
vojta@incad.cz
Author: vojta (vojta@incad.cz)