Re: GCC could not convert __b to ... error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Mubarak,

Make your definition:

typedef void (*PFParamHandler)(short wParamKey, long lDataSize);
typedef map<short, PFParamHandler> TParamHandlerTable;

And then your...
void LoadInfo(short,long);
...should be able to be put in your map.

--Eljay

PS:  you appear to be using some sort of Hungarian notation.  The 'w' prefix mean a 'word', which is the natural word size of your machine, represented by 'int' in C/C++.  Most modern machines have 32-bit words, some have 64-bit words, and a few specialized hardware systems (such as video GPUs) may have 128-bit or 256-bit words.  Are you running on 16-bit hardware?



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux