[Tinycc-devel] Problems receiving lists.

2010-12-28 Thread ED GROSSHEIM
Why am I receiving list content with all the html tags? Why no response when I ask this of :  tinycc-devel-ow...@nongnu.org ___ Tinycc-devel mailing list Tinycc-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/tinycc-devel

[Tinycc-devel] Re: Undefined strlen

2010-09-04 Thread ED GROSSHEIM
#include #include int main() {     printf("%d\n", strlen("foo"));     getchar(); } // The above Builds and runs fine for me with: // tcc-0.9.25-win32 ... Ed From: "tinycc-devel-requ...@nongnu.org" To: tinycc-devel@nongnu.org Sent: Sat, September 4, 2010 11:

[Tinycc-devel] Re: Vol 88, Issue 19 winbase.h available for TinyCC that includes function ReplaceFile Grischka

2010-08-25 Thread ED GROSSHEIM
chka)   2. Re: Vol 88 Hi Is there a winbase.h available for    TinyCC that       includes function ReplaceFile ? Timo (ED GROSSHEIM)   3. Vol 88, Issue 18 "winbase.h available for TinyCC that       includes function ReplaceFile ?" Timo Better main source file eg       (ED GROSSHEIM) _

[Tinycc-devel] Vol 88, Issue 18 "winbase.h available for TinyCC that includes function ReplaceFile ?" Timo Better main source file eg

2010-08-25 Thread ED GROSSHEIM
i Is there a winbase.h available for TinyCC that    includes       function ReplaceFile ? (ED GROSSHEIM)   3. Re: Hi Is there a winbase.h available for TinyCC that       includes function ReplaceFile ? (Timo L?hde) ___ Tinycc-devel mailing list Ti

[Tinycc-devel] Re: Vol 88 Hi Is there a winbase.h available for TinyCC that includes function ReplaceFile ? Timo

2010-08-25 Thread ED GROSSHEIM
tinycc-devel-ow...@nongnu.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Tinycc-devel digest..." Today's Topics:   1. IRC (Matt Davis)   2. Hi Is there a winbase.h available for TinyCC that    includes       function ReplaceFile ? (ED

[Tinycc-devel] Hi Is there a winbase.h available for TinyCC that includes function ReplaceFile ?

2010-08-25 Thread ED GROSSHEIM
8-04 am  08-25-10     Hi,   I would like to be able to build a source file that includes a call to the function ReplaceFile(). It compiles in PellesC. In the winbase.h for Pelles, I see: #if (_WIN32_WINNT >= 0x0500) #define REPLACEFILE_WRITE_THROUGH  0x0001 #define REPLACEFILE_IGNORE_MERGE_

[Tinycc-devel] Re: Simple Registry Key Create and Write. Multi Errors in Tiny C

2010-08-10 Thread ED GROSSHEIM
list at     tinycc-devel-ow...@nongnu.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Tinycc-devel digest..." Today's Topics:   1. Example file Compiles in Pelles C with -ZE option.    Simple       Registry Key Create and Write. Mult

[Tinycc-devel] Re: Simple Registry Key Create and Write. Multi Errors in Tiny C

2010-08-10 Thread ED GROSSHEIM
for a bit.     Thanks for any input,     Regards,     Ed Grossheim   From: "tinycc-devel-requ...@nongnu.org" To: tinycc-devel@nongnu.org Sent: Mon, August 9, 2010 1:24:51 PM Subject: Tinycc-devel Digest, Vol 88, Issue 6 Note: Forwarded message

[Tinycc-devel] Re: Trying to compile c program that writes registry key

2010-08-09 Thread ED GROSSHEIM
vel-ow...@nongnu.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Tinycc-devel digest..." Today's Topics:   1. Trying to compile c program that writes registry key    then       starts a .cmd file with createprocess (that is it).    Compiles fi

[Tinycc-devel] Example file Compiles in Pelles C with -ZE option. Simple Registry Key Create and Write. Multi Errors in Tiny C

2010-08-09 Thread ED GROSSHEIM
    Hi, Here is a very simple example Reg Create/Write .c file (below). When Compiled I get: ::tcc: undefined symbol '_regopenkey...@20' ::tcc: undefined symbol '_regclose...@4' ::tcc: undefined symbol '_regcreatekey...@36' ::tcc: undefined symbol '_regsetvalue.

[Tinycc-devel] Trying to compile c program that writes registry key then starts a .cmd file with createprocess (that is it). Compiles fine with PellesC.

2010-08-08 Thread ED GROSSHEIM
Hi, When I compile with tcc, I get the errors: ::tcc: undefined symbol '_regopenkey...@20' ::tcc: undefined symbol '_regclose...@4' ::tcc: undefined symbol '_regcreatekey...@36' ::tcc: undefined symbol '_regsetvalue...@24' ::tcc: undefined symbol '_regdeletek...@8' I really have no clue. I have t