garaone
April 26th, 2005, 11:17 AM
hey
i try to make a small framework for opengl and network...
i link with ignoring the windowsstandardlibs and use wcrt as alternative lib.
i also disable exception handling with comilerflags
in my socketclass i have the problem with linking to const type_info::`vftable'
german linkerror:
socket.obj : error LNK2001: Nichtaufgelöstes externes Symbol "const type_info::`vftable'" (??_7type_info@@6B@)
i dont know it exactly... but it seems that something is needed vor the virtual function table of the classes...
it seems that winsock2 uses it.
how i can solve the problem without the standardlibs?
is there a workaround... or what is a possible error in my code?
is there an alternative socket implementation under windows?
thanks for every tip...
greets gara
i try to make a small framework for opengl and network...
i link with ignoring the windowsstandardlibs and use wcrt as alternative lib.
i also disable exception handling with comilerflags
in my socketclass i have the problem with linking to const type_info::`vftable'
german linkerror:
socket.obj : error LNK2001: Nichtaufgelöstes externes Symbol "const type_info::`vftable'" (??_7type_info@@6B@)
i dont know it exactly... but it seems that something is needed vor the virtual function table of the classes...
it seems that winsock2 uses it.
how i can solve the problem without the standardlibs?
is there a workaround... or what is a possible error in my code?
is there an alternative socket implementation under windows?
thanks for every tip...
greets gara