Error Operat.exe after compilation under BDS2006

Forum for software developers to discuss BCI2000 software development
Locked
louismayo
Posts: 20
Joined: 25 Jun 2007, 05:40

Error Operat.exe after compilation under BDS2006

Post by louismayo » 30 Jul 2007, 05:17

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

gschalk
Posts: 615
Joined: 28 Jan 2003, 12:37

Re: Operator

Post by gschalk » 30 Jul 2007, 14:58

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

louismayo
Posts: 20
Joined: 25 Jun 2007, 05:40

Post by louismayo » 31 Jul 2007, 04:07

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

Code: Select all

TForm1 ressource not found
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

louismayo
Posts: 20
Joined: 25 Jun 2007, 05:40

Post by louismayo » 31 Jul 2007, 05:15

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

louismayo
Posts: 20
Joined: 25 Jun 2007, 05:40

Post by louismayo » 31 Jul 2007, 06:25

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

mellinger
Posts: 1341
Joined: 12 Feb 2003, 11:06

Post by mellinger » 07 Aug 2007, 10:32

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

mellinger
Posts: 1341
Joined: 12 Feb 2003, 11:06

Post by mellinger » 30 Aug 2007, 14:56

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

louismayo
Posts: 20
Joined: 25 Jun 2007, 05:40

Post by louismayo » 31 Aug 2007, 03:57

thank you very much for your help.

Louis

Locked

Who is online

Users browsing this forum: No registered users and 0 guests