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

Search:

Type: Posts; User: moin

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    617

    Contents of a DLL !!!!

    Hi all

    Thanks a lot in advance if someone could help me in this issue.

    Is there any utility available in MSDEV or on the NET to know the
    routines in a
    dll that are exported. It would be...
  2. Replies
    2
    Views
    693

    LoadLibrary Returns NULL !!!

    Hi All,

    Env : Win 95/NT VC++ 5.0 MFC 4.2

    Thanks a lot if you could help me. I have a third party dll. I also have
    the lib file. and the H file. It works well if i include the lib file in...
  3. Replies
    5
    Views
    655

    Re: A question on DLL !!!

    Thanks a lot for your reply.

    I have successfully written a dll and included these dll's in my exe file by static linking. i.e. by adding the lib to the project and including the header file in the...
  4. Replies
    5
    Views
    655

    A question on DLL !!!

    hi

    Env Win95 VC 5.0

    Thanks a lot in advance if you could help me. I have a few dll's in my
    project that have a class and few member functions inside the class.

    At present they are liked...
  5. Replies
    3
    Views
    588

    Problem of loading Dll's

    Hello every one,

    Platform Win95, VC++ 5.0 / MFC

    Thanks a lot if you could help me. At present i have a project that uses
    few dll's to work properly.

    The problem i have is when i start my...
  6. Replies
    0
    Views
    561

    Reading the Content of OUTLOOK Mail Box.

    Hi all,

    Thanks a lot if you could help me. I have to read the content of outlook mail box. For ex. The number of folders present. the number of messages present in each folder. etc.

    But my...
  7. Re: AfxMessageBox not comming up in MFC dialog based application.

    Thanks Oleg.

    It worked. I had kept the CDialog::OnOK(); at the begining because the there are few edit boxes in the dialog box and the data was not getting transfered on the repective CString...
  8. AfxMessageBox not comming up in MFC dialog based application.

    Hi there,

    Thanks a lot if you could help me in this problem.

    I have created a dialog based application using MFC wizard. Every thing works well. But the problem is inside OnOk member function...
  9. Replies
    1
    Views
    634

    Cannot make a release built.

    Hi,

    Thanks a lot if you could help me.

    I am using a third party dll ad lib file by calera inc. I am using it for ocr/icr. I have a problem when ever i make a release built it says lib corrupt...
  10. Replies
    3
    Views
    1,839

    Reading Tiff Files.

    Hi

    Thanks in advance if you could help me.

    I am looking for API to read TIFF images. and in return if it returns as pointer to DIB or HDIB will be fine.

    I have no problems of it is in MFC...
  11. Replies
    2
    Views
    701

    Reading a Image File.

    Hi

    Thanks in advance if you could help me.

    I would like to if there are any function to read image files(TIFF, BMP, or PCX) and return me a HDIB
    it would be helpful if it is a MFC class.
    ...
Results 1 to 11 of 11





Click Here to Expand Forum to Full Width

Featured