Search:

Type: Posts; User: s_k

Search: Search took 0.00 seconds.

  1. Compiler settings is the same for all of DLLs....

    Compiler settings is the same for all of DLLs. The code makes absolutely no difference between DLLs, it's transparent for the language used. Now I rebuilt all but didn't help...
  2. It's sure that the strings have the same...

    It's sure that the strings have the same symbols/values in each project. But just one DLL of six is unable to load that string . The DLL and main project have the identical resource.h files (not...
  3. Can't load string from resource DLL's string table

    Hi, I use resource DLLs to provide multilingual environment to users - user select language, I call AfxSetResourceHandle() with handle of relevant DLL and in all functions that load some kind of...
  4. Replies
    1
    Views
    4,080

    CFrameWnd::AssertValid() fails in debug mode

    I have Doc/View application.
    Upon one user command I create thread passing some user-defined data to it.

    This is the thread procedure:



    UINT ThreadLocalCopy(LPVOID pParam)
    {...
Results 1 to 4 of 4