Página 1 de 1

Xailer 4.0 Linking Error

Publicado: Mar Abr 07, 2015 6:50 am
por Milan Mehta
While Linking with new Xailer 4.0, I get the following error. I have Rebuilt the Project.
Linking: SagarAct.exe...
C:/Xailer4/hb32/Lib/Win/mingw/libhbrtl.a(hbsocket.o):hbsocke t.c:(.text+0x9c60): undefined reference to `[email=GetAdaptersInfo@8']GetAdaptersInfo@8'[/email]
C:/Xailer4/hb32/Lib/Win/mingw/libhbrtl.a(hbsocket.o):hbsocke t.c:(.text+0x9ef6): undefined reference to `[email=GetAdaptersInfo@8']GetAdaptersInfo@8'[/email]
C:Xailer4hb32compmingwBinld: C:/Xailer4/hb32/Lib/Win/mingw/libhbrtl.a(hbsocket.o): bad reloc address 0x320 in section `.rdata'
0 Files, 0 Warnings, 3 Errors
Compile time: 0.00s Link time: 3.00s Total time: 4.58s
Can you guide me ?
TIA
Milan.

Xailer 4.0 Linking Error

Publicado: Mar Abr 07, 2015 9:59 am
por ignacio
Milan Mehta escribió el mar, 07 abril 2015 06:50While Linking with new Xailer 4.0, I get the following error. I have Rebuilt the Project.
Linking: SagarAct.exe...
C:/Xailer4/hb32/Lib/Win/mingw/libhbrtl.a(hbsocket.o):hbsocke t.c:(.text+0x9c60): undefined reference to `[email=GetAdaptersInfo@8']GetAdaptersInfo@8'[/email][/email]
C:/Xailer4/hb32/Lib/Win/mingw/libhbrtl.a(hbsocket.o):hbsocke t.c:(.text+0x9ef6): undefined reference to `[email=GetAdaptersInfo@8']GetAdaptersInfo@8'[/email][/email]
C:Xailer4hb32compmingwBinld: C:/Xailer4/hb32/Lib/Win/mingw/libhbrtl.a(hbsocket.o): bad reloc address 0x320 in section `.rdata'
0 Files, 0 Warnings, 3 Errors
Compile time: 0.00s Link time: 3.00s Total time: 4.58s
Can you guide me ?
TIA
Milan.
The first two errors can be fixed including the library libiphlpapi on your project.
The third error may also be fixed forcing a complete rebuild.
Regards,

Xailer 4.0 Linking Error

Publicado: Mar Abr 07, 2015 10:15 am
por Milan Mehta
Yes it did solve the problem.
Thanks
Milan.