tinycc-devel
[Top][All Lists]
Advanced

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

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


From: ED GROSSHEIM
Subject: [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.
Date: Sun, 8 Aug 2010 21:09:03 -0700 (PDT)

Hi,
When I compile with tcc, I get the errors:
 
::tcc: undefined symbol 'address@hidden'
::tcc: undefined symbol 'address@hidden'
::tcc: undefined symbol 'address@hidden'
::tcc: undefined symbol 'address@hidden'
::tcc: undefined symbol 'address@hidden'
 
I really have no clue. I have the #include <winreg.h>, I do not even have any warnings when I compile in Pelles C, but of course now I would like to get the size of my executable down using tcc.exe.
 
I have success compiling the same program, if it does not write the registry first.
 
Is there anything obvious?
 
Thanks, Ed


reply via email to

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