Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How can I link an vs2005 built lib with evc4???

Status
Not open for further replies.

john2020

Full Member level 5
Full Member level 5
Joined
Nov 13, 2005
Messages
292
Helped
12
Reputation
24
Reaction score
8
Trophy points
1,298
Activity points
4,911
evc4 vs vs2005

Hi all,

Anybody use evc4 to link an vs2005 built static library? The
compiler errored when linking with error message of incompatible c
runtime library. Anybody know how to solve this problem, I can't use
an .dll in my project ...

Thanks,
john
 

:). I think this defines your problem:
incompatible c runtime library.
eVC4 is a cross compiler (meaning it compiles code for another type of CPU on your PC's CPU). Therefor it is very likely that the code in the lib (which is compiled with a normal compiler) is completely useless for your cpu ;-). Also CE is somewhat limited in it's API compared to a normal PC so not everything might work anyway.

try to compile the library in eVC4?
or look for an alternative

what kind of library do you need?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top