Search:

Type: Posts; User: fmuir

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    2,295

    @ Novacain, Thanks for your assistance!!. I...

    @ Novacain,
    Thanks for your assistance!!. I don't disagree with any thing that you have said. I'll look into fixing those issues that you have mentioned, that I have access to. However, since this...
  2. Replies
    10
    Views
    2,295

    @ novacain. Your correct, there is no message...

    @ novacain.
    Your correct, there is no message pump. The code snippet is the some and substance of the DLL. The program that uses the functions in the DLL doesn't have a message pump, so no...
  3. Replies
    10
    Views
    2,295

    GReaper, Thanks for replying. I am using...

    GReaper,

    Thanks for replying. I am using VS2008 with the Unicode Character Set. The compiler automatically uses GetModuleHandleW when Unicode is used. It will use GetModuleHandleA when Unicode is...
  4. Replies
    10
    Views
    2,295

    // Modeless Dialog extern "C" { TS104_API INT...

    // Modeless Dialog
    extern "C"
    {
    TS104_API INT TS104_S1(VOID)
    {
    int err;
    hWnd = 0;
    hInstance = GetModuleHandle(L"TS104.dll");
    if( hInstance <= NULL)
    {
  5. Replies
    10
    Views
    2,295

    Modeless Dialog fails to stay displayed.

    Hello,

    Does anybody have any idea why this snippet of code produces a modeless dialog box (when included in a subroutine contained in a DLL)that flashes on the screen for a fraction of a second...
Results 1 to 5 of 5