Log in

View Full Version : how do i handle LIBs in evc++?


slomoman
09-30-2003, 07:00 PM
general question of a evc++ newbie:

it happens all the time that I download a library with some helpful functions that comes as a .lib-file.
Is there a way to check, which funktions the lib offers?

I think in order to use the lib's functions, I add it under Project->Settings->Linker. But in which folder on my PC do I have to put it, so that evc++ finds the lib ?(the pc usually brings many linker-errors)

Do I have to copy that lib-file on the PocketPC, too?
8O

slomoman
10-10-2003, 01:47 PM
it seems like I have to put headers into
C:\Programme\Windows CE Tools\wce300\Pocket PC 2002\include
and libs into
C:\Programme\Windows CE Tools\wce300\Pocket PC 2002\lib\arm
or
C:\Programme\Windows CE Tools\wce300\Pocket PC 2002\lib\x86
(for the emulator).

right?