Hi,
To inetd and others asking the question inetd asked please visit the following site also.
http://www.temporaldoorway.com/programming/cbuilder/basics/simpledll.htm
Hi,
How would you declare a new data type withou having to create a class for it.For example a new data type Tdata of type array[1..4] of string?
Thanks.
Hi,
Select file->new->Dll wizard in the builder IDE for C++ 5.0 then declare the function name as follows
extern 'C' __declspec(dllexport)<datatype> <function <name>(<parameter list>);
write the function as with all other functions.
<datatype> <function <name>(<parameter list>)
{
//statements
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.