[Exip-develop] Linking Errors
Embeddable EXI Processor in C
Status: Alpha
Brought to you by:
kjussakov
|
From: 张浩(Hao Z. <hao...@12...> - 2014-03-31 07:51:38
|
Dear Members:
I runned the file "encodeTestEXI.c". After compiling, I linked them. There are four errors as follow.
Linking...
>>> encodeTestEXI.obj : error LNK2001: unresolved external symbol _asciiToString
>>> encodeTestEXI.obj : error LNK2001: unresolved external symbol _serialize
>>> exipe.obj : error LNK2001: unresolved external symbol _destroySchema
>>> exipe.obj : error LNK2001: unresolved external symbol
>>> _generateSchemaInformedGrammars
>>> Debug/test.exe : fatal error LNK1120: 4 unresolved externals
>>> Excute link.exe Error.
>>>
>>> test.exe - 1 error(s), 0 warning(s)
How can I do to finishing linking?
Best regards
Jerry |