MattRiddell / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

How to Compile these uniMRCP libs in VC6 instead of VS2005 #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Arsen, sorry to bother.

I've built uniMRCP libs / deps in VS2005, and it works fine.

But because my company's other source code are built in VC6,
I should use the uniMRCP libs in VC6.

unFortunately, I do not know how to change the VS2005 settings so that the 
output libs can be accepted with VC6.

Now, when linking with VC6 ,the libs cause many warnings and an error: LNK2001: 
unresolved external symbol __imp____iob_func.
But no matter I change the Runtime Library in code generation into MT / MTd / 
MD / MDd, it's no use.

Can you give me any suggestions in using uniMRCP libs in VC6?

thanks!

Jeff

Original issue reported on code.google.com by jeff...@gmail.com on 8 Aug 2012 at 5:10

GoogleCodeExporter commented 9 years ago
Hi Jeff,

Sorry for the late and not "constructive" response but I'm afraid there is no 
good way for VC6 to link with a library built on VS2005 or higher.

Original comment by achalo...@gmail.com on 6 Mar 2013 at 8:57