Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>does this help?</p> <p><a href="http://bytes.com/forum/thread602063.html" rel="nofollow noreferrer">http://bytes.com/forum/thread602063.html</a></p> <p>Content from the thread:</p> <blockquote> <p>Bruno van Dooren [MVP VC++] but i know the solution of this problem. it solves by changing project setting of "Treat wchar_t as Built-in Type" value "No (/Zc:wchar_t-)". But I am using "Xtreme Toolkit Professional Edition" for making good look &amp; Feel of an application, when i fix the above problem by changing project settings a new linking errors come from Xtreme Toolkit Library. So what i do to fix this problem, in project setting "Treat wchar_t as Built-in Type" value "yes" and i wrote following statements where i included wab.h header file. You can change that setting on a per-codefile basis so that only specific files are compiled with that particular setting. If you can solve your problems that way it would be the cleanest solution.</p> <p><code>#define WIN16</code></p> <p><code>#include "wab.h"</code></p> <p><code>#undef WIN16</code></p> <p>and after that my project is working fine and all the things related to WAB is also working fine. any one guide me, is that the right way to solve this problem??? and, will this have any effect on the rest of project?? I wouldn't worry about it. whatever the definition, it is a 16 bit variable in both cases. I agree that it isn't the best looking solution, but it should work IF WIN16 has no other impact inside the wab.h file.</p> <p>--</p> <p>Kind regards, Bruno van Dooren bruno_nos_pam_van_dooren@hotmail.com Remove only "_nos_pam"</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload