In my ANSI codepage it is 0x7c.
Copy it from below:
a | b
Call GetACP () (in C++) to get your current ANSI codepage.
Mine is 1252
Or include the file <iso646.h>
And type "bitor" instead of "|"
Must be in your include directory.
regards
PHaX
Hi there.
This C++ cmdline proggy is 4 u:
/*! This small program adds a directory to the Win32
path variable or removes it from there.
Copyright (c) 2004 by PHaX - all rights reserved.
If you use this code in your software, drop me a note :)
Ask questions by sending a mail...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.