IP_Sergik
|
|
1 | |
Трудности перевода проекта с С на Visual Studio 2005 С++29.04.2008, 14:56. Показов 1523. Ответов 1
Метки нет (Все метки)
Появилась необходимость перевести проект с С на Visual Studio 2005 С++...
Появились непонятные ошибки. Если что - не судите строго за возможную простоту их решения (давно уже это было... вот сейчас восстанавливаю забытые знания да и с Visual Studio 2005 не знаком). Ошибки: wc.lpszClassName = "Freel"; - error C2440: '=' : cannot convert from 'const char [9]' to 'LPCWSTR' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast if (!TranslateAccelerator(hwndDlg,hAccelTable,&msg)) - cannot convert parameter 2 from 'HANDLE' to 'HACCEL' Conversion from 'void*' to pointer to non-'void' requires an explicit cast hMenu = GetSubMenu (hMenu, 0) ; - cannot convert parameter 1 from 'HWND' to 'HMENU' Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast |
29.04.2008, 14:56 | |
Ответы с готовыми решениями:
1
Открытие в visual studio 2005 проекта VS2010 Создание шаблона проекта visual studio 2005 Visual Studio 2005 и Visual Studio 2008 сильно ли они отличаются друк от друга? Конвертация(или сохранение) проектов Visual Studio 2008 c# в Visual Studio 2005 c# |
Флудер
195 / 33 / 11
Регистрация: 23.03.2007
Сообщений: 334
|
|
29.04.2008, 15:00 | 2 |
1)wc.lpszClassName = L"Freel";
2)объяви HACCEL hAccelTable; 3)hMenu = GetSubMenu ((HMENU)hMenu, 0); или объяви как HMENU hMenuж
0
|
29.04.2008, 15:00 | |
29.04.2008, 15:00 | |
Помогаю со студенческими работами здесь
2
Проект C# Visual Studio 2010 перевести в Visual Studio 2005 Ошибка запуск проекта Visual Studio 2012 на Visual Studio 2017 Visual c++ 6, Studio 2005 или studio 2008???? Visual studio 2005 Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |