tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Problem with kernel32 in DLL


From: Luis Alejandro Muzzachiodi
Subject: Re: [Tinycc-devel] Problem with kernel32 in DLL
Date: Thu, 7 Oct 2010 23:06:58 -0700 (PDT)

Very hard. There are more than 80 files chained among them and with GTK's/TCL's libraries(and i'm not the author).
Sorry, i think that's easy send you .o files or .dll files for test.
However, if you can be more specific about what are you looking for, may be i could ask for help the author.

__ Alejandro __



--- El jue 7-oct-10, grischka <address@hidden> escribió:

De: grischka <address@hidden>
Asunto: Re: [Tinycc-devel] Problem with kernel32 in DLL
Para: address@hidden
Fecha: jueves, 7 de octubre de 2010, 6:38

Luis Alejandro Muzzachiodi wrote:
> After some adjustments i could compile the files of a library and obtain a DLL (using "-shared -rdynamic").
> The problem is that when i try use it, the scripts (TCL) seems runs ok ... but it does not show any text in the windows.
> Using "dependency walker" i compared the TCC's DLL version with a GCC's DLL version, and i found in TCC's version that in the tree of DLLs "kernel32" is not in the first level; losing the functions  AddAtomA, FindAtomA and GetAtomNameA.
> (I tried explicitly putting "-lkernel32" without effect.)

Can you show some code snippet to reproduce the problem?  (I don't
think it has to do with kernel32 btw.)

--- grischka

> Thanks.
>
> __ Alejandro __
>

 
reply via email to

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