Dll creation problem
-
Hey guys, Can anybody tell me how to create a dll that ca be successfully fully loaded in some other language like vb and can be used there.
Regards, Pankaj Sachdeva "There is no future lies in any job" "but" "future lies in the person who holds the job"
-
Hey guys, Can anybody tell me how to create a dll that ca be successfully fully loaded in some other language like vb and can be used there.
Regards, Pankaj Sachdeva "There is no future lies in any job" "but" "future lies in the person who holds the job"
I have no idea (yet), I need to learn about DLLs too, So I was looking in the DLL section here in codeproject. I think This link[^] and the other 3 articles of the same group can help you. Is about writing a C++ from VC++ and VB. It has information about compatibilities and so on. Maybe is not what you exactly look for, but it has lot of comments/points tht will help you.
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
-
I have no idea (yet), I need to learn about DLLs too, So I was looking in the DLL section here in codeproject. I think This link[^] and the other 3 articles of the same group can help you. Is about writing a C++ from VC++ and VB. It has information about compatibilities and so on. Maybe is not what you exactly look for, but it has lot of comments/points tht will help you.
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
Have you tried to make a atl com dll i have tried by i am unable to use it successfully like some of the functions are working and some other are not do you have any idea
Regards, Pankaj Sachdeva "There is no future lies in any job" "but" "future lies in the person who holds the job"
-
Have you tried to make a atl com dll i have tried by i am unable to use it successfully like some of the functions are working and some other are not do you have any idea
Regards, Pankaj Sachdeva "There is no future lies in any job" "but" "future lies in the person who holds the job"
no sorry, you are in a more advanced position as me at the moment
Greetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
-
Hey guys, Can anybody tell me how to create a dll that ca be successfully fully loaded in some other language like vb and can be used there.
Regards, Pankaj Sachdeva "There is no future lies in any job" "but" "future lies in the person who holds the job"
u will have to use "_stdcall" calling convention while exporting the function from DLL.