|
|
Choosing A Webhost: |
Re: V2.0.1 & VS2003/2005 qry=new Query(con) => conn inside query out ...: msg#00067db.mysql.c++
np@xxxxxx wrote: Qry object does not contain a correct conn_ pointer. That's not very helpful. What makes you think it is not valid? Is it valid right after you create the Query object? At what point does it become invalid? PS : i'm not able to run 'makemake vc', Sorry, make.bat was accidentally left out of the distribution. I've attached the current version. I am sending this to the mailing list. Please do not email me directly. This sort of thing belongs on the mailing list, where others can benefit from this exchange. Code : That looks perfectly reasonable to me. What part of it fails? @echo off rem Command line parsing :reparse if not exist lib\Makefile goto error if "%1" == "clean" goto do_clean rem Build the library file cmd /c cd lib ^& make.bat %* if errorlevel 1 goto end echo. echo MySQL++ library built successfully. echo. copy lib\*.dll examples > NUL cmd /c cd examples ^& make.bat %* if errorlevel 1 goto end echo. echo MySQL++ examples built successfully. echo. goto end rem Remove generated files :do_clean if exist lib\Makefile cmd /c cd lib ^& make clean del lib\Makefile lib\make.bat if exist examples\Makefile cmd /c cd examples ^& make clean del examples\Makefile examples\make.bat shift if "%1" NEQ "" goto reparse goto end rem Display error message :error echo. echo You must run makemake first! goto end :end -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: problems using mysql++ > 2.0.0, Thomas Werth |
|---|---|
| Next by Date: | Re : Re: V2.0.1 &amp;VS2003/2005 qry=new Query(con) =&gt;conn inside queryout ..., np |
| Previous by Thread: | problems using mysql++ > 2.0.0, Thomas Werth |
| Next by Thread: | Re : Re: V2.0.1 &amp;VS2003/2005 qry=new Query(con) =&gt;conn inside queryout ..., np |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |