How do I port an app made on Carbide C++ to an actual device......there is no exe file in the Folder....What shud be done ..Plzz Help
How do I port an app made on Carbide C++ to an actual device......there is no exe file in the Folder....What shud be done ..Plzz Help
You don't port an application for the device, you just build it (using the GCCE UREL configuration for example). If there is no exe generated (but there should be one) it means that your project fails to compile/link and therefore you have some problems to solve.
-- Lucian