Menu

Unicode support?

Help
Anonymous
2003-05-04
2013-04-22
  • Anonymous

    Anonymous - 2003-05-04

    Hi,

    Is it possible to build CppUnit.lib with UNICODE support? If it is, how do I build it, if not, do you know any alternatives that does? I am using Microsoft Visual C++ 6.0

    Best regards

    Mads Groenfeldt

     
    • rjaekle

      rjaekle - 2007-02-12

      Hi Mads,
      I have the same problem and as far as I see there is now easy solution. You need to create a new VC Configuration and switch the properties "CharacaterSet" to "Use Unicode Character Set" (VC 7.0). On VC60 you need to make sure that following PreProcessor defines are set:

      UNICODE
      _UNCIODE

      Hope this helps.
      /Reinhold

       
    • WeBMartians

      WeBMartians - 2007-04-12

      The batch build under MSVS (in my case, MSVS 2005) does not seem to produce proper multibyte or even wide character Unicode libraries. Again, I am cobbling together a new set of projects to correct this and will post them here.

       
    • WeBMartians

      WeBMartians - 2007-04-12

      My (latest) guess is that cppunit and cppunit_dll do not need to be built with either multibyte or wide character support because there are other projects (DllPlugInTester, TestPlugInRunner, and TestRunner) that have explicit, Unicode configurations (see Build menu's Batch Build...).

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.