| ??? 10/06/02 21:44 Read: times |
#30280 - RE: help about DLLs... |
This is really an 8052 foruem... but...
you need to put EXTERN C arounf the functions, otherwise then get 'mangled' like you are describing... like this (int the headerf ile where they are declared :-
extern "C"
{
int FunctionName1(int x);
int FunctionName2(int x);
int FunctionName3(int x);
};
|
| Topic | Author | Date |
| help about DLLs... | 01/01/70 00:00 | |
| RE: help about DLLs... | 01/01/70 00:00 | |
| RE: help about DLLs... | 01/01/70 00:00 | |
RE: help about DLLs... | 01/01/70 00:00 |



