简体   繁体   中英

Calling Borland C++ Builder application from ASP.NET/C#

I'm new to Borland C++ Builder and the application that I'm working on has to be launched from a ASP.net application on click of a button. That ASP.net application is able to launch other EXEs (made in C#) but when my application is launched it crashes immediately with a msg "an error has is encountered, please tell microsoft about this problem" with button "Don't Send" "Send error report" and "debug". The ASP.net program is able to call "notepad.exe" which is probably not written on .net.

So, how do I call an application from ASP.net/c# which written in Borland C++ Builder and is launching successfully when I double click the application.

您能否检查事件日志以获取有关导致该错误的原因的更多信息,我猜是它无法加载c ++ dll。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM