Unresolved external symbol '_GetGuiResources'.

Post Reply
User avatar
Patrick Mast
Posts: 244
Joined: Sat Mar 03, 2007 8:42 pm

Unresolved external symbol '_GetGuiResources'.

Post by Patrick Mast »

Antonio,

I'm keep getting:

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

Patrick
Taavi
Posts: 77
Joined: Mon Nov 21, 2005 10:29 am

Re: Unresolved external symbol '_GetGuiResources'.

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Patrick Mast
Posts: 244
Joined: Sat Mar 03, 2007 8:42 pm

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Patrick Mast
Posts: 244
Joined: Sat Mar 03, 2007 8:42 pm

Post 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
Post Reply