dbTalk Databases Forums  

How can I see the actual code of the specialized structures

mailing.database.mysql-plusplus mailing.database.mysql-plusplus


Discuss How can I see the actual code of the specialized structures in the mailing.database.mysql-plusplus forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Fernando Rodriguez
 
Posts: n/a

Default How can I see the actual code of the specialized structures - 03-03-2005 , 12:59 PM






Hello: I=B4m new using MySql++; and I have a question.
How can I see the actual code of the specialized structures??
=20
In the documentation I found this:
=20
To see the actual code that the macro inserts use sql++pretty. For example=
:

sql++pretty < test.cc | less
=20
but I don=B4t know if "sql++pretty" is a command for c++ or what. I use
it like a command, but don=B4t works. Can you help me please?
=20
Thank you........

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw


Reply With Quote
  #2  
Old   
Warren Young
 
Posts: n/a

Default Re: How can I see the actual code of the specialized structures - 03-03-2005 , 02:51 PM






Fernando Rodriguez wrote:
Quote:
How can I see the actual code of the specialized structures??
Do you mean what all that stuff in custom*.h expands to? I'd just use
the C++ pre-processor. If you're on a Unix box, you can say:

$ g++ -E foo.cpp |less

Quote:
In the documentation I found this:
The documentation is badly out of date. Where the real world and the
documentation disagree, believe the real world.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
  #3  
Old   
Fernando Rodriguez
 
Posts: n/a

Default Re: Re: How can I see the actual code of the specialized structures - 03-10-2005 , 12:28 PM



Quote:
Fernando Rodriguez wrote:
How can I see the actual code of the specialized structures??

Do you mean what all that stuff in custom*.h expands to? I'd just use=20
the C++ pre-processor. If you're on a Unix box, you can say:

=09$ g++ -E foo.cpp |less

In the documentation I found this:

The documentation is badly out of date. Where the real world and the=20
documentation disagree, believe the real world.
Thanks Warren. My real problem is: I=B4m using SSQLS and I need to add
functionality ( I=B4m trying with inheritance ) but it don=B4t works.
I=B4m working with Windows XP and VC++, I was reading that some
features of mysql++ don=B4t works with VC++. ( it is one of them )
But if I can generate the specialized structure of any way, my problem
is no more problem.
Do you know any way to do that?

Thanks

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
  #4  
Old   
Warren Young
 
Posts: n/a

Default Re: How can I see the actual code of the specialized structures - 03-10-2005 , 07:04 PM



Fernando Rodriguez wrote:

Quote:
I´m using SSQLS and I need to add
functionality ( I´m trying with inheritance ) but it don´t works.
"It doesn't work" is not a question. It's just a statement of fact. I
can do nothing about that statement.

Quote:
I´m working with Windows XP and VC++, I was reading that some
features of mysql++ don´t works with VC++.
Which version of Visual C++?

Quote:
But if I can generate the specialized structure of any way, my problem
is no more problem.
Do you know any way to do that?
Between your tenuous grasp of English grammar and the lack of details, I
have no idea what you're even asking, much less how to answer. Sorry.

--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.