Dear sir:
Our program developed under Borland C++ builder.
Since the sdk only support VS2008 , may I use VS2008 to call our exe after ADP_AUTHORIZED pass?
Wonder if this is the easist way.
Thanks for your comments!
it is highly recommended that your application is written completely in VS2008.
That you use a "loader" to call another exe is a questionable workaround.
You can submit your program of course and see if you pass. Please share your results here.
I would also suggest that you consider a more secure method. In your example, the user could just as easily find the Borland EXE and execute it manually or implement some other "hack".
Rather I suggest that you create your DLL with the mandatory functionality using Borland, and port the EXE portion of your application over to Visual Studio 2008.
In either case you will want to ensure all libraries are installed in a common location where you may access them irregardless of the shortcuts App Startup value. Please see this post for more detail: