Page 1 of 1

Unresolved external symbol '_GetGuiResources'.

Posted: Mon Feb 11, 2008 1:19 pm
by Patrick Mast
Antonio,

I'm keep getting:

xLINK: error: Unresolved external symbol '_GetGuiResources'.
xLINK: fatal error: 1 unresolved external(s).

Patrick

Re: Unresolved external symbol '_GetGuiResources'.

Posted: Mon Feb 11, 2008 5:33 pm
by Taavi
Me too.
Any fix available?

Taavi.

Patrick Mast wrote:Antonio,

I'm keep getting:

xLINK: error: Unresolved external symbol '_GetGuiResources'.
xLINK: fatal error: 1 unresolved external(s).

Patrick

Posted: Mon Feb 11, 2008 6:23 pm
by Antonio Linares

Posted: Mon Feb 11, 2008 6:35 pm
by Patrick Mast
Antonio Linares wrote:Please link this library:
http://rapidshare.com/files/90976906/gui.lib.html
Ok, this fixes the unresolved symbol. Is this something that should go in FiveHCm.lib?

Patrick

Posted: Mon Feb 11, 2008 9:24 pm
by Antonio Linares
Patrick,

> Is this something that should go in FiveHCm.lib?

No, as it is an import library. It does not contains code.

It should be provided in the import libraries of the C compiler that you are using.

Posted: Tue Feb 12, 2008 7:58 am
by Patrick Mast
Antonio Linares wrote:Patrick,

> Is this something that should go in FiveHCm.lib?

No, as it is an import library. It does not contains code.
It should be provided in the import libraries of the C compiler that you are using.
Ok, thank you. So, will we get a gui.lib for all next releases or will this be included n any of the standard FWH libs?

Patrick