Search found 1146 matches
- 23 September 2025, 06:55
- Forum: CAPE-OPEN Binary Interop Architecture
- Topic: Posting non-error messages to the PME
- Replies: 7
- Views: 37130
Re: Posting non-error messages to the PME
Excellent - good to hear.
- 22 September 2025, 13:47
- Forum: CAPE-OPEN Binary Interop Architecture
- Topic: Posting non-error messages to the PME
- Replies: 7
- Views: 37130
Re: Posting non-error messages to the PME
I thought this was fixed a while ago - which version of the COBIA-SDK are you using?
- 17 September 2025, 07:23
- Forum: CAPE-OPEN Binary Interop Architecture
- Topic: Posting non-error messages to the PME
- Replies: 7
- Views: 37130
Re: Posting non-error messages to the PME
For me it works without the cast.
Note that the assignment operator does a queryInterface and the result may be null.
What is the compilation error message without the cast?
Note that the assignment operator does a queryInterface and the result may be null.
What is the compilation error message without the cast?
- 10 September 2025, 10:05
- Forum: COCO (AmsterCHEM)
- Topic: COCO 3.10 released
- Replies: 0
- Views: 13925
COCO 3.10 released
We are pleased to announce the release of COCO 3.10. This release is a maintenance release that addresses several small issues. For a full list of changes, please visit the COCO web site. The following features have been added * allow even more compact stream and unit parameter reports by optionally...
- 10 September 2025, 06:00
- Forum: CAPE-OPEN Binary Interop Architecture
- Topic: Posting non-error messages to the PME
- Replies: 7
- Views: 37130
Re: Posting non-error messages to the PME
Any PME that supports this (mostly all) will set the simulation context. There, you can query for the ICapeDiagnostics interface. Make that a class member. Then, use LogMessage from the ICapeDiagnostics. Example: CAPEOPEN_1_2::CapeDiagnostic diagnostic; void putSimulationContext(/*in*/ CAPEOPEN_1_2:...
- 21 July 2025, 05:41
- Forum: Process Modelling Components
- Topic: Why it changes to another function
- Replies: 2
- Views: 101182
Re: Why it changes to another function
> Whenever, I load the saved file, it asked me to switch to A+DT. I have no idea what to do.
Can you explain what you mean and perhaps include a screen shot?
Can you explain what you mean and perhaps include a screen shot?
- 18 July 2025, 05:59
- Forum: Process Modelling Components
- Topic: Why it changes to another function
- Replies: 2
- Views: 101182
Re: Why it changes to another function
The component names in COCO are determined the first time a property package is loaded. After that the component stay the same if you change the definitions (but not the components, which are identified by CAS). You can change the component names in the Compounds tab, from Flowsheet settings. You co...
- 17 July 2025, 18:44
- Forum: Process modelling and simulation
- Topic: cofestand does not return handle to command line
- Replies: 5
- Views: 109895
Re: cofestand does not return handle to command line
COFE does not run unintentionally - COFEstand is just a small wrapper around COFE; it runs COFE to do the work.
So the problem is that COFE does not exit.
Can you reproduce this without COFEstand? If you just run the document in COFE, and the close COFE, does COFE remain active in the task manager?
So the problem is that COFE does not exit.
Can you reproduce this without COFEstand? If you just run the document in COFE, and the close COFE, does COFE remain active in the task manager?
- 17 July 2025, 07:20
- Forum: Process modelling and simulation
- Topic: cofestand does not return handle to command line
- Replies: 5
- Views: 109895
Re: cofestand does not return handle to command line
I cannot reproduce this. In both PowerShell and cmd the process returns normally: Screenshot 2025-07-17 091721.png When this happens, can you check whether COFE.exe is still running? If so, when you close that (task manager) I presume COFEstand returns? If this is the case, can you try again, now ma...
- 08 July 2025, 15:19
- Forum: Process modelling and simulation
- Topic: cofestand does not return handle to command line
- Replies: 5
- Views: 109895
Re: cofestand does not return handle to command line
I am not clear on your problem statement.
Can you first of all, when this happens, check with the task manager, or tasklist, whether COFE.exe and COFEStand.exe are still running at this point?
Secondly, which handle are you referring to? Presumably the STDOUT handle?
Can you first of all, when this happens, check with the task manager, or tasklist, whether COFE.exe and COFEStand.exe are still running at this point?
Secondly, which handle are you referring to? Presumably the STDOUT handle?