hi
Excuse me for my English mistakes!
I have built mysql plugin for creator successfully

but when I try to build it for using in visual studio I get the following error:
Qt Code:
  1. C:\Qt\4.7.0\src\plugins\sqldrivers\mysql>nmake
  2.  
  3. Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
  4. Copyright (C) Microsoft Corporation. All rights reserved.
  5.  
  6. "C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\nmake.exe" -f Makef
  7. ile.Debug all
  8.  
  9. Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
  10. Copyright (C) Microsoft Corporation. All rights reserved.
  11.  
  12. cl -c -nologo -Zm200 -Zc:wchar_t- -Zi -MDd -GR -EHsc -W3 -w34100 -w34189
  13. -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -D
  14. QT_THREAD_SUPPORT -I"..\..\..\..\include\QtCore" -I"..\..\..\..\include\QtGui" -
  15. I"..\..\..\..\include" -I"c:\MySql\include" -I"." -I"..\..\..\..\include\ActiveQ
  16. t" -I"tmp\moc\debug_shared" -I"c:\Qt\2010.05\qt\mkspecs\win32-msvc2008" -Fotmp\o
  17. bj\debug_shared\ @C:\Users\Saeed\AppData\Local\Temp\nmD366.tmp
  18. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin
  19. \cl.EXE"' : return code '0xc0000135'
  20. Stop.
  21. NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 9.0\VC\bin
  22. \nmake.exe"' : return code '0x2'
  23. Stop.
To copy to clipboard, switch view to plain text mode 
Help me pls