Search:

Type: Posts; User: 123456

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,533

    thanks , I've found another script.

    thanks , I've found another script.
  2. Replies
    8
    Views
    1,533

    hi my friends thanks for your replies there...

    hi my friends

    thanks for your replies
    there are two problems I've found
    C:\Dev-Cpp\chess.cpp In member function `Piece* Game::findPiece(int, int)':
    and
    354 C:\Dev-Cpp\chess.cpp [Warning]...
  3. Replies
    4
    Views
    2,269

    nah im sending my data as follows ISpVoice...

    nah im sending my data as follows



    ISpVoice * pVoice = NULL;

    HRESULT hr = CoCreateInstance(CLSID_SpVoice, NULL, CLSCTX_ALL, IID_ISpVoice, (void **)&pVoice);


    if( SUCCEEDED(...
  4. Replies
    4
    Views
    2,269

    SAPI and UNICODE

    hello;

    With the SAPI you need to send your data as a "unsigned short" (at least as far as i know), so i get my data

    StxtL = GetWindowTextLength(SpEDT);
    StxtB = (PTSTR) malloc ((StxtL + 1)...
Results 1 to 4 of 4