Re: Build Fox as a universal library on Mac

Roland Hughes via Foxgui-users <[email protected]> Tue, 9 Jun 2026 12:38:30 -0500
Newsgroups gmane.comp.lib.fox-toolkit.user
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============5333682671746233792==
Content-Type: multipart/alternative;
 boundary="------------XUirvw0PNK6ICaGuPcTEKp0A"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------XUirvw0PNK6ICaGuPcTEKp0A
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit

https://stackoverflow.com/questions/46122085/error-value-of-type-void-cannot-be-assigned-to-an-entity-of-type-int

The ever accurate <cough><cough> google AI answer is

In C++, you cannot *implicitly* convert or initialize a |void*| using a 
|long| value. C++ is strictly type-safe and requires an explicit cast to 
convert between integer types (like |long| or |intptr_t|) and memory 
pointers (like |void*|).[1 
<https://stackoverflow.com/questions/17503632/casting-a-long-int-to-void>, 
2 
<https://stackoverflow.com/questions/21315781/why-we-cannot-implicitly-assign-from-a-void-to-any-other-type-in-c-but-its-pr>, 
3 
<https://stackoverflow.com/questions/52362717/malloc-error-a-value-of-type-void-cannot-be-used-to-initialize-an-entity-of>, 
4 <https://www.studyplan.dev/pro-cpp/any>, 5 
<https://stackoverflow.com/questions/28666441/semantic-issue-implicitly-declaring-library-function-malloc-with-type-void>]
To fix the compilation error, you must explicitly cast the |long| to a 
|void*| using |reinterpret_cast|.
1. Direct Initialization / Assignment
If you are assigning a |long| to a |void*| variable:
cpp

|longmyLong= 1000; void* myPtr = reinterpret_cast<void*>(myLong); |

Use code with caution.

C programming heathens who use void * and long interchangeably can no 
longer do that in the holy sanctified realm of C++. 😇

Yee might find a compiler heathen switch to allow such blasphemy . . . 
or a pragma but . . .

On 6/9/2026 8:17 AM, John Selverian wrote:
> error: cannot initialize a parameter of type 'FXptr' (aka 'void *') 
> with an lvalue of type 'FXival' (aka 'long')

-- 
Roland Hughes, President
Logikal Solutions
(630)-205-1593  (cell)
https://theminimumyouneedtoknow.com
https://infiniteexposure.net
https://johnsmith-book.com

--------------XUirvw0PNK6ICaGuPcTEKp0A
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><a class="moz-txt-link-freetext" href="https://stackoverflow.com/questions/46122085/error-value-of-type-void-cannot-be-assigned-to-an-entity-of-type-int">https://stackoverflow.com/questions/46122085/error-value-of-type-void-cannot-be-assigned-to-an-entity-of-type-int</a></p>
    <p>The ever accurate &lt;cough&gt;&lt;cough&gt; google AI answer is</p>
    <div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="c"
      data-sfc-cb="" data-hveid="CAIIAAgEEAA" data-complete="true"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 16px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px 0px 16px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"><span
        data-subtree="aimfl,mfl"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);">In
        C++, you cannot </span><strong class="Yjhzub" data-sfc-root="c"
        data-sfc-cb="" data-complete="true"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 600; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 600; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);">implicitly</strong>
      convert or initialize a <code dir="ltr" class="KDcb0c"
        data-sfc-root="c" data-sfc-cb="" data-complete="true"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">void*</code>
      using a <code dir="ltr" class="KDcb0c" data-sfc-root="c"
        data-sfc-cb="" data-complete="true"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">long</code>
      value. C++ is strictly type-safe and requires an explicit cast to
      convert between integer types (like <code dir="ltr"
        class="KDcb0c" data-sfc-root="c" data-sfc-cb=""
        data-complete="true"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">long</code>
      or <code dir="ltr" class="KDcb0c" data-sfc-root="c"
        data-sfc-cb="" data-complete="true"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">intptr_t</code>)
      and memory pointers (like <code dir="ltr" class="KDcb0c"
        data-sfc-root="c" data-sfc-cb="" data-complete="true"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">void*</code>).<span>
        [<a
href="https://stackoverflow.com/questions/17503632/casting-a-long-int-to-void">1</a>,
        <a
href="https://stackoverflow.com/questions/21315781/why-we-cannot-implicitly-assign-from-a-void-to-any-other-type-in-c-but-its-pr">2</a>,
        <a
href="https://stackoverflow.com/questions/52362717/malloc-error-a-value-of-type-void-cannot-be-used-to-initialize-an-entity-of">3</a>,
        <a href="https://www.studyplan.dev/pro-cpp/any">4</a>, <a
href="https://stackoverflow.com/questions/28666441/semantic-issue-implicitly-declaring-library-function-malloc-with-type-void">5</a>]</span></div>
    <div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="c"
      data-sfc-cb="" data-hveid="CAIIAAgGEAA" data-complete="true"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);">To
      fix the compilation error, you must explicitly cast the <code
        dir="ltr" class="KDcb0c" data-sfc-root="c" data-sfc-cb=""
        data-complete="true"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">long</code>
      to a <code dir="ltr" class="KDcb0c" data-sfc-root="c"
        data-sfc-cb="" data-complete="true"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">void*</code>
      using <code dir="ltr" class="KDcb0c" data-sfc-root="c"
        data-sfc-cb="" data-complete="true"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">reinterpret_cast</code>.<span></span></div>
    <div class="Fsg96" data-sfc-cp="" data-sfc-root="c" data-sfc-cb=""
      data-complete="true"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"></div>
    <div data-bfc="" class=""
      data-ved="2ahUKEwjTkM2M1vqUAxWLoisGHQi2IWsQi4wTeggIAggACAcQAA"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);">
      <div class="otQkpb" aria-level="3" role="heading"
        data-animation-nesting="" data-sfc-cp="" data-sfc-root="c"
        data-sfc-cb="" data-complete="true"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 20px; font-weight: 600; margin: 24px 0px 12px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 20px; font-weight: 600; margin: 24px 0px 12px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">1.
        Direct Initialization / Assignment<span></span></div>
    </div>
    <div data-bfc="" class=""
      data-ved="2ahUKEwjTkM2M1vqUAxWLoisGHQi2IWsQi4wTeggIAggACAgQAA"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);">
      <div class="n6owBd awi2gc" data-sfc-cp="" data-sfc-root="c"
        data-sfc-cb="" data-hveid="CAIIAAgIEAE" data-complete="true"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 12px 0px 16px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);">If
        you are assigning a <code dir="ltr" class="KDcb0c"
          data-sfc-root="c" data-sfc-cb="" data-complete="true"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">long</code>
        to a <code dir="ltr" class="KDcb0c" data-sfc-root="c"
          data-sfc-cb="" data-complete="true"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">void*</code>
        variable:<span></span></div>
    </div>
    <div class="Fsg96" data-sfc-cp="" data-sfc-root="c" data-sfc-cb=""
      data-complete="true"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"></div>
    <div data-bfc="" class=""
      data-ved="2ahUKEwjTkM2M1vqUAxWLoisGHQi2IWsQi4wTeggIAggACAkQAA"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);">
      <div class="r1PmQe" data-sfc-root="c"
        data-wiz-uids="VZySfe_1f,VZySfe_1e" data-sfc-cb=""
        data-hveid="CAIIAAgJEAE" data-complete="true"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 4px 0px 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 4px 0px 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">
        <div
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">
          <div class="pHpOfb" data-animation-atomic=""
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">
            <div class="z0e9Qd"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">
              <div class="vVRw1d"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 20px; font-weight: 500; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 20px; font-weight: 500; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">cpp</div>
            </div>
            <div class="pCTyYe" dir="ltr"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">
              <pre
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 14px 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 14px 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"><code
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"><span
              class="mexSqb"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(147, 52, 230);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(147, 52, 230);">long</span><span
              class="undefined"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"> </span><span
              class="elMj5d"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(197, 34, 31);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(197, 34, 31);">myLong</span><span
              class="undefined"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"> = </span><span
              class="tnfcCf"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(180, 89, 8);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(180, 89, 8);">1000</span><span
              class="undefined"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">;
