[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
CAPE-OPEN Discussions about use and implementation of the CAPE-OPEN standard 2020-08-19T18:39:26+00:00 http://www.cape-open-forum.org/feed.php?f=17&t=683 2020-08-19T18:39:26+00:00 2020-08-19T18:39:26+00:00 http://www.cape-open-forum.org/viewtopic.php?t=683&p=2381#p2381 <![CDATA[Re: Developing an own cpp/ .NET Unit Operation]]>
You could expose intermediate values via output parameters, or information ports, or via a report.

Statistics: Posted by jasper — 19 August 2020, 18:39


]]>
2020-08-19T14:50:43+00:00 2020-08-19T14:50:43+00:00 http://www.cape-open-forum.org/viewtopic.php?t=683&p=2379#p2379 <![CDATA[Re: Developing an own cpp/ .NET Unit Operation]]>
I have successfully registered the Unit Operation and can use it in the 32 bit Version of COFE. Now I would like to set it up as a 64 bit Version, so can you give me some advice what to change in the registration an structure of my Unit Operation to use it as 64 bit?
Furthermore I would like to ask, if there is a comfortable way of getting intermediate results from calculation which is done. The Unit Operation isn't just straight forward calculating. Several steps of iteration have to be done. The intermediate results would help me validating the Unit Operation.

Best,
Christoph

Statistics: Posted by CSchirmer — 19 August 2020, 14:50


]]>
2020-07-21T09:06:49+00:00 2020-07-21T09:06:49+00:00 http://www.cape-open-forum.org/viewtopic.php?t=683&p=2369#p2369 <![CDATA[Re: Developing an own cpp/ .NET Unit Operation]]>
regsvr32 CPPMixerSplitterexample.dll

from a cmd prompt (you may need to start the command prompt with admin rights).

If you want to get started in .NET, here's a possible example:

Statistics: Posted by jasper — 21 July 2020, 09:06


]]>
2020-07-17T13:45:46+00:00 2020-07-17T13:45:46+00:00 http://www.cape-open-forum.org/viewtopic.php?t=683&p=2368#p2368 <![CDATA[Developing an own cpp/ .NET Unit Operation]]> I'm a real beginner in developing .NET projects (but I think I'm not the only process engineer with this problem), so don't be surprised if my questions are very simple.
My task is to develop an own unit operation and I started with the cppMixerSplitterExample from the CoLan website as a base. I have edit the calculation method to my needs and added some classes, that I need for the calculation. I also started changing the Editdialog class. Now I want to test the unit Operation within COFE. What additional changes do I have to make in the example and what steps are neccessary for including it into COFE?
I am grateful for any kind of help!

Christoph

Statistics: Posted by CSchirmer — 17 July 2020, 13:45


]]>