For the PwrDev users a new update is available.
I have implemented .NET support, not fully but you can get really far with this.
With a few workarounds there doesn't have to be a limit.
You can use PwrDev's functions to load an assembly and create an (PowerBASIC compatible) Dispatch object from a class.
(Custom) assemblies can be located anywhere you like.
A few codefragments can be found here:
(.Net - Sendmail example)
http://www.hellobasic.com/cgi-bin/fo...num=1193077055
(.Net - Minimal custom class)
http://www.hellobasic.com/cgi-bin/fo...num=1193174377
It's still under development but already *very* usefull.
Make sure you read the help for details.
Hope you like it..
I have implemented .NET support, not fully but you can get really far with this.
With a few workarounds there doesn't have to be a limit.
You can use PwrDev's functions to load an assembly and create an (PowerBASIC compatible) Dispatch object from a class.
(Custom) assemblies can be located anywhere you like.
A few codefragments can be found here:
(.Net - Sendmail example)
http://www.hellobasic.com/cgi-bin/fo...num=1193077055
(.Net - Minimal custom class)
http://www.hellobasic.com/cgi-bin/fo...num=1193174377
It's still under development but already *very* usefull.
Make sure you read the help for details.
Hope you like it..

Comment