<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">Thanks Reid, that worked fine, but sadly clang-cl is not working for my code base, I get this errors even if I don't use RTTI.</div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt"><br>
</div>
<div style="direction: ltr;">
<div style="direction: ltr;">CL : error : cannot mangle RTTI descriptors for type 'CPropTypeDirect' yet</div>
<div style="direction: ltr;">CL : error : cannot mangle the name of type 'CPropTypeDirect' into RTTI descriptors yet.</div>
</div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt"><br>
<div><br>
</div>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div><font size="2" face="Tahoma">
<p class="MsoNormal" style="widows:2; text-transform:none; text-indent:0px; margin:0cm 0cm 0pt; letter-spacing:normal; font:11pt Calibri,sans-serif; white-space:normal; orphans:2; color:rgb(0,0,0); word-spacing:0px">
<b><span style="font-family:Arial,sans-serif; color:navy; font-size:10pt">Unai Landa</span></b></p>
<p class="MsoNormal" style="widows:2; text-transform:none; text-indent:0px; margin:0cm 0cm 0pt; letter-spacing:normal; font:11pt Calibri,sans-serif; white-space:normal; orphans:2; color:rgb(0,0,0); word-spacing:0px">
CTO</p>
<p class="MsoNormal" style="widows:2; text-transform:none; text-indent:0px; margin:0cm 0cm 0pt; letter-spacing:normal; font:11pt Calibri,sans-serif; white-space:normal; orphans:2; color:rgb(0,0,0); word-spacing:0px">
<a tabindex="0" href="mailto:ulanda@digital-legends.com" style="color:purple; text-decoration:underline" target="_blank">ulanda@digital-legends.com</a></p>
<p class="MsoNormal" style="widows:2; text-transform:none; text-indent:0px; margin:0cm 0cm 0pt; letter-spacing:normal; font:11pt Calibri,sans-serif; white-space:normal; orphans:2; color:rgb(0,0,0); word-spacing:0px">
 <span style="font-family:Arial,sans-serif; color:gray; font-size:10pt"><br>
</span><b><span style="font-family:Arial,sans-serif; color:navy; font-size:9pt">Digital Legends Entertainment</span></b><span style="font-family:Arial,sans-serif; color:gray; font-size:8pt"><br>
C/ <span class="SpellE">Bruc</span><span class="Apple-converted-space"> </span>50, 2-4<br>
08010 Barcelona (Spain<span class="GramE">)</span><br>
Tel : +34 93 394 17 77     <span class="Apple-converted-space"> </span><br>
Fax: +34 93 304 35 05<br>
</span><span lang="ES"><a tabindex="0" href="http://www.digital-legends.com/" style="color:purple; text-decoration:underline" target="_blank"><span lang="EN-US" style="font-family:Arial,sans-serif; font-size:8pt">www.digital-legends.com</span></a></span></p>
<p class="MsoNormal" style="widows:2; text-transform:none; text-indent:0px; margin:0cm 0cm 0pt; letter-spacing:normal; font:11pt Calibri,sans-serif; white-space:normal; orphans:2; color:rgb(0,0,0); word-spacing:0px">
<span style="color:rgb(191,191,191)"> </span> </p>
<p class="MsoNormal" style="widows:2; text-transform:none; text-indent:0px; margin:0cm 0cm 0pt; letter-spacing:normal; font:11pt Calibri,sans-serif; white-space:normal; orphans:2; color:rgb(0,0,0); word-spacing:0px">
<i><span style="color:gray; font-size:8pt">This e-mail message contains confidential information and/or legally privileged and is intended only for the use of the addressed person. Any disclosure, copying, distribution or the taking of any action in reliance
 on the contents of this e-mail by any other person is strictly prohibited. If you believe that this e-mail message has been sent to you by error, please notify the sender by reply via e-mail and then delete this message from your system.<span class="Apple-converted-space"> </span></span></i><span class="SpellE"><i><span lang="ES" style="color:gray; font-size:8pt">Thank</span></i></span><i><span lang="ES" style="color:gray; font-size:8pt"><span class="Apple-converted-space"> </span><span class="SpellE">you</span>.</span></i><span lang="ES"></span></p>
</font></div>
</div>
</div>
<div style="font-family:Times New Roman; color:#000000; font-size:16px">
<hr tabindex="-1">
<div id="divRpF97092" style="direction:ltr"><font face="Tahoma" size="2" color="#000000"><b>From:</b> Reid Kleckner [rnk@google.com]<br>
<b>Sent:</b> Friday, November 08, 2013 9:09 PM<br>
<b>To:</b> Unai Landa<br>
<b>Cc:</b> cfe-dev@cs.uiuc.edu<br>
<b>Subject:</b> Re: [cfe-dev] Testing the clang-cl integratio with VS2010<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">This is 0xc0000135, aka STATUS_DLL_NOT_FOUND.
<div><a href="http://msdn.microsoft.com/en-us/library/cc704588.aspx" target="_blank">http://msdn.microsoft.com/en-us/library/cc704588.aspx</a><br>
</div>
<div><br>
</div>
<div>clang-cl as distributed appears to have a few dll deps:</div>
<div><br>
</div>
<div>$ dumpbin /dependents C:/Program\ Files\ \(x86\)/LLVM\ 3.4.svn/msbuild-bin/cl.exe<br>
</div>
<div>
<div><br>
</div>
<div>    KERNEL32.dll</div>
<div>    SHELL32.dll</div>
<div>    ADVAPI32.dll</div>
<div>    MSVCP110.dll</div>
<div>    MSVCR110.dll</div>
<div>    dbghelp.dll</div>
</div>
<div><br>
</div>
<div>Looks like we have a dependence on the 2012 C and C++ runtimes.  You can probably work around this by installing the VC++ 2012 redistributable bits from <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30679" target="_blank">http://www.microsoft.com/en-us/download/details.aspx?id=30679</a> 
 I think our users so far have had VS2012 installed, so nobody has noticed this.</div>
<div><br>
</div>
<div>We should eliminate that dependence with static linking or dll redistribution.</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Fri, Nov 8, 2013 at 1:13 AM, Unai Landa <span dir="ltr">
<<a href="mailto:ulanda@digital-legends.com" target="_blank">ulanda@digital-legends.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
HI, I'm trying to do some tests with the clang-cl build found at <a href="http://llvm.org/builds/" target="_blank">
http://llvm.org/builds/</a> with the VisualStudio 2010 compiler, and I get this error for any project or single file I tested.<br>
<br>
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets(153,5): error MSB6006: "CL.exe" exited with code -1073741515.<br>
<br>
Any clue on whats going on? I tried looking on the Bugzilla or google but found nothing.<br>
<br>
<br>
Unai Landa<br>
CTO<br>
<a href="mailto:ulanda@digital-legends.com" target="_blank">ulanda@digital-legends.com</a><br>
<br>
Digital Legends Entertainment<br>
C/ Bruc 50, 2-4<br>
08010 Barcelona (Spain)<br>
Tel : <a href="tel:%2B34%2093%20394%2017%2077" value="+34933941777" target="_blank">
+34 93 394 17 77</a><br>
Fax: <a href="tel:%2B34%2093%20304%2035%2005" value="+34933043505" target="_blank">
+34 93 304 35 05</a><br>
<a href="http://www.digital-legends.com" target="_blank">www.digital-legends.com</a><br>
<br>
This e-mail message contains confidential information and/or legally privileged and is intended only for the use of the addressed person. Any disclosure, copying, distribution or the taking of any action in reliance on the contents of this e-mail by any other
 person is strictly prohibited. If you believe that this e-mail message has been sent to you by error, please notify the sender by reply via e-mail and then delete this message from your system. Thank you.<br>
<br>
________________________________________<br>
From: <a href="mailto:cfe-dev-bounces@cs.uiuc.edu" target="_blank">cfe-dev-bounces@cs.uiuc.edu</a> [<a href="mailto:cfe-dev-bounces@cs.uiuc.edu" target="_blank">cfe-dev-bounces@cs.uiuc.edu</a>] on behalf of
<a href="mailto:cfe-dev-request@cs.uiuc.edu" target="_blank">cfe-dev-request@cs.uiuc.edu</a> [<a href="mailto:cfe-dev-request@cs.uiuc.edu" target="_blank">cfe-dev-request@cs.uiuc.edu</a>]<br>
Sent: Friday, November 08, 2013 8:17 AM<br>
To: <a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
Subject: cfe-dev Digest, Vol 77, Issue 43<br>
<br>
Send cfe-dev mailing list submissions to<br>
        <a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:cfe-dev-request@cs.uiuc.edu" target="_blank">cfe-dev-request@cs.uiuc.edu</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:cfe-dev-owner@cs.uiuc.edu" target="_blank">cfe-dev-owner@cs.uiuc.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of cfe-dev digest..."<br>
<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>