tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] A problem about using tcc(maybe a bug?)


From: Zhang Boyang
Subject: Re: [Tinycc-devel] A problem about using tcc(maybe a bug?)
Date: Mon, 26 Nov 2018 22:55:24 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1

Hello,

Tcc doesn't support ".lib" files. You may put a ".def" or ".dll" file into the same folder, then #pragma comment(lib, "xxx"). Note that don't use #pragma comment(lib, "xxx.lib")


Zhang Boyang


在 2018/11/26 下午9:34, LT_ lrsoft 写道:
I try to use #pragma comment(lib,”xxx”) to include some of my lib files.But wherever the lib I placed and whatever lib I used,it always show “library 'TestLib2.lib' not found”(the same code can be run in vs2017) How can I sloved this problem?



_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

reply via email to

[Prev in Thread] Current Thread [Next in Thread]