Search:

Type: Posts; User: ttt

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,655

    Nope, that doesn't work, as VC++ then complains...

    Nope, that doesn't work, as VC++ then complains that the class used for m_members is not exported.
  2. Thread: Full Screen Mode?

    by ttt
    Replies
    6
    Views
    2,237

    IIRC, you'd have to use something along the...

    IIRC, you'd have to use something along the following line:
    SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, true, 0, 0);
  3. Replies
    2
    Views
    1,655

    VC++6: exporting classes containing templates

    Hello,
    I need some help with my current project. Our idea was to create a main shared library (DLL) that provides a couple of commonly used classes, like abstract file handling. These would then be...
Results 1 to 3 of 3