Libraries

minitech

Member
Licensed User
Longtime User
OK. I'm sure that this has been asked before but cannot find reference. I have downloaded and tried a couple of things..Sliding panels and custom input. They work fine on their own. My first program works fine on it's own, but when I try and merge the programs I get a missing library error. The path is set to ...libraries as in docs. I'm thinking there is something not set somewhere as the individual progs find the libraries the merged say are not their. Any pointers please.
 

minitech

Member
Licensed User
Longtime User
Searched for lower case ime but not found !

Compiling code. Error
Error parsing program.
Error description: Unknown type: ime
Are you missing a library reference?
Occurred on line: 10
Private IME As IME
 
Upvote 0

Ricky D

Well-Known Member
Licensed User
Longtime User
IME is on the Libs tab of the IDE.

Tick it, it will install then you should be right.

regards, Ricky
 
Upvote 0

minitech

Member
Licensed User
Longtime User
That's great. Thank you. I have only tried this couple of times with intermittent reading in between other work so still getting to grips with lots of differences between pic assembler and c#. Thanks again.
 
Upvote 0
Top