Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. (VC 6.0 Bug) DialogBox property "Right to left layout"

(VC 6.0 Bug) DialogBox property "Right to left layout"

Scheduled Pinned Locked Moved C / C++ / MFC
helpannouncementcsharpc++visual-studio
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Ahmad99
    wrote on last edited by
    #1

    Microsoft Says: --------------- (There is a bug in the original release of Visual Studio 6.0. The dialog editor writes the symbol to the .RC file as WS_EX_LAYOUT_RTL rather than WS_EX_LAYOUTRTL. This should be fixed in a future version of Visual Studio.) ------------------------------------- The Operating system is Window2000 and Tool is VC++ 6.0. When i set the "Right to left allignment property of a dialog box" and error occured "error RC2104 : undefined keyword or key name: WS_EX_LAYOUT_RTL" which means this symbol is not defined. then i checked the microsoft site and i come to know that it is a bug in VC6.0. To fix the bug i used "WS_EX_LAYOUTRTL" instead of "WS_EX_LAYOUT_RTL"as told me by the microsoft site but now compiler says "WS_EX_LAYOUTRTL" is not defined. so what is the solution of this bug. Have a nice wishes for helper.

    N M 2 Replies Last reply
    0
    • A Ahmad99

      Microsoft Says: --------------- (There is a bug in the original release of Visual Studio 6.0. The dialog editor writes the symbol to the .RC file as WS_EX_LAYOUT_RTL rather than WS_EX_LAYOUTRTL. This should be fixed in a future version of Visual Studio.) ------------------------------------- The Operating system is Window2000 and Tool is VC++ 6.0. When i set the "Right to left allignment property of a dialog box" and error occured "error RC2104 : undefined keyword or key name: WS_EX_LAYOUT_RTL" which means this symbol is not defined. then i checked the microsoft site and i come to know that it is a bug in VC6.0. To fix the bug i used "WS_EX_LAYOUTRTL" instead of "WS_EX_LAYOUT_RTL"as told me by the microsoft site but now compiler says "WS_EX_LAYOUTRTL" is not defined. so what is the solution of this bug. Have a nice wishes for helper.

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #2

      I think you should install SP5 Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut

      M 1 Reply Last reply
      0
      • A Ahmad99

        Microsoft Says: --------------- (There is a bug in the original release of Visual Studio 6.0. The dialog editor writes the symbol to the .RC file as WS_EX_LAYOUT_RTL rather than WS_EX_LAYOUTRTL. This should be fixed in a future version of Visual Studio.) ------------------------------------- The Operating system is Window2000 and Tool is VC++ 6.0. When i set the "Right to left allignment property of a dialog box" and error occured "error RC2104 : undefined keyword or key name: WS_EX_LAYOUT_RTL" which means this symbol is not defined. then i checked the microsoft site and i come to know that it is a bug in VC6.0. To fix the bug i used "WS_EX_LAYOUTRTL" instead of "WS_EX_LAYOUT_RTL"as told me by the microsoft site but now compiler says "WS_EX_LAYOUTRTL" is not defined. so what is the solution of this bug. Have a nice wishes for helper.

        M Offline
        M Offline
        Michael P Butler
        wrote on last edited by
        #3

        You need to make sure you've got the latest version of the platform SDK installed. This has WS_EX_LAYOUTRTL defined. As a general guide, always make sure you are using the latest platform SDK and don't rely on the include files that ship with Visual Studio. Michael :-)

        1 Reply Last reply
        0
        • N Nish Nishant

          I think you should install SP5 Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut

          M Offline
          M Offline
          Michael P Butler
          wrote on last edited by
          #4

          A look in afxpriv.h shows the define. I guess one of the service packs must have added it for MFC use. Michael :-)

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups