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

Search:

Type: Posts; User: andwan0

Search: Search took 0.06 seconds.

  1. Re: HELP: UNICODE conversion sprung up problems with CString & CHARFORMAT2

    Does this mean I have to change the whole of 3rd-party library MySpell & HunSpell?

    I thought HunSpell can support UNICODE (because it states it can)... but the source code still works with char *
  2. HELP: UNICODE conversion sprung up problems with CString & CHARFORMAT2

    I converted an old example code (SteveKing's SpellEdit):

    SpellEdit[^]

    to UNICODE. Also it was made for Visual Studio 7.1 (2003) but I managed to fiddle with it to get it compiling/working...
  3. Replies
    5
    Views
    2,606

    Re: HELP: how to load satellite DLL for a DLL

    I think I got it working:

    From VC2005 there's a function called AddResourceInstance() to chain DLLs. However am still using VC6 so this function doesn't exist.

    So I just copied some code from a...
  4. Replies
    5
    Views
    2,606

    Re: HELP: how to load satellite DLL for a DLL

    The exe project is statically linked to my other DLL project via the linker lib. So it's loaded automatically. Am not sure how to create a satellite DLL for that DLL, nor how to unload/reload it, etc.
  5. Replies
    5
    Views
    2,606

    HELP: how to load satellite DLL for a DLL

    I have a Visual C++ workspace that has 2 projects (1 exe & 1 DLL).

    I used Serge Wautier's tutorial ( http://www.codeproject.com/Articles/11731/Resource-DLLs-and-Language-Selection-Menu ) to...
  6. QUERY: How to control external exe & read it's process details

    I would like to create a service or background running program (something that minimizes to system tray).

    It would have a path list of external applications, eg.

    - C:\App1\Task1.exe
    -...
  7. Replies
    2
    Views
    1,517

    VISUAL C++ resource.h/rc madness mess

    This is really for those Visual C++ 6.0 programmers out there.

    I have a workspace which builds 3 apps & dozen of DLLs. Each project has it's own resources (resource.h & corresponding RC file).
    ...
  8. Replies
    1
    Views
    745

    HELP: pair-value search & replace

    Does anyone know to quickly make a multiple search & replace app (in either C or C++)? Am not interested in searching multiple files, just one file. I want to translate a list of unicode characters...
  9. Replies
    1
    Views
    1,201

    crc32/checksum app

    I'd like to write a C++ app program that would store a list of files (by relative path/location) plus it's CRC32 or checksum. Then it would also store more CRC32/checksums for the same file, for each...
  10. Re: Programming MS Visual C++, David J. Kruglinski - missing files needed

    Thank you so much 0xC0000005.

    Do you still have the original CD? Is it possible if you zipped up the entire CD and upload to megaupload.com or rapidshare.com please :) ? Much appreciated!
  11. Programming MS Visual C++, David J. Kruglinski - missing files needed

    Does anyone have the book "Programming Microsoft Visual C++ 5th Edition, David J. Kruglinski, George Shepherd, and Scot Wingo"? I bought the book secondhand but it never came with a CD because it was...
  12. How to debug classic ASP pages during AJAX calls in ASP.NET website

    I have a legacy classic ASP website with lots of classic AJAX (many ASP files specially made for processing AJAX requests).

    We are slowly migrating the website to ASP.NET 2.0 and developing under...
  13. Replies
    14
    Views
    7,801

    Re: CDateTimeCtrl - background color

    Manually derived from CDateTimeCtrl with no wizard....

    btw, does this paint the box (of the drop down bit)?
  14. Replies
    14
    Views
    7,801

    Re: CDateTimeCtrl - background color

    And also add BOOL OnEraseBkgnd(CDC* pDC); to the header file too ;)

    And replace those HTML > codes with > symbol ;)


    error C2084: function '__thiscall CMyDateTimeCtrl::~ CMyDateTimeCtrl(void)'...
  15. Replies
    0
    Views
    522

    Automated CVS-VC6 building

    This is a big question that covers both building & source-control of programs.

    I use Perforce (they don't have forums) as my CVS source-control. Does anyone have any good ideas on how to write a...
Results 1 to 15 of 15





Click Here to Expand Forum to Full Width

Featured