</span><span class="mexSqb"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(147, 52, 230);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(147, 52, 230);">void</span><span
              class="undefined"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">* myPtr = </span><span
              class="mexSqb"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(147, 52, 230);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(147, 52, 230);">reinterpret_cast</span><span
              class="undefined"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">&lt;</span><span
              class="mexSqb"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(147, 52, 230);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(147, 52, 230);">void</span><span
              class="undefined"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">*&gt;(</span><span
              class="elMj5d"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(197, 34, 31);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(197, 34, 31);">myLong</span><span
              class="undefined"
data-copy-service-computed-style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: monospace; font-size: 14px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">);
</span></code></pre>
            </div>
          </div>
          <div class="LIBz9e" data-animation-atomic=""
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 3px 0px 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 3px 0px 0px; text-decoration: none; border-bottom: 1px solid rgb(243, 245, 246);">
            <div class="P8PNlb"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 12px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 12px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">Use
              code with caution.</div>
            <span
data-ved="2ahUKEwjTkM2M1vqUAxWLoisGHQi2IWsQopQPeggIAggACAkQAg"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);">
              <div data-sfc-cp="" data-sfc-root="c" data-sfc-cb=""
data-ved="2ahUKEwjTkM2M1vqUAxWLoisGHQi2IWsQh9gSeggIAggACAkQAw"
                data-complete="true"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"><button
                  class="FTsWP RmjGdc IsqrXb" id=""
                  aria-label="Copy code text to clipboard."
                  aria-describedby="" data-sfc-cp=""
                  data-wiz-attrbind="disabled=VZySfe_1h/ggNWmb"
                  data-sfc-root="c"
                  data-sfc-cb="KjsqPd=&amp;VZySfe_1g:UEmoBd"
                  data-complete="true"
data-copy-service-computed-style="font-family: Arial; font-size: 13.3333px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(84, 93, 126);"
style="font-family: Arial; font-size: 13.3333px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(84, 93, 126);"><span
                    class="UTNHae"
                    data-wiz-attrbind="class=VZySfe_1j/ggNWmb"
                    data-sfc-root="c" data-sfc-cb=""
                    data-complete="true"
data-copy-service-computed-style="font-family: Arial; font-size: 13.3333px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(84, 93, 126);"
style="font-family: Arial; font-size: 13.3333px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(84, 93, 126);"></span><span
                    class="I36Cje" aria-hidden="true"
data-copy-service-computed-style="font-family: Arial; font-size: 13.3333px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(84, 93, 126);"
style="font-family: Arial; font-size: 13.3333px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(84, 93, 126);"><svg
                      aria-hidden="true" fill="currentColor"
                      height="18px" viewBox="0 -960 960 960"
                      width="18px"><path
d="M360-240q-33 0-56.5-23.5T280-320v-480q0-33 23.5-56.5T360-880h360q33 0 56.5 23.5T800-800v480q0 33-23.5 56.5T720-240H360Zm0-80h360v-480H360v480ZM200-80q-33 0-56.5-23.5T120-160v-560h80v560h440v80H200Zm160-240v-480 480Z"></path></svg></span>
                  <div class="ypuoue"
data-copy-service-computed-style="font-family: Arial; font-size: 13.3333px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(84, 93, 126);"
style="font-family: Arial; font-size: 13.3333px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(84, 93, 126);"></div>
                </button></div>
            </span></div>
        </div>
      </div>
    </div>
    <div class="Fsg96" data-sfc-cp="" data-sfc-root="c" data-sfc-cb=""
      data-complete="true"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"></div>
    <div data-bfc="" class=""
      data-ved="2ahUKEwjTkM2M1vqUAxWLoisGHQi2IWsQi4wTeggIAggACAoQAA"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; margin: 0px; text-decoration: none; border-bottom: 0px rgb(10, 10, 10);">
      <div class="otQkpb" aria-level="3" role="heading"
        data-animation-nesting="" data-sfc-cp="" data-sfc-root="c"
        data-sfc-cb="" data-complete="true"
data-copy-service-computed-style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 20px; font-weight: 600; margin: 24px 0px 12px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"
style="font-family: &quot;Google Sans&quot;, Roboto, Arial, sans-serif; font-size: 20px; font-weight: 600; margin: 24px 0px 12px; text-decoration: none; border-bottom: 0px rgb(0, 29, 53);"><br>
      </div>
    </div>
    <p>C programming heathens who use void * and long interchangeably
      can no longer do that in the holy sanctified realm of C++. 😇</p>
    <p>Yee might find a compiler heathen switch to allow such blasphemy
      . . . or a pragma but . . .</p>
    <div class="moz-cite-prefix">On 6/9/2026 8:17 AM, John Selverian
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:[email protected]">error:
      cannot initialize a parameter of type 'FXptr' (aka 'void *') with
      an lvalue of type 'FXival' (aka 'long')</blockquote>
    <pre class="moz-signature" cols="72">-- 
Roland Hughes, President
Logikal Solutions
(630)-205-1593  (cell)
<a class="moz-txt-link-freetext" href="https://theminimumyouneedtoknow.com">https://theminimumyouneedtoknow.com</a>
<a class="moz-txt-link-freetext" href="https://infiniteexposure.net">https://infiniteexposure.net</a>
<a class="moz-txt-link-freetext" href="https://johnsmith-book.com">https://johnsmith-book.com</a></pre>
  </body>
</html>

--------------XUirvw0PNK6ICaGuPcTEKp0A--


--===============5333682671746233792==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============5333682671746233792==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Foxgui-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/foxgui-users

--===============5333682671746233792==--