Antonio,
I'm keep getting:
xLINK: error: Unresolved external symbol '_GetGuiResources'.
xLINK: fatal error: 1 unresolved external(s).
Patrick
Unresolved external symbol '_GetGuiResources'.
- Patrick Mast
- Posts: 244
- Joined: Sat Mar 03, 2007 8:42 pm
Re: Unresolved external symbol '_GetGuiResources'.
Me too.
Any fix available?
Taavi.
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Patrick Mast
- Posts: 244
- Joined: Sat Mar 03, 2007 8:42 pm
Ok, this fixes the unresolved symbol. Is this something that should go in FiveHCm.lib?Antonio Linares wrote:Please link this library:
http://rapidshare.com/files/90976906/gui.lib.html
Patrick
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Patrick Mast
- Posts: 244
- Joined: Sat Mar 03, 2007 8:42 pm
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?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.
Patrick