Page 3 of 3

Re: BCI in C++ builder XE2

Posted: 25 Nov 2011, 12:11
by mellinger
Right now, there is no solution to your problem. Unless you are going to use the FieldTrip buffer, you don't need to compile that project. Just remove it from the BCI2000_All project group.

-Juergen

Re: BCI in C++ builder XE2

Posted: 25 Nov 2011, 15:22
by Tjehani
I did what you told , and every time a project dispatch linker error I delete it from the project BCI2000_All , until I got no linker error , then I run the program but no screen appear to me nothing appear

how can I see the interface of the program

Re: BCI in C++ builder XE2

Posted: 25 Nov 2011, 17:25
by arwa_cs
Me too did what you suggest before but still this 2 err
[ILINK32 Error] Error: Unresolved external '_main' referenced from C:\PROGRAM FILES\EMBARCADERO\RAD STUDIO\9.0\LIB\WIN3\RELEASE\C0X32.OBJ
[ILINK32 Error] Error: Unable to perform link
how i can correct this err
Thanks

Re: BCI in C++ builder XE2

Posted: 26 Nov 2011, 07:23
by mellinger
how can I see the interface of the program
Please see this thread for a possible solution:
viewtopic.php?f=1&t=1110

Or, if you want to run the Operator module in the debugger, start the "Operator" project in the IDE, and then execute one of the files in the BCI2000 batch directory.

In order to understand how BCI2000 works, please read and follow the "Getting Started" document located in the BCI2000 root folder.

Re: BCI in C++ builder XE2

Posted: 26 Nov 2011, 08:59
by Tjehani
No , I mean when we run the bci2000 without the errors that Appear , can we see the interface of bci2000 as result of the run ??

Re: BCI in C++ builder XE2

Posted: 26 Nov 2011, 09:18
by mellinger
I have provided all the help I can offer.

Best regards,
Juergen

Re: BCI in C++ builder XE2

Posted: 26 Nov 2011, 10:45
by Tjehani
we will back but first we have to buy the original version and then we will come back

thankyou for you , you were so nice with us

Re: BCI in C++ builder XE2

Posted: 26 Nov 2011, 22:04
by helda
mellinger wrote:Have you updated your copy of C++ Builder XE to the latest version?

http://edn.embarcadero.com/article/41760

Hi Mr.Juergen Mellinger,

1- BCI2000 In C++ Builder XE2 :
As for this update in C++ Builder XE2 , it is not free of charge. BUT run Check for Updates under Embarcadero RAD Studio XE2 in the Windows Start menu. and it had have updated somehow i think as i noticed when i lunched the C++ builder EX2 next time. But
when i made a " Build all project " to the BCI2000.bpg after this update,
I have had VCL Lib warnings which most likley means to buy the software. right ?
and link32 errors which is " unresolved external" " GT_..." files and i don't if that depend on the missed VCL lib. kindly , see the attached Screenshot.


2- built the BCI2000 in c++ builder 6 personall:
i have got the following only error :
# pragma warn -8104 // No warning about local statics.
[C++ Error] Environment.cpp(72): E2047 Bad pragma directive syntax



3- Built the project in VS2010 from " Build " menu as you told me, my all 37 errors are about VCL or library coruption, As shown in the attached Ssh.

Re: BCI in C++ builder XE2

Posted: 27 Nov 2011, 06:16
by ahalharbi
How can we open BCI2000 Forms in C++ Builder (ex. BCI2000 Launcher)??
When we open the project through C++ Builder which file must appear first?
and does the file list at the right include operat.exe ??

Thanks a lot for your effort with us

Re: BCI in C++ builder XE2

Posted: 27 Nov 2011, 09:00
by Tjehani
Hi , As (ahalharbi) when I open the project (BCI2000_All) I dont see the operator.exe in the list of the project and also I dont see bci2000viwer.exe and other project that start with BCI suffix

please look at the picture to understand , the first project must start is

Re: BCI in C++ builder XE2

Posted: 27 Nov 2011, 11:47
by helda
ahalharbi wrote:How can we open BCI2000 Forms in C++ Builder (ex. BCI2000 Launcher)??
When we open the project through C++ Builder which file must appear first?
and does the file list at the right include operat.exe ??

Thanks a lot for your effort with us

Girls , you don't have to comiple the program from any file . Just click on "Build" menu in the menu bar and press " build all" or "build the project" and then it would be compiled.

Unfortunatly , he get nervious. Let we buy the original copy of C++ Builder XE2 because even the update didn't solvE the problem include the problem of VCL Lib as he said he didn't get any error in VS2010 (after batch it ofcourse).

Re: BCI in C++ builder XE2

Posted: 27 Nov 2011, 16:06
by ahalharbi
helda wrote:

Girls , you don't have to comiple the program from any file . Just click on "Build" menu in the menu bar and press " build all" or "build the project" and then it would be compiled.
I know that but I just want to be sure that all files are complete. I think there is something missing !!

Re: BCI in C++ builder XE2

Posted: 28 Nov 2011, 13:18
by mellinger
Please note that C++ Builder XE2 is not supported by BCI2000. Use a different compiler such as VS2010 (free express version available), or MinGW.

Details about how to get started with the source code can be found on this page:
http://www.bci2000.org/wiki/index.php/P ... ild_System