of course STL support UNICODE. I believe this arcticle will help u with. http://www.codeproject.com/vcpp/stl/upgradingstlappstounicode.asp[^] 4apai do u like cats? no?! probably u just dont know how to cook'em)
4apai
Posts
-
can STL process wchar_t? -
Speed VStudio vs .NETas i know. .net got its own interpretor machine - to translate c++, C#, vb code in proper way. therefore its initially run it and then interprete code there. that's the way it running slower. the explanaition could be not exact. 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
Parasolidhi does anyone has an expirience in programming using parasolid kernel? i need a light samples on subject, programming reference etc. google is really poor on this.... all help will be highly appreciated. 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
how can i know other programs change the table in access?in ms sql server the solution is to implement triggers to the tables changes u want to be notified. i dont know about access. does it support this... 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
Variable Argument (Ellipsis (...)) in MFC Win32 DLLthe information u provide get me nothing to help with solving some code? 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
compling .exetry following: cd "..\MyProject" "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv" /nologo myproject.sln /rebuild "Release" 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
Parasolid Sampleshi, Gentlemen and ladies Needed a samples(c++ will be perfect), links, helps or references, programming guides realted to Parasolid. thanks in advance 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
how to read macro code from doc file?oh... if u will have an issue and finnally recognize doc file format let me know too) 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
overloading across scopesto gain required result simply declare functions with the different argument types in one class... perhaps u mixed up overloading with overriding class D : public B { public: double f(double d) { cout << "f(double): "; return d+1.3; } int f(int i) { cout << "f(int): "; return i+1; } // ... }; 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
Xerces getXML methodthx a lot. thats not really what i meant. but i find it helpful too. 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
Xerces getXML methodladies & gentlemen. i'm new in xerces xml dom. can anyone help me with following: how can i get the XML content of the DOMDocument (as in msxml)? there methods like, getTextContent... but it returns text without tags. i've seen that java implemantation of xerces has DOMSerializer object. maybe there is any analogical object... any ideas? 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
Iterate through controls on Dialog Boxif u have command identifiers of each control you can use GetDlgItem to get handle. if u dont - then enumarate windows using FindWindow+FindWindowEx 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
CStdIOFile ????use CreateFile!? it always help me with) 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
CStdIOFile ????try to use retrived handle in fopen function with a+ flag instead of recalling constructor 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
WinXP IIS maximum connections numberHow to determine maximum IIS connections number under WinXP? any ideas? 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
Getting Text from StatusBarDoes anybody know how to get the text from StatusBar with SBT_OWNERDRAW style? any suggestions? 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
Statusbar gettext functionalityNeed your advertisment on the following subject. Does anybody know how to obtain the text from the statusbar? Simple call of the GetWindowText retrieve only the text in first cell if is. How to get the text from the others areas, is a question for me... Any ideas? 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
Hello World in random colorsWindows App. You want to display text on DC. look out Device Contexts Overview. 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
How to register environment variables for vc++ 6.0http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/setenvironmentvariable.asp 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.
-
How can I work with ODBC?Look out for SQLAllocHandle function and relative in MSDN. 4apai There're no impossible tasks. There're tasks that required infinite period of execution time.