Compiler/Linker problem

Need help resolving these
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
zxWINDOW_opDel.c.obj||warning LNK4049: locally defined symbol _free imported|
zxTBOX_opDel.c.obj||warning LNK4049: locally defined symbol _free imported|
zxVLI_erase.c.obj||warning LNK4049: locally defined symbol _free imported|
zxVLI_opDiv.c.obj||warning LNK4049: locally defined symbol _free imported|
zxVLI_opMul.c.obj||warning LNK4049: locally defined symbol _free imported|
zxVECTOR__kill.c.obj||warning LNK4049: locally defined symbol _free imported|
zxVECTOR_reverse.c.obj||warning LNK4049: locally defined symbol _free imported|
zxVECTOR_shrink.c.obj||warning LNK4049: locally defined symbol _free imported|
zxWIDE__init.c.obj||warning LNK4049: locally defined symbol _free imported|
zxcopy.c.obj||warning LNK4217: locally defined symbol _free imported in function _zxcopy|
zxPROC_enumAll.c.obj||warning LNK4049: locally defined symbol _free imported|
zxCHAR__init.c.obj||warning LNK4049: locally defined symbol _free imported|
mdel.c.obj||warning LNK4217: locally defined symbol _free imported in function _mdel|
zxVECTOR_reverse.c.obj||warning LNK4049: locally defined symbol _malloc imported|
zxVLI_erase.c.obj||warning LNK4049: locally defined symbol _malloc imported|
zxVLI_opDiv.c.obj||warning LNK4049: locally defined symbol _malloc imported|
zxcopy.c.obj||warning LNK4217: locally defined symbol _malloc imported in function _zxcopy|
mnew.c.obj||warning LNK4217: locally defined symbol _malloc imported in function _mnew|
mnewa.c.obj||warning LNK4217: locally defined symbol _malloc imported in function _mnewa|
zxVECTOR_opEql.c.obj||warning LNK4049: locally defined symbol _malloc imported|
zxCHAR__init.c.obj||warning LNK4217: locally defined symbol _wcslen imported in function _zxCHAR__initW|
zxWIDE__init.c.obj||warning LNK4049: locally defined symbol _wcslen imported|
zxWIDE_len.c.obj||warning LNK4049: locally defined symbol _wcslen imported|
mrenew.c.obj||warning LNK4217: locally defined symbol _realloc imported in function _mrenew|
zxVECTOR_grow.c.obj||warning LNK4049: locally defined symbol _realloc imported|
zxVECTOR_shrink.c.obj||warning LNK4049: locally defined symbol _realloc imported|
||=== Build finished: 0 errors, 26 warnings (0 minutes, 2 seconds) ===|

Edit: Fixed my errors, left with just the above
Last edited on
Even if you tell me what library to look for it's better than no replies what so ever, I never had this issue before because I used the compiler (MS Visual C++ 2010) from it's default IDE, but that IDE has s**t file sorting capabilities to say the least so I ported the project into Code::Blocks and had these pop up after figuring out what other libraries were needed.
Never mind, I tried undefining _DLL and that solved it, I honestly thought that the define was needed for DLLs.
Topic archived. No new replies allowed.