Search:

Type: Posts; User: pepi

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    7,210

    Try to declare function with standard calling...

    Try to declare function with standard calling convention, like
    extern "C" _declspec (dllexport) WINAPI int AddNums (int a, int b)
  2. Thread: Dll

    by pepi
    Replies
    2
    Views
    962

    Re: Dll

    Hi,
    i mean you can move dlls in the other folder, but make sure, that path variable contains target directory. In program code I mean it's no possible, because windows uses fixed searching way.
    PePi
  3. Replies
    1
    Views
    1,772

    RE: MFC Message Map Problem

    Hi,
    the function must return value LRESULT:

    afx_msg LRESULT OnNewPacket(WPARAM wParam, LPARAM lParam);

    and the similar changes in cpp file.

    PePi
Results 1 to 3 of 3