Legacy Forum: Preserving Nearly 20 Years of Community History - A Time Capsule of Discussions, Memories, and Shared Experiences.

How to use the library with BCB?

Based on DMP's Vortex processor / SoC this board is a full computer capable of running a standard Windows and Linux installation on the backpack of your robot.
2 postsPage 1 of 1
2 postsPage 1 of 1

How to use the library with BCB?

Post by Tsai Sung Yang » Fri Nov 20, 2009 5:57 am

Post by Tsai Sung Yang
Fri Nov 20, 2009 5:57 am

My steps are:

1. Project -> Options -> Directories/Conditional -> Include Path -> Add "D:\Roboard\Include"

2. Project -> Options -> Directories/Conditional -> Library Path -> Add "D:\Roboard\Lib"

3. #include "roboard_dll.h" // In my code

But still got Error Message :

[Linker Error] Unresolved external '_rcservo_Initialize' referenced from C:\DOCUMENTS AND SETTINGS\SEAN\桌面\CCD\UNIT1.OBJ
My steps are:

1. Project -> Options -> Directories/Conditional -> Include Path -> Add "D:\Roboard\Include"

2. Project -> Options -> Directories/Conditional -> Library Path -> Add "D:\Roboard\Lib"

3. #include "roboard_dll.h" // In my code

But still got Error Message :

[Linker Error] Unresolved external '_rcservo_Initialize' referenced from C:\DOCUMENTS AND SETTINGS\SEAN\桌面\CCD\UNIT1.OBJ
Tsai Sung Yang
Robot Builder
Robot Builder
Posts: 17
Joined: Wed Nov 11, 2009 2:02 pm
Location: Taiwan

Re: How to use the library with BCB?

Post by roboard » Sun Nov 29, 2009 1:05 pm

Post by roboard
Sun Nov 29, 2009 1:05 pm

Currently there is no binary of RoBoIO lib for BCB. The released binary is for VC2005.

On the internet, there are some documents explaining how to convert VC lib into BCB lib (using COFF2OMF.exe); you may google and try them to get a BCB lib.
Currently there is no binary of RoBoIO lib for BCB. The released binary is for VC2005.

On the internet, there are some documents explaining how to convert VC lib into BCB lib (using COFF2OMF.exe); you may google and try them to get a BCB lib.
roboard
Savvy Roboteer
Savvy Roboteer
Posts: 302
Joined: Fri Jul 03, 2009 4:44 am


2 postsPage 1 of 1
2 postsPage 1 of 1