CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: SNArruda

Search: Search took 0.02 seconds.

  1. MAPIReadNext works well but MAPIReadMail doesn´t work.

    Hi everybody,

    As i said, MAPIReadNext function return 0 and a pointer to unread message on windows live mail, but after it, if i send a MAPIReadMail command i receive a 0 return code again, but...
  2. How to HTML Email using Simple MAPI Interface

    I have C++ Simple MAPI routines for sending emails. This works well for straight text emails. I have prepared a HMTL body for emailing but do not know how to flag the fact that the body is HTML to...
  3. Re: MAPIFindNext return 16 but there are emails in Windows Mail

    0 = SUCCESS_SUCCESS

    16 = MAPI_E_NO_MESSAGES

    I´m allways receive a return code 16, but the return code is not correct. There are messages unreaded in windows mail inbox, so, will...
  4. MAPIFindNext return 16 but there are emails in Windows Mail

    Hi everybody,

    I builted an aplication that read emails from windows Mail. The MAPILogon returns 0, but when a try to send a MAPIFindNext before to use MAPIReadMail the return code is 16. There are...
  5. How can i call a function with a CString object.

    Hi,

    I have a process where the name of a function is in a file text. I Read this file and i whould like to call a function associated with a Execute=[] parameter.

    Is it possible ?
  6. Replies
    0
    Views
    2,668

    How to work with diferrent thread contexts

    hi,

    I'll study about sharing data about threads but, one thing resistance to go into my mind.

    I have two threads. The primary thread that corresponding to UI thread and another to a worker...
  7. Re: Changing the text of last message

    Hi, someone can help with this ?

    The objects composition are:

    My user interface ... STProfissional ... Do_Start() ... Doing()
    .....................
    ..................... STFabrica ..........
  8. Re: Can a thread method call another method in other thread ?

    Ok, let´s go ...

    I call StartThread() inside constructor of STProfissional.

    The objects composition are:

    My user interface ........... STProfessional ... Do_Start() ... Doing()
    ...
  9. Can a thread method call another method in other thread ?

    Hi,


    In a worker thread i have a method Doing and would like to call a method named Move_EntradaToBaseline that to be in other thread ... Especificaly ... the thread where i created the worker...
  10. [RESOLVED] Acessing violation when calling a function outside of the first

    Hi,

    I builted a factory with classes Factory, Production, Cell, FactoryPackage, exacty in this order.

    My classes are simply set of CString objects that mantain informatios about directories...
  11. How start a beginthread from a function A::X from inside class A

    Hi,

    I have a Class Professional and inside it there is a function called Professional::Doing. This function will be a manager of task files and will be called from a Professional::Do_Tasks....
  12. How can i create a c++ program for lock the internet.

    Hi,

    I need to lock then internet from a c++ program. the program would be a control internet manager who lock the internet access in especific time periods. Ex: 01:00 am to 06:00 am.

    Some one...
  13. Re: How can i configure visual studio to use _beginthreadex

    Hi, you don´t believe ...

    I put the path C:\Program Files\Microsoft Visual Studio 9.0\VC\include in Additional include directories and the problem is resolved.

    the question: Wy the path is not...
  14. Re: How can i configure visual studio to use _beginthreadex

    I don´t use it ...

    I set to "Not Using Precompiled Headers"
  15. Re: How can i configure visual studio to use _beginthreadex

    No, but it show all options i choise at Visual Studio. So, I sent to you know more about my actual configuration ...

    Maybe the problem be other assigning ...
  16. Re: How can i configure visual studio to use _beginthreadex

    I Did it, but the problem remains ...

    C/C++ Command line is:

    /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0710" /D "_ATL_DLL" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\"...
  17. Re: error C3861: '_beginthreadex': identifier not found

    Sorry, I´m new with foruns

    How can i cancel this thread ?
  18. Re: How can i configure visual studio to use _beginthreadex

    So, I need konw more about CRT

    Do you can help me or show me a link to learn about ?
  19. error C3861: '_beginthreadex': identifier not found

    HI,

    The Problem remains...

    1>C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include\atlbase.h(4575) : error C3861: '_beginthreadex': identifier not found

    to avoid this problem i...
  20. Re: How can i configure visual studio to use _beginthreadex

    Friend, i tried exactly you sugest, but de error message remains ...
  21. How can i configure visual studio to use _beginthreadex

    Hello everybody,

    I live in Brazil and I´m heaving problems with on a compilation C++ project. The message is:


    1>C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include\atlbase.h(4575)...
Results 1 to 21 of 21





Click Here to Expand Forum to Full Width

Featured