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

Search:

Type: Posts; User: molistok

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    17,559

    Re: Send mails with rtf format using smtp client

    Hi,
    After to fight some hours more with rtf formats of outlook, we have changed our send mail tool and we will send a alternative view in html format because I think that is more easy and I think...
  2. Replies
    6
    Views
    17,559

    Re: Send mails with rtf format using smtp client

    Is possible that is not working fine because outlook want recieve a rtf format uncompressed (or compressed), and I think that we are sending mails with RTF format compressed(or uncompressed)... I...
  3. Replies
    6
    Views
    17,559

    Re: Send mails with rtf format using smtp client

    Firstly, thank you very much for your reply. Secondly yes, I copied first topic and pasted it to this topic and therefore my links were broken, now I have edited this topic and links works fine. :)
    ...
  4. Re: Send mails with rtf format using smtp client

    Ok, thank you very much for your reply, I have started a new topic in the section that you have told me. Thanks.

    The code that I have pasted compile fine because we have defined in the properties...
  5. Replies
    6
    Views
    17,559

    Send mails with rtf format using smtp client

    Hi,
    I am developing a tool to send mail. I need that the user can send the mail with the body text in RTF format. Therefore the user can write and edit the body text and when he want push the send...
  6. Send mails with rtf format using smtp client

    Hi,
    I am developing a tool to send mail. I need that the user can send the mail with the body text in RTF format. Therefore the user can write and edit the body text and when he want push the send...
  7. Re: TransparentBlt return false in some printer devices.

    Thanks for the reply.

    Yes, in both printers are 0.

    Can any help me please?
    Thanks.
  8. Re: TransparentBlt return false in some printer devices.

    Thanks for the reply. If I use BitBlt also fail and if I use StretchBlt I don't get the result that I need. How can I know before to print some document If the printer that I am using can use...
  9. TransparentBlt return false in some printer devices.

    I am using the function TransparentBlt of CImage class and in a lot of printers the bitmaps are printed in transparency correctly. But in some printer devices TransparentBlt function return false...
  10. Mapi simple and mapi extended in 64 bit application

    Hi,
    I have migrated my 32 bit application to 64 bit application. With this application (in 32 bits) you can send mails using the mapi simple or mapi extended. With the application in 64 bits I have...
  11. Re: we can't build a project in 64 bits with Visual Studio 2005 c++

    Thanks for the reply, I have tried this and now we can build the application on 64 bits. The persons that could not build the application had installed the default installation of VS and the other...
  12. Re: we can't build a project in 64 bits with Visual Studio 2005 c++

    I tell you again:

    One person of my team can build 64 bit application on 32- bit operating system, and the others can't build this application. Then he run the application in one machine with 64...
  13. Re: we can't build a project in 64 bits with Visual Studio 2005 c++

    Hi, thanks for the reply.

    I don't understand this, why some persons of us team can build the solution with platform in 64 bits and the rest of the team can't build with platform in 64 bits?
    ...
  14. Re: we can't build a project in 64 bits with Visual Studio 2005 c++

    Hi, thanks for the reply.
    We have a SO in 32 bits but the person that can build the solution also have a SO in 32 bits(after he try the application in a SO in 64 bits).

    What could be the problem?...
  15. we can't build a project in 64 bits with Visual Studio 2005 c++

    Hi,
    We are a team of 5 persons, one person of the team have configurated the code of us project and now in your machine he can build this project in 64 bits.

    He has given the code to us. The...
  16. Replies
    0
    Views
    611

    How I can send mail with MAPI Extended

    Hi,
    I am trying to send a simple mail with MAPI extended, but I don't find any sample and I don't get do nothing. I do this:

    ...
    // Initialize MAPI Subsystem.
    hr = MAPIInitialize(NULL);...
  17. Re: One question of files that I need in 64 bits

    Can any help me please?
    Thanks.
  18. Re: One question of files that I need in 64 bits

    Hi,
    searching in my computer I see that I have other afxstate.cpp, this is the location of this file:
    C:\Archivos de programa\Microsoft Platform SDK\src\mfc\afxstate.cpp

    Therfore I ask the same...
  19. Re: One question of files that I need in 64 bits

    Thanks for the reply.
    Therfore I understand that the error don't is a error of configuration.
    Thanks.
  20. One question of files that I need in 64 bits

    Hi,
    I am migrating my application to 64 bits and I get run the application, but when I open one type of windows I get a Unhandled exception. The stack is in this file:

    C:\Archivos de programa...
  21. Re: Unable to start program... I try to run my application in 64 bits

    Thanks for the replies.
    I have solved the error, the line:

    <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="x86"...
  22. Re: Unable to start program... I try to run my application in 64 bits

    Yes I am tacking one project started with plattform win32 and I want add the possibility to compile with plattform x64, therfore I can't start a new empty project, because I want that the project run...
  23. Re: Unable to start program... I try to run my application in 64 bits

    Ok, thanks for the reply, I will try this next monday but I remember that this file is in the same folder that EXE.

    Thanks.
  24. Re: Unable to start program... I try to run my application in 64 bits

    Thanks for the replys.
    This is the info of my Visual Studio 2005:

    Microsoft Visual Studio 2005
    Version 8.0.50727.762 (SP.050727-7600)
    Microsoft .NET Framework
    Version 2.0.50727 SP2
    ...
  25. Re: Unable to start program... I try to run my application in 64 bits

    Hi,
    thanks for the reply.

    Yes I try to compile my application in Windows Server 2003 SP1 Standard x64. I can't run the application, can any help me?

    I paste the...
Results 1 to 25 of 42
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured