Click here to Skip to main content
15,917,329 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i created the DLL.

The dll function declaration is :

DBDLL_API void db(char*,queue< vector <clientinformation1> >);


in dll no problem.. it creating the DLL and Library files .

but in main problem in compile time in producing error sir .. how can i call the dll
Posted
Comments
CPallini 3-Aug-11 7:56am    
C has NOT templates.
In any case, the function prototype doesn't look correct to me.
Sergey Alexandrovich Kryukov 3-Aug-11 16:28pm    
Why getting in so much of trouble? Is using just C++ not an option?
--SA

1 solution

you should transfer only native data, dequeue the elements and than put them in a call. Or write in a file and call with the filename.

So you only run into trouble...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900