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

VC++ 6.0 and examples

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.
4 postsPage 1 of 1
4 postsPage 1 of 1

VC++ 6.0 and examples

Post by arobo88 » Tue Feb 09, 2010 10:40 am

Post by arobo88
Tue Feb 09, 2010 10:40 am

Guys,

I know that I am doing something dumb, but
I cannot run the examples using VC++ 6.0
on my Roboard. Every thing runs except when
I start to call Roboard functions. Does anyone
using VC++6.0 have any ideas ? The errors look like
"LNK2001: Unresolved external symbol _rcservo_Initialize"
and "LNK2001:
Unresolved external symbol _wWinMain@16"

Thanks
arobo88
Guys,

I know that I am doing something dumb, but
I cannot run the examples using VC++ 6.0
on my Roboard. Every thing runs except when
I start to call Roboard functions. Does anyone
using VC++6.0 have any ideas ? The errors look like
"LNK2001: Unresolved external symbol _rcservo_Initialize"
and "LNK2001:
Unresolved external symbol _wWinMain@16"

Thanks
arobo88
arobo88
Robot Builder
Robot Builder
Posts: 9
Joined: Wed Dec 02, 2009 5:26 am

VC++ 6.0 Examples

Post by arobo88 » Sat Feb 13, 2010 1:33 am

Post by arobo88
Sat Feb 13, 2010 1:33 am

Guys,

I have given up on making VC++ 6.0 work on Roboard.
I will try VC2005 next. Wish me luck.

arobo88
Guys,

I have given up on making VC++ 6.0 work on Roboard.
I will try VC2005 next. Wish me luck.

arobo88
arobo88
Robot Builder
Robot Builder
Posts: 9
Joined: Wed Dec 02, 2009 5:26 am

Re: VC++ 6.0 and examples

Post by roboard » Fri Mar 05, 2010 3:59 am

Post by roboard
Fri Mar 05, 2010 3:59 am

arobo88 wrote:The errors look like
"LNK2001: Unresolved external symbol _rcservo_Initialize"
and "LNK2001:
Unresolved external symbol _wWinMain@16"


The RoBoIO.lib is for VC2005 and so can't used in VC6 directly. If you know how to directly call a DLL in VC6, you can use the RoBoIO.DLL in this manner.

Another method is to recompile the RoBoIO source code under VC6 to generate a VC6 compatible lib (to do this, you need to build a VC6 project for RoBoIO).
arobo88 wrote:The errors look like
"LNK2001: Unresolved external symbol _rcservo_Initialize"
and "LNK2001:
Unresolved external symbol _wWinMain@16"


The RoBoIO.lib is for VC2005 and so can't used in VC6 directly. If you know how to directly call a DLL in VC6, you can use the RoBoIO.DLL in this manner.

Another method is to recompile the RoBoIO source code under VC6 to generate a VC6 compatible lib (to do this, you need to build a VC6 project for RoBoIO).
roboard
Savvy Roboteer
Savvy Roboteer
Posts: 302
Joined: Fri Jul 03, 2009 4:44 am

Post by arobo88 » Fri Mar 05, 2010 6:28 am

Post by arobo88
Fri Mar 05, 2010 6:28 am

Roboard,

Thanks

arobo88
Roboard,

Thanks

arobo88
arobo88
Robot Builder
Robot Builder
Posts: 9
Joined: Wed Dec 02, 2009 5:26 am


4 postsPage 1 of 1
4 postsPage 1 of 1