Search:

Type: Posts; User: Jumper

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    19,229

    ok but it is not what i'm asking. i'm reading...

    ok but it is not what i'm asking.

    i'm reading multi-byte string. each character in this string encoded with different number of bytes.

    lets say buf is 11 bytes long.
    the text in file...
  2. Replies
    2
    Views
    19,229

    MultiByteToWideChar

    i need to convert UTF-8 file to unicode and display it on screen.
    i know MultiByteToWideChar can do such conversion

    lets say i write:



    CHAR buf[200];

    int...
  3. Replies
    0
    Views
    1,659

    How to display arabic/hebrew in console?

    How to display arabic/hebrew in console?
  4. Thread: console font

    by Jumper
    Replies
    1
    Views
    1,846

    console font

    how do i determine the name of console font?
    i know i can use GetCurrentConsoleFont but it gives only index in system font table.
    i don't know what tro do with this index... :confused:

    i tried...
  5. Replies
    0
    Views
    3,049

    How to type Unicode Box Drawing?

    hi

    i use VS 2003
    i writing unicode console app and i wanted to draw boxes around text.
    I find on http://www.unicode.org/charts/PDF/U2500.pdf code chart for Box Drawing.
    The question i face...
  6. Replies
    0
    Views
    1,091

    console - missing declarations

    i was looking at console input modes (SetConsoleMode) and the docs describe 9 of them. But when i use these 4:
    ENABLE_AUTO_POSITION
    ENABLE_EXTENDED_FLAGS
    ENABLE_AUTO_POSITION
    ENABLE_INSERT_MODE
    ...
  7. Replies
    2
    Views
    1,566

    what about completition routins? or any function...

    what about completition routins? or any function that being called upon event triggering?

    do you know another examples (like in console) when new thread is created?
  8. Replies
    2
    Views
    1,566

    callbacks and threads - technical question

    when the system calls a callback function, does it create a separate thread for this?

    i read, for example, that in console programming when i define my own handler(SetConsoleCtrlHandler), system...
  9. Replies
    11
    Views
    4,386

    anonytmouse, thanks for the link you gave me......

    anonytmouse, thanks for the link you gave me...
    now i reading some article which is turned to be very usefull
    here is the link to this article if someone else also struggles with unicode:)...
  10. Thread: [removed]

    by Jumper
    Replies
    6
    Views
    2,325

    what is "undernet"?

    what is "undernet"?
  11. Thread: [removed]

    by Jumper
    Replies
    6
    Views
    2,325

    IRC programming channels

    i tried the #csupport channel but no single soul there

    maybe anyone knows about channels that active and friendly?
  12. Replies
    0
    Views
    1,154

    problem with console app

    here is a relevent snippets


    TCHAR buf[20];

    fdwMode = ENABLE_LINE_INPUT | //ReadConsole() should wait and read
    // characters until ENTER is pressed ...
  13. Replies
    11
    Views
    4,386

    ok thanks for the link... i experimenting...

    ok
    thanks for the link...

    i experimenting now with console programming and i have a question related to this thread subject.
    i use ReadConsoleInput() function to read keyboard events.
    ...
  14. Replies
    11
    Views
    4,386

    you said before that system loads ansi codepage...

    you said before that system loads ansi codepage for app. if my app is unicode-app then what codepage will sytem load(i thought it must be something like ISO 10646)?

    i hope it is clearer...
  15. Replies
    11
    Views
    4,386

    sorry,let me rephrase the question: if i compile...

    sorry,let me rephrase the question:
    if i compile a unicode app does this mean that the system will load a codepade (like ISO 10646) for my app?
    (if my app will continue to use ansi codepage then...
  16. Replies
    11
    Views
    4,386

    ok... another... [1] is it true that if a...

    ok...
    another...

    [1]
    is it true that if a compile a unicode-ware app and run it, the system will load say ISO 10646(aka Unicode UCS-2 Little-Endian ) as default global codepage that will be...
  17. Replies
    11
    Views
    4,386

    ok, thanks:) i think, that's clears up the...

    ok, thanks:)

    i think, that's clears up the matters

    one more question i have is:

    how many codepages the proccess(app) can have?
    is there a something called global codepage which applies...
  18. Replies
    11
    Views
    4,386

    Unicode - a lot of confusion...

    i posted similiar post on another forum but still no answer there so i'm trying here.

    pagecode, threads, text-based controls, local(global), wide-character, multi-byte characters

    can anyone...
  19. Replies
    1
    Views
    1,883

    VS .net project setting question

    below is a link for a "character set" setting...

    http://img19.photobucket.com/albums/v57/tigor/untitled.jpg

    please explain what different values for this seting mean...

    i making a...
  20. Replies
    2
    Views
    2,780

    like this: _UNICODE and UNICODE are commented...

    like this:

    _UNICODE and UNICODE are commented out because these are enabled by default in project properties(if i enable them i get a redefinition warning)

    there is a setting in project...
  21. Replies
    2
    Views
    2,780

    message box and unicode problem

    i use a vs7 ide
    i want to display a message box with russian text
    i enabled unicode in my program and i wrote in ide editor the text i want to display in russian
    but when the message box pops up...
  22. Replies
    5
    Views
    3,639

    no i don't have mac

    no i don't have mac
  23. Replies
    5
    Views
    3,639

    Saving video chats

    hi

    I want to capture video from video-conferencing software
    For example I chating with video with someone on MSN messanger or Netmeeting

    How can I save this video chat?

    thanks
  24. Replies
    7
    Views
    1,038

    ye, all these links point to solution i meant

    ye, all these links point to solution i meant
  25. Replies
    7
    Views
    1,038

    well, i got the solution at another forum and...

    well, i got the solution at another forum
    and it's the real solution - no restart stuff...

    if anyone wants to know just say and i will post it
Results 1 to 25 of 36
Page 1 of 2 1 2