tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Undefined symbols


From: norn
Subject: Re: [Tinycc-devel] Undefined symbols
Date: Sat, 20 Jul 2013 15:20:18 +0600
User-agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

20.07.2013 5:37, address@hidden пишет:
I'm new to TCC, using version 0.9.26 under Windows XP Home 32-bit SP3. I would like to use the text on the Windows clipboard, so I wrote a small test program that #includes <windows.h>, and calls OpenClipboard(NULL), GetClipboardData(CF_TEXT), and CloseClipboard(), in that order. I ran it with the command line "tcc.exe test.c", and got the following error messages:

tcc: error: undefined symbol 'address@hidden'
tcc: error: undefined symbol 'address@hidden'
tcc: error: undefined symbol 'address@hidden'

I believe these error messages are generated by TCC's linker. The clipboard functions are in user32.dll.

Please tell me what these messages mean, especially the "@n" parts, and how I can fix the problem(s).

Thank you very much for your help.



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

I think, you can compile a program with linked user32.dll. Before compiling, make description file with utility from destributive (see readme.txt for windows and you get more information). I never get that trouble. Sory for my english.

reply via email to

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