ADO .NET using c++
-
When I try to compile the program in the URL: How to: Marshal ANSI Strings for ADO.NET[^] there is error in command prompt: "cl is not recognized" as an internal or external command operable program or batch file. How to compile this program? Regards, Suman
-- "Programming is an art that fights back!"
-
When I try to compile the program in the URL: How to: Marshal ANSI Strings for ADO.NET[^] there is error in command prompt: "cl is not recognized" as an internal or external command operable program or batch file. How to compile this program? Regards, Suman
-- "Programming is an art that fights back!"
You should issue the command line form the console open by means of the
Visual Studio Command Prompt
. For instance, usingVisual Studio 2005
, selectStart->Programs->Microsoft Visual Studio 2005->Visual Studio Tools->Visual Studio 2005 Command Prompt
menu item and then use the just appeared console window to write the command line. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]