Search:

Type: Posts; User: FrEEzE2046

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,806

    CRTP how to pass type

    I'm trying to use CRTP.

    But I'm failing at most basic stuff:

    template<class Derived>
    class Base
    {
    public:
    typename Derived::TYPE i;
    };
  2. Replies
    0
    Views
    1,547

    How to use __declspec(dllimport)

    Hello,

    I've got some questions about __declspec dllimprt and dllexport. Can anyone tell me why this code doesn't work?



    // DLL.h

    #ifndef _CLIBRARY_H_
    #define _CLIBRARY_H_
  3. Replies
    10
    Views
    17,495

    So this makes definitely sense to me but can't...

    So this makes definitely sense to me but can't be right. Why? In due to I've already checked that my callback function was actually called from OS.

    I've tested this by implementing the MessageBox...
  4. Replies
    10
    Views
    17,495

    Again, excuse my non perfect english. First:...

    Again, excuse my non perfect english.

    First: Thank you for your very fast advice. But there is still someting I don't understand.

    So, I need to have a message loop with GetMeesage or...
  5. Replies
    10
    Views
    17,495

    1. I think the main part is already in good...

    1. I think the main part is already in good shape. I tried to call MessageBox function in both dll-functions and that works. So the functions should be called.

    2. Yes I know that there is a way to...
  6. Replies
    10
    Views
    17,495

    SetWindowsHookEx - LowLevelMouseProc

    Hello there,

    first of all: My english is not as good as it should be. So be patient if there is any confusing stuff I'm writing ;-)


    As mentioned in title bar I`ve got some problems...
Results 1 to 6 of 6