hello,


hello,

i have written a program using C language , and i also have written C++ dll .

how can i call functions in the C++ dll (these functions set and get char variable) from a c

program ?

how can i import the dll into the c program ??

i don't want to import the header file.just the dll file.

i'm using Ch standard interpreter.

wat shall i use ?? #include ?? #using ?? and where to put the dll file ??

in system32 or with the same path as the c program or in the interpreter .