Tnx, I'll try that
-----Original Message-----
From: Loïc Dardant [mailto:loic.dardant@stripped]
Sent: Friday, July 11, 2008 4:23 PM
To: Demetris Zavorotnichenko
Cc: plusplus@stripped
Subject: Re: Visual C++ Build Question
I guess there is a error on the install script that I corrected to have
everything install.
The diff are :
copy vc2005\debug\*.dll "%INST_LIB_DIR%\debug" > NUL
copy vc2005\debug\*.lib "%INST_LIB_DIR%\debug" > NUL
copy vc2005\release\*.dll "%INST_LIB_DIR%\release" > NUL
copy vc2005\release\*.lib "%INST_LIB_DIR%\release" > NUL
I had the "vc2005", because there is no debug or release directory in the
install.bat directory.
I hope it can help you.
2008/7/11 Demetris Zavorotnichenko <fgcity4652@stripped>:
> Hi everyone.
>
>
>
> I have been mostly working with Linux for a Long time now and Visual C++
> although I have been using it, it was a long time ago.
>
>
>
> I have Visual c++ 2008 express now installed. I compiled the Debug and
> release versions of the api, but I need to set it up for Windows Forms.
>
>
>
>
>
> I have changed:
>
>
>
> o Under Configuration Properties > General, change "Common
>
> Language Runtime support" to the /clr setting.
>
>
>
>
>
> But when I try to change :
>
>
>
>
>
> o Under C/C++ > Command Line, remove the /EHsc from the
>
> Additional Options section.
>
>
>
> In the command Line window Under "Additional commands" there is NOTHING
> there, all the commands are on the TOP section of the window and I can't
> edit it.
>
>
>
> Please help.
>
>
>
> Also for some reason (must be something I am doing wrong) when I run
> "install.bat" nothing happends, only the directories are created in
> c:\mysql++, no files in them.
>
>
>
>
>
> Please help out here.
>
>
>
> Yours truly, Demetris Z.
>
>
--
Loïc Dardant