Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Thread Closed: Off-topic

???
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);

};



List of 4 messages in thread
TopicAuthorDate
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      

Back to Subject List