.net Language Interoperability
-
Hi, I am working on a web application in ASP.net & C# .For one of the utilities on my site, i need to use an available VC++ project. This VC++ project produces an exe as its output. I tried changing the output type of the VC++ project to .dll, but it doesn't help and after this, the project itself stops working. Can someone please tell me as to how to use this VC++ project into my web application? Thanks.
-
Hi, I am working on a web application in ASP.net & C# .For one of the utilities on my site, i need to use an available VC++ project. This VC++ project produces an exe as its output. I tried changing the output type of the VC++ project to .dll, but it doesn't help and after this, the project itself stops working. Can someone please tell me as to how to use this VC++ project into my web application? Thanks.
-
Hi, I am working on a web application in ASP.net & C# .For one of the utilities on my site, i need to use an available VC++ project. This VC++ project produces an exe as its output. I tried changing the output type of the VC++ project to .dll, but it doesn't help and after this, the project itself stops working. Can someone please tell me as to how to use this VC++ project into my web application? Thanks.
It would be a lot of work to change it. You might ask the original developer to change it. If the class of made with the ATL template you can make some project changes and get it to output as a dll. you might ask question in the c++ forum, SOunds like your in for a big headache 1 line of code equals many bugs. So don't write any!!