Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Microfocus Acucorp Extend (Read 3877 times)
LOBO
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Jul 12th, 2010
Microfocus Acucorp Extend
Jul 12th, 2010 at 10:53am
Print Post  
Hey ,

We are developing in Acucobol Extend 8.1 and are wondering if anyone has ever used this product of Mindfusion in Cobol programming ?

  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Microfocus Acucorp Extend
Reply #1 - Jul 12th, 2010 at 1:25pm
Print Post  
I am not certain of whether .NET controls can be used under Cobol. At least some kind of ActiveX or .NET interoperability needs to be available for Cobol in order to do this.

This topic might shed some light on this: http://www.alchemysolutions.com/blog/Tutorial-Program-WinForms

Regards,
Meppy
  
Back to top
 
IP Logged
 
Bagheera
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Aug 2nd, 2010
Re: Microfocus Acucorp Extend
Reply #2 - Aug 2nd, 2010 at 11:55am
Print Post  
5.5 Calling .NET from COBOL
Use ACUCOBOL-GT's .NET bridging interface, "AcuToNet.dll", if you want to include .NET assemblies in your COBOL programs. This interface gives you access to .NET assemblies, both graphical and non-graphical, including user controls and Windows forms controls. You do not need to know object-oriented programming or the NET Framework.

This interface includes a graphical utility known as the .NET Definitions Generator, or "NETDEFGEN.exe". This utility allows you to view and select .NET assemblies for translation to a COBOL COPY file. COBOL programmers already familiar with the DISPLAY, CREATE, MODIFY, INQUIRE, and DESTROY statements can immediately write COBOL programs that consume .NET assemblies.

At run time, "AcuToNet.dll" starts the .NET CLR, loads and executes the requisite .NET components, and returns the results to the COBOL program.

That should work or not?
  
Back to top
 
IP Logged
 
Bagheera
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Aug 2nd, 2010
Re: Microfocus Acucorp Extend
Reply #3 - Aug 2nd, 2010 at 12:48pm
Print Post  
One of the things that Acucobol-GT's .NET interoperability has problems with is using STORED_OBJECTS, and I don't know if the Mindfusion scheduler is making use of them.

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint