crossplatform.ru

Здравствуйте, гость ( Вход | Регистрация )

2 страниц V  < 1 2  
Ответить в данную темуНачать новую тему
> qtStumbler & msvc, может кто подскажет
Гость_Гость_Balbes_*_*
сообщение 15.4.2008, 14:42
Сообщение #11





Гости








    


вроде разобрался....короче закинул модули в инклуд при компиляции вот чё:

Compiling...
moc_SoundKeeper.cpp
c:\1\debug\../SoundKeeper.h(26) : error C2143: syntax error : missing ';' before '*'
c:\1\debug\../SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\1\debug\../SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
moc_MainForm.cpp
c:\1\wifi\ndisaux.h(34) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
c:\1\SoundKeeper.h(26) : error C2143: syntax error : missing ';' before '*'
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
serial.cpp
.\win32_gps\serial.cpp(32) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\win32_gps\serial.cpp(65) : error C2057: expected constant expression
.\win32_gps\serial.cpp(65) : error C2466: cannot allocate an array of constant size 0
.\win32_gps\serial.cpp(65) : error C2133: 'szBuff' : unknown size
main.cpp
c:\1\wifi\ndisaux.h(34) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
c:\1\SoundKeeper.h(26) : error C2143: syntax error : missing ';' before '*'
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
WirelessDevice.cpp
c:\1\win32_wifi\../wifi/ndisaux.h(34) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
c:\1\win32_wifi\../wifi/WirelessNode.h(39) : error C2678: binary '==' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion)
c:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\guiddef.h(192): could be 'int operator ==(const GUID &,const GUID &)'
while trying to match the argument list '(std::string, std::string)'
.\win32_wifi\WirelessDevice.cpp(170) : warning C4800: 'unsigned long' : forcing value to bool 'true' or 'false' (performance warning)
SoundKeeper.cpp
c:\1\SoundKeeper.h(26) : error C2143: syntax error : missing ';' before '*'
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\SoundKeeper.cpp(12) : error C2065: 'Uint16' : undeclared identifier
.\SoundKeeper.cpp(12) : error C2146: syntax error : missing ';' before identifier 'audio_format'
.\SoundKeeper.cpp(12) : error C2065: 'audio_format' : undeclared identifier
.\SoundKeeper.cpp(12) : error C2065: 'AUDIO_S16' : undeclared identifier
.\SoundKeeper.cpp(18) : error C3861: 'Mix_OpenAudio': identifier not found
.\SoundKeeper.cpp(22) : error C3861: 'Mix_QuerySpec': identifier not found
.\SoundKeeper.cpp(27) : error C2065: 'sounds' : undeclared identifier
.\SoundKeeper.cpp(31) : error C3861: 'Mix_PlayChannel': identifier not found
.\SoundKeeper.cpp(40) : error C3861: 'Mix_PlayChannel': identifier not found
.\SoundKeeper.cpp(54) : error C3861: 'Mix_LoadWAV': identifier not found
.\SoundKeeper.cpp(55) : error C3861: 'Mix_LoadWAV': identifier not found
.\SoundKeeper.cpp(56) : error C3861: 'Mix_LoadWAV': identifier not found
.\SoundKeeper.cpp(57) : error C3861: 'Mix_LoadWAV': identifier not found
.\SoundKeeper.cpp(58) : error C3861: 'Mix_LoadWAV': identifier not found
.\SoundKeeper.cpp(59) : error C3861: 'Mix_LoadWAV': identifier not found
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение
Гость_Гость_Balbes_*_*
сообщение 16.4.2008, 12:57
Сообщение #12





Гости








    


Видимо со звуком проблемы, не хочет он с ним работать (
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение
ViGOur
  опции профиля:
сообщение 16.4.2008, 14:11
Сообщение #13


Мастер
******

Группа: Модератор
Сообщений: 3296
Регистрация: 9.10.2007
Из: Москва
Пользователь №: 4

Спасибо сказали: 231 раз(а)




Репутация:   40  


Да нет, просто чего-то не хватает, а вот чего понять не могу.
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение
Гость_Гость_Balbes_*_*
сообщение 18.4.2008, 6:15
Сообщение #14





Гости








    


Вообщем посносил в коде всё что связано со звуком,исправил все ошибки,но при линковании он пишет мол Linking error C:\Program Files\Microsoft Visual Studio 8\VC\lib\sdl_mixer.lib file failed or corrupted, что такое,до словно не помню, хотя это это библиотека там есть, заменял её , но всё равно(в чём проблема и как её решить?
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение

2 страниц V  < 1 2
Быстрый ответОтветить в данную темуНачать новую тему
Теги
Нет тегов для показа


1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0




RSS Текстовая версия Сейчас: 20.4.2024, 0:19