How to add SDK on eVC++4.0
-
Hello everybody, I have made some applications in eVC++ 4.0 for different device types. But now I got a new device which uses a different SDK for which I wish to compile my app. I can`t find however how I can add this SDK selection in the combobox of eVC++ . I can only see the ones I selected when creating the workspace (before I knew I would ever need this SDK), but I can`t see anywhere a menu point or dialog which allows me to add an SDK selection for the project. Do I have to recreate my workspace now just for this one SDK or is there a way to add it to my existing workspace afterall??? Thanks for any help you might offer, Greetings, Davy
-
Hello everybody, I have made some applications in eVC++ 4.0 for different device types. But now I got a new device which uses a different SDK for which I wish to compile my app. I can`t find however how I can add this SDK selection in the combobox of eVC++ . I can only see the ones I selected when creating the workspace (before I knew I would ever need this SDK), but I can`t see anywhere a menu point or dialog which allows me to add an SDK selection for the project. Do I have to recreate my workspace now just for this one SDK or is there a way to add it to my existing workspace afterall??? Thanks for any help you might offer, Greetings, Davy
-
Have you installed the new SDK? First I would read in microsoft web if it is compatible with eVC++. Once installed, it must appears in the combo menu in eVC++ if it is installed correctly, I think... Regards, Javier
Thanks for the reply, Maybe I was a little unclear in the exact explanation. Yes, I installed the SDK. The new projects I create have the SDK selectable in the combobox. However, my old project that I created before I installed the SDK do not have it. So the problem lies there. Some projects are quite big, so it would take me a some time to recreate them... Thx for any suggestions!!!
-
Thanks for the reply, Maybe I was a little unclear in the exact explanation. Yes, I installed the SDK. The new projects I create have the SDK selectable in the combobox. However, my old project that I created before I installed the SDK do not have it. So the problem lies there. Some projects are quite big, so it would take me a some time to recreate them... Thx for any suggestions!!!
Hi, Try one of these: 1)Build->configuration than try to add or choose the right one. 2)Build->Set Active Platform. 3)Tools->Configure Platform Manager. GoodLuck, Eli.