Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Verstaendnis fuer dllimport Attribut

0 views
Skip to first unread message

Thomas Steinbach

unread,
Aug 8, 2009, 8:07:52 PM8/8/09
to
Hallo,

momentan habe ich hier Warnungen in der Form von:

src/test.c:15:9: warning: 'myfunc' redeclared without dllimport attribute:
previous dllimport ignored
In file included from src/source.c:14:0:

Wie sollte/kann ich solche Warnungen "abschalten"? Was ist mit diesem
"ohne dllimport" Attribut gemeint, bzw. wie sollte ich sowas deklarieren?


Thomas

Volker Birk

unread,
Aug 9, 2009, 3:42:37 AM8/9/09
to
Thomas Steinbach <stei...@gmx-topmail.de> wrote:
> src/test.c:15:9: warning: 'myfunc' redeclared without dllimport attribute:
> previous dllimport ignored
> In file included from src/source.c:14:0:
> Wie sollte/kann ich solche Warnungen "abschalten"? Was ist mit diesem
> "ohne dllimport" Attribut gemeint, bzw. wie sollte ich sowas deklarieren?

<http://support.microsoft.com/kb/132044>

HTH, HAND,
VB.
--
"Du bist nur das, was ich genehmige."

Sachbarbeiter im Sozialamt Mülheim/Ruhr zum "Kunden"

Markus Schaaf

unread,
Aug 18, 2009, 12:46:56 PM8/18/09
to
Thomas Steinbach schrieb:

> src/test.c:15:9: warning: 'myfunc' redeclared without dllimport attribute:
> previous dllimport ignored
> In file included from src/source.c:14:0:

Bei Dir wird irgenwas mehrmals deklariert und zwar unterschiedlich.
�blicherweise weil irgendwelche #define oder /D anders sind. Allein die
Tatsache, dass bei Dir ein .c-File ein anderes .c-File #included, weist
auf irgendein Problem hin.

0 new messages