bruno costa
2008-08-01 16:10:06 UTC
Im trying impor a library developed by me. In this library have two functions ShowMenu. First function be inside into a class and its declared as
void __fastcall TTrayicon::ShowMenu(). The second function has declared as extern "C" __declspec(dllexport) ShowMenu(int x, int y).
When i use de assistant to import this library i select the library and its header file. But in the next step the assistant show to me the first function.
Anyone explain what's happen?
void __fastcall TTrayicon::ShowMenu(). The second function has declared as extern "C" __declspec(dllexport) ShowMenu(int x, int y).
When i use de assistant to import this library i select the library and its header file. But in the next step the assistant show to me the first function.
Anyone explain what's happen?