Search found 3 matches
- 06 September 2016, 10:02
- Forum: Unit Operations
- Topic: IPersistStream problems in developing a Unit using C#
- Replies: 7
- Views: 47835
Re: IPersistStream problems in developing a Unit using C#
Thanks a lot. I declare the interface, and the problem is solved.
- 05 September 2016, 09:21
- Forum: Unit Operations
- Topic: IPersistStream problems in developing a Unit using C#
- Replies: 7
- Views: 47835
Re: IPersistStream problems in developing a Unit using C#
Yes, return 1 and still the same.jasper wrote:Do you see the same if you return a non-zero number, e.g. 1?
If not, can you make an example available for me to test against?
- 05 September 2016, 08:24
- Forum: Unit Operations
- Topic: IPersistStream problems in developing a Unit using C#
- Replies: 7
- Views: 47835
IPersistStream problems in developing a Unit using C#
I'm developing a unit operation using C# and .Net 4.5. IPersistSream has been implemented, and in GetSizeMax, I write pcbSize=0L; Both Save and Load is empty. When I click save in COFE, debugger step into GetSizeMax, normally return , and then COFE crashed, did not enter Save. No error message or ri...