Page 1 of 1
Error Operat.exe after compilation under BDS2006
Posted: 30 Jul 2007, 05:17
by louismayo
Hello,
With the procedure we described
here to compile sources with BDS2006, I don't have any compilation errors (but some warnings I can give if needed) but following error occures when I try to run application from BCILauncher:
Code: Select all
Error reading fMain->OnCreate: Wrong property value
I am trying to see where it could come from, but maybe somebody already have an idea.
Louis
Re: Operator
Posted: 30 Jul 2007, 14:58
by gschalk
Louis,
Just to clarify: You are saying that operat.exe starts correctly when you click on it, but gives this error when you use BCILauncher.exe?
Gerv
Posted: 31 Jul 2007, 04:07
by louismayo
The error is related to operat.exe, it also happends when I run it directly. BCIFileInfo got the same error and others error also happend:
Batch.exe
BCITimeFrequency.exe
Code: Select all
Error reading fMain->OnClose: Wrong property value
I think they could be related to a wrong or depreciated library inclusion on BDS 2006 as we got the problem with <algorithm> inclusion in Polynomials.h, but had no time to confirm and find which one by now. I will let you inform as soon as I get some news.
Did you ear from somebody compiling with BDS 2006 before me?
Louis
Posted: 31 Jul 2007, 05:15
by louismayo
For Operat.exe, Borland compiles and .exe runs correctly with the foolowing options (right click on operat.exe -> "option" OR dbl-click then ctrl+shift+F11)
bcc32->Path and definitions (-I)
- ..
..\SignalProcessing\misc
..\shared
$(BDS)\include
$(BDS)\include\vcl
$(BDS)\include\dinkumware
ilink32->Path and definitions (-L)
- ..
..\SignalProcessing\misc
..\shared
$(BDS)\lib
$(BDS)\lib\object
$(BDS)\lib\psdk
Posted: 31 Jul 2007, 06:25
by louismayo
OK for BCITimeFreq.exe with
bcc32->Path and definitions (-I)
- ..\..\shared
$(BDS)\include
$(BDS)\include\vcl
$(BDS)\include\dinkumware
ilink32->Path and definitions (-L)
- ..\..\shared
$(BDS)\lib
$(BDS)\lib\object
$(BDS)\lib\psdk
Posted: 07 Aug 2007, 10:32
by mellinger
Dear Louis,
thanks for your very valuable feedback. I'll go over the project files and fix the BDS 2006 issues within the next days.
All the best,
Juergen
Posted: 30 Aug 2007, 14:56
by mellinger
Compilation under BCB2006 and BCB2007 works now for BCI2000 version 2. Occasionally, under BCB2006 the
"wrong property value" exception still occurs, so I recommend switching to BCB2007.
Juergen
Posted: 31 Aug 2007, 03:57
by louismayo
thank you very much for your help.
Louis