8-52 am  08-10-10

    Kein,
    In this case I am trying to have a small ".exe starter", all it will do is 
start console applications in a custom console window (applications produced by 
full blown compilers). 

    I need to create the key and then start an app with CreateProcess (I left 
out the function that creates the process for simplicity, as my problem is with 
the registry functions).
    When I added the registry functions to my CreateProcess file, the .exe size 
went from 10 kb to 30 kb. I want my ".exe starter" to be small.
I will use it all the time for console apps, where I want to control font and 
font size.
    
    Kein and Thomas,

    The best lead I have is using the aclapi.lib, except by tcc.exe is not 
finding it ( -laclap )  (see my list with Timo).
I would like to solve the problem of finding the .def file first
.cmd file:

"C:\Program Files\Tiny C\tcc.exe" -ladvapi "Run Program in Custom Console 
Window.c" 

Results:
tcc: cannot find -ladvapi

I have aclapi.def in "Tiny C\lib".

    Thomas,

    If I understand you the problem is major and needs serious developer work, 
then I have hit a brick wall for a bit.

    Thanks for any input,
    Regards,
    Ed Grossheim



 



________________________________
From: "tinycc-devel-requ...@nongnu.org" <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 is attached.

Send Tinycc-devel mailing list submissions to
    tinycc-devel@nongnu.org

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.nongnu.org/mailman/listinfo/tinycc-devel
or, via email, send a message with subject or body 'help' to
    tinycc-devel-requ...@nongnu.org

You can reach the person managing the 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. Multi Errors in Tiny C (ED GROSSHEIM)
  2. Re: Example file Compiles in Pelles C with -ZE option.    Simple
      Registry Key Create and Write. Multi Errors in Tiny C (KHMan)
  3. Support for indirect function in external modules
      (Thomas Preud'homme)
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel



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

Reply via email to