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

Search:

Type: Posts; User: Satsumatable

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    976

    VC++ on Windows 7

    Hi

    I've developed a VC++ application some time back on XP. Some of the pop-up features are not working in Windows 7 in Release mode that is installer. But once i install VC++ 6.0 in that machine...
  2. Replies
    2
    Views
    827

    VC++ 6.0 Trail Version

    Could any one give me a link to download VC++ 6.0 Trail Version?
  3. Replies
    1
    Views
    628

    Linker Error

    Hi

    How to resolve this error Any idea

    "msvcrtd.lib(txtmode.obj) : fatal error LNK1103: debugging information corrupt; recompile module"
  4. Replies
    6
    Views
    2,564

    Re: DoModal () returns -1 in Windows 7

    What would be the work around ?
  5. Replies
    6
    Views
    2,564

    Re: DoModal () returns -1 in Windows 7

    Another information is i'm running my application on top of Thread. Any issues if i call DoModal () from Thread ?
  6. Replies
    6
    Views
    2,564

    Re: DoModal () returns -1 in Windows 7

    As such it is not throwing any exceptions, any environment setup need to be done ?
  7. Replies
    6
    Views
    2,564

    DoModal () returns -1 in Windows 7

    Hi

    I'm trying to create a pop-up window using

    DoModal () method in Windows XP Operating System it works fine and I'm able to see the pop up. But the same doesnt work in Windows VISTA and...
  8. Thread: Mac ID

    by Satsumatable
    Replies
    3
    Views
    686

    Re: Mac ID

    True, but it mentioned that it works for XP,NT, 2000 etc, not sure will work for all the OS.
  9. Thread: Mac ID

    by Satsumatable
    Replies
    3
    Views
    686

    Mac ID

    Hi,

    How to read my System Mac ID through C++?

    Thanks
  10. Replies
    2
    Views
    4,134

    Creating Windows Service in VC++ 6.0

    Hi,

    I'm bit new to building services in VC++ - 6.0 environment though I've hands-on with C#. Could you please give me a tutorial which explains me how to build and deploy Windows Service using...
  11. Replies
    0
    Views
    459

    Http Tunneling

    Hi,

    I'm trying to create Http Tunneling (with and with out Proxy server) using C++. Basically i want to reach out some service that is running in remote server to transfer data, Could you please...
  12. Replies
    0
    Views
    495

    Parental Control

    Hi,

    Is there any libraries (C++) available to extend or reuse Parental Control available in Windows 7/VISTA.

    Thanks in advance...
  13. Thread: RSync

    by Satsumatable
    Replies
    1
    Views
    1,004

    RSync

    Hi

    Is there any open source library C/C++ which will give me the delta changes of file (it can be any type)?

    Thanks ...
  14. Replies
    1
    Views
    2,112

    Read PST file MAPI

    Hi,

    Using Outlook components how read all the mails from PST file in C/C++.

    Thanks in advance ....
  15. Replies
    0
    Views
    2,740

    Redefinition; different linkage issue

    Hi,

    I am trying to program a file system driver application and while trying to compile one of the files, I get the following error in "stdio.h" :

    c:\winddk\7600.16385.0\inc\crt\stdio.h(416) :...
  16. Replies
    0
    Views
    1,938

    IRP Requests

    Hi,

    I am trying to debug a file system application and I would wish to manipulate the properties of an IRP object that is used there... Is it possible to identify what kind of i/o requests have...
  17. Replies
    1
    Views
    507

    Exchange Server 2007

    Hi,

    I'm trying to process Journal files of Exchange Server 2007 journal files, is there any components available in C++ to read mails from particular account?

    Thanks
  18. Missing or incorrect version of TypeLibImport.dll

    Hi

    I've converted a DLL as a library (.tlb) file from .Net and trying to use that .tlb file in C++ (using BCC compiler) it throws me an error saying "Missing or incorrect version of...
  19. Thread: Drive

    by Satsumatable
    Replies
    3
    Views
    776

    Re: Drive

    Oh OK. Could you please suggest me come file system where i can write files and read that should be able to mounted as a virtual drive like C:\ , D:\?
  20. Thread: Drive

    by Satsumatable
    Replies
    3
    Views
    776

    Drive

    Hi

    I came across this DLL to create a virtual drive but unfortunately i couldnt get hold on this like which method has to be used to create the drive and how to use this DLL?
    ...
  21. Replies
    2
    Views
    1,035

    File System

    Hi,

    Is there any open source/sample for File System that has to be mounted as a Drive where i should be able to perform read/write operations?

    Thanks in advance...
  22. Replies
    0
    Views
    5,151

    Open Source WebDAV Client C++

    Hi,

    Is there any good Open Source WebDAV client to communicate with Server and perform basic operations like read, write etc in C++. I tried with EzDAV but due to less support and document i...
  23. Thread: EZDAV lib

    by Satsumatable
    Replies
    0
    Views
    1,125

    EZDAV lib

    Im using an C++ open source EZDAV lib(v 3.0 by C.Leong) to connect to DAV servers which are running over the network. Is there any sample code you have how to connect the server or documents that...
  24. Thread: Rsa-sha1

    by Satsumatable
    Replies
    1
    Views
    2,270

    Rsa-sha1

    Hi

    Im trying to implement RSA-SHA1 algorithm using openssl, the similar code works well under Linux environment but not under Windows. Could you please walk through the code and tell me what is...
  25. Replies
    2
    Views
    789

    getline error

    Hi,

    I am working on a Win32 application in C++ and I am getting an error stating that "getline is an undeclared identifier"... Can anyone pls tell me which header file to include? Or pls suggest...
Results 1 to 25 of 65
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured