<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Now that I've had the time to look into it I've figured out what it
was. I'm compiling with -DWIN32_LEAN_AND_MEAN which causes #include
<ole2.h> to be excluded from Windows.h (amonst other things).<br>
<br>
ole2.h #includes <objbase.h> and objbase.h #includes
<stdlib.h><br>
<br>
So presumably noone else has compiled with -DWIN32_LEAN_AND_MEAN.<br>
<br>
I think the relevant files should include stdlib.h since they depend
on symbols defined in that header but at least I can just remove
that flag.<br>
<br>
FWIW, these are the errors I got:<br>
<br>
<br>
d:\live\liveMedia\RTSPCommon.cpp(46) : error C3861: 'strtol':
identifier not found<br>
d:\live\UsageEnvironment\UsageEnvironment.cpp(43) : error C3861:
'abort': identifier not found<br>
d:\live\UsageEnvironment\UsageEnvironment.cpp(62) : error C3861:
'abort': identifier not found<br>
d:\live\testProgs\testMP3Streamer.cpp(156) : error C3861: 'exit':
identifier not found<br>
... plus additional testProgs/*, I haven't compiled all of them.<br>
<br>
<br>
<div class="moz-cite-prefix">On 03/16/2015 12:08 PM, Ross Finlayson
wrote:<br>
</div>
<blockquote
cite="mid:5A867372-18E4-465C-922A-B030DBA58509@live555.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<div>
<blockquote type="cite" class="">
<div class="">
<div bgcolor="#FFFFFF" text="#000000" class="">Sorry, the
actual message is "identifier not found", "undefined
symbol" was a product of my faulty memory.<br class="">
</div>
</div>
</blockquote>
<div><br class="">
</div>
OK, please post the *exact* error messages that you see when
compiling each specific file (and note which file is being
compiled in each case).</div>
<div><br class="">
</div>
<div>(If the error messages instead occur during *linking*, then
that means that you need to add some *library* to the link line,
not #include any header file anywhere.)</div>
<div><br class="">
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">
<div bgcolor="#FFFFFF" text="#000000" class=""> <br
class="">
I understand that noone else has seen this problem, but
it's faulty logic to suggest that these files don't need
to include stdlib.h.. if it's compiling it just means that
stdlib.h has been included by another header.<br class="">
</div>
</div>
</blockquote>
<div><br class="">
</div>
If file A #includes file B, and file B #includes “stdlib.h”, and
file A compiles OK, then file A most certainly does *not* also
need to #include “stdlib.h”.</div>
<div><br class="">
</div>
</blockquote>
<blockquote
cite="mid:5A867372-18E4-465C-922A-B030DBA58509@live555.com"
type="cite">
<div>(Once again, nobody else is reporting the issue that you
claim to be seeing (and unfortunately you’re far from the only
person who’s still using Windows :-).)</div>
<br class="">
<br class="">
<div apple-content-edited="true" class="">
<span class="Apple-style-span" style="border-collapse: separate;
color: rgb(0, 0, 0); font-family: Helvetica; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: normal; orphans: 2;
text-align: -webkit-auto; text-indent: 0px; text-transform:
none; white-space: normal; widows: 2; word-spacing: 0px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-text-decorations-in-effect: none;
-webkit-text-size-adjust: auto; -webkit-text-stroke-width:
0px; "><span class="Apple-style-span" style="border-collapse:
separate; color: rgb(0, 0, 0); font-family: Helvetica;
font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: normal;
orphans: 2; text-align: -webkit-auto; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-text-decorations-in-effect: none;
-webkit-text-size-adjust: auto; -webkit-text-stroke-width:
0px; ">Ross Finlayson<br class="">
Live Networks, Inc.<br class="">
<a moz-do-not-send="true" href="http://www.live555.com/"
class="">http://www.live555.com/</a></span></span>
</div>
<br class="">
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
live-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a>
<a class="moz-txt-link-freetext" href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>