<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css"><!--P {margin-top:0;margin-bottom:0;}--></style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Salut,<br>
<br>
Primesc eroare de linkeditare la dll si nu inteleg de ce:<br>
<br>
Creating library libvmsim.lib and object libvmsim.exp<br>
*vmsim_win.obj* : error LNK2019: unresolved external symbol _w_set_exception_handler referenced in function _vmsim_init<br>
*vmsim_win.obj* : error LNK2019: unresolved external symbol _w_get_previous_exception_handler referenced in function _vmsim_cleanup<br>
<br>
libvmsim.dll : fatal error LNK1120: 2 unresolved externals<br>
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460'<br>
Stop.<br>
<br>
Am inclus headerele necesare. Ba chiar am dat si cu niste copieri in vmsim_win.c si tot unresolved symbols. Makefile-ul respecta dependentele:<br>
sursa1 -> obj1<br>
sursa2 -> obj2<br>
obj1 + obj2 -> (link) -> lib + dll<br>
<br>
Nu stiu unde gresesc. Are cineva vreo idee?<br>
</div>
</body>
</html>