CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Paul McKenzie

Search: Search took 0.13 seconds.

  1. Re: callback function declaration not compiling

    typedef void AKU_API;

    #define AKU_DECLARE_FUNC_ACCESSORS(funcname) \
    AKU_API AKU##funcname##Func AKUGetFunc_##funcname (); \
    AKU_API void AKUSetFunc_##funcname ( AKU##funcname##Func func );
    ...
  2. Re: callback function declaration not compiling

    If I took that code you posted, it won't compile for me because AKU_API is not defined anywhere.

    Regards,

    Paul McKenzie
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured