tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Using resource files with tcc. How do I do that?


From: KHMan
Subject: Re: [Tinycc-devel] Using resource files with tcc. How do I do that?
Date: Mon, 19 Nov 2007 19:08:37 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4

Knut Flock wrote:
> For a few days now I have tried to figure out how to use resource files
> to make a simple windows application with tcc.
>  
> My last try went like this:
> [code]
> tcc -c app.c
> rc appRC.rc
> tcc -o app.exe app.o appRC.RES
> [/code]
> The last command returned:
> appRC.RES:1: unrecognized file type

tcc can't do that now. You need to read grischka's notes in the
Win32 directory and the tcc documentation.

-- 
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia





reply via email to

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