cppunit-devel Mailing List for CppUnit - C++ port of JUnit (Page 24)
Brought to you by:
blep
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
(21) |
May
(96) |
Jun
(109) |
Jul
(42) |
Aug
(6) |
Sep
(106) |
Oct
(60) |
Nov
(20) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(7) |
Feb
(11) |
Mar
(49) |
Apr
(124) |
May
(30) |
Jun
(37) |
Jul
(53) |
Aug
(33) |
Sep
(21) |
Oct
(22) |
Nov
(19) |
Dec
(15) |
2003 |
Jan
(34) |
Feb
(25) |
Mar
(11) |
Apr
(12) |
May
(16) |
Jun
(24) |
Jul
(23) |
Aug
(23) |
Sep
(42) |
Oct
(7) |
Nov
(32) |
Dec
(33) |
2004 |
Jan
(41) |
Feb
(41) |
Mar
(24) |
Apr
(25) |
May
(18) |
Jun
(13) |
Jul
(11) |
Aug
(15) |
Sep
(22) |
Oct
(10) |
Nov
(15) |
Dec
(9) |
2005 |
Jan
(4) |
Feb
(15) |
Mar
(11) |
Apr
(16) |
May
(29) |
Jun
(17) |
Jul
(27) |
Aug
(12) |
Sep
(9) |
Oct
(10) |
Nov
(5) |
Dec
(6) |
2006 |
Jan
(2) |
Feb
(6) |
Mar
(7) |
Apr
(2) |
May
(1) |
Jun
(5) |
Jul
(8) |
Aug
(6) |
Sep
(10) |
Oct
(11) |
Nov
(15) |
Dec
(2) |
2007 |
Jan
(12) |
Feb
(22) |
Mar
(10) |
Apr
(7) |
May
(1) |
Jun
(8) |
Jul
(4) |
Aug
(1) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jerome L. (Frisurf) <lac...@fr...> - 2003-05-18 11:53:35
|
On Fri, 2003-05-16 at 17:00, samir mewada wrote: > Hi All, > > I have build and installed CPP unit 1.8.0 on Solaris 8 > using WS6U2. Samir, I didn't work with c++ programs for years now, but the error message seems to indicate that the a STL symbol is missing at link time. perhaps do you need to add a -L/path/to/your/stl or -LnameSTLlib Or perhaps this is by default in this version of the compiler... Otherwise perhaps could you look at http://130.15.168.200/faqs/SUNWspro/WS6U2/lib/locale/C/html/mr/READMEs/c++_faq.html They describe a way to switch STL libraries, in case the problem was coming from Sun's implementation. As a side note, when I used to work on Unix with C++ programs, I always tried to use 2 compilers (e.g. gcc). Error messages are different from compiler to compiler and some are better than others and help to debug faster. Cheers, & Good luck J. -- Jerome Lacoste (Frisurf) <lac...@fr...> CoffeeBreaks |
From: Baptiste L. <gai...@fr...> - 2003-05-17 19:16:32
|
Glad to hear that it was just the intellisense getting confused (probably by the CPPUNIT_NS macro). I've made a new unoffical tar ball. You can get it at: http://cppunit.sourceforge.net/snapshot/cppunit-1.9.11-portability-test3.tar.gz Notes that you can also obtain a daily backup of the cvs repository at: http://cvs.sourceforge.net/cvstarballs/cppunit-cvsroot.tar.gz (this works for most of sf projects). Baptiste. ----- Original Message ----- From: "Andrey Melnikov" <mel...@si...> To: <cpp...@li...> Sent: Friday, May 16, 2003 2:32 PM Subject: RE: [Cppunit-devel] msvc7 support > Fortunately, "Namespace" bug was in Visual Studio IDE, not in CppUnit > itself. class ExampleTestCase : public CppUnit::TestCase compiles fine, > but IDE claims that the namespace doesn't exist, and doesn't want to > suggest list of classes when you type "CppUnit::". I think this is a bug > in Intellisense subsystem of IDE (Intellisense provides autocompletion > for identifiers, shows tooltip with declaration of identifier etc). > > Andrey > > -----Original Message----- > From: cpp...@li... > [mailto:cpp...@li...] On Behalf Of Baptiste > Lepilleur > Sent: Thursday, May 15, 2003 9:42 AM > To: cpp...@li... > Subject: Re: [Cppunit-devel] msvc7 support > > > Thanks. I've made the necessary change to the msvc config header. It's > now in the CVS. > > How did you get the 'namespace' bug. I have switched a project to VS 7 > recently (rfta of http://cpptool.sf.net) and it compiles correctly, and > it contains explicit reference to the CppUnit namespace. > > By the way (I'm a VS newbie), is there a way to get VS to show you the > task error detail other than clicking on the output pane or using the > tooltip ? > > Baptiste. > > ----- Original Message ----- > From: "Andrey Melnikov" <mel...@si...> > To: <cpp...@li...> > Sent: Wednesday, May 14, 2003 9:29 PM > Subject: [Cppunit-devel] msvc7 support > > > > Hello > > > > I created VC7Outputter class to match format expected by Visual > > Studio.NET (see VC7Outputter.h in attached ZIP file). The class > > require CompilerOutputter::m_stream to be protected instead of > > private, so don't forget to modify CompilerOutputter.h > > > > Also it seems there are no valid config for VC++ 7. How can I help > > with them? > > > > Compiler detection: #if _MSC_VER >= 1300 (VC6 had _MSC_VER > 1000) > > Output format: #define CPPUNIT_COMPILER_LOCATION_FORMAT "%p(%l): error > > > : " (VC7 had simply "%p(%l): " > > > > Messages in VC6 format are also parsed and clickable in VC7, but they > > don't appear in Tasks window, only in Output window. > > > > Also all CPPUnit classes are put in global namespace despite > > namespases are supported and CPPUNIT_HAVE_NAMESPACES is defined. > > > > Can somebody try to compile the attached project in Visual Studio .NET > > > and see if the new class is better than we have now with > > CompilerOutputter? > > > > Andrey |
From: Michael F. <mfe...@ob...> - 2003-05-17 18:29:41
|
sm> Hi All, sm> I have build and installed CPP unit 1.8.0 on Solaris 8 sm> using WS6U2. I haven't been using it on Solaris. Anyone else have an idea? Michael Feathers |
From: Duane M. <dua...@ma...> - 2003-05-17 16:59:49
|
--- At Sat, 17 May 2003 01:23:27 -0500, Eric M. Hopper wrote: >I was looking in the mail archives and things, and I can't see any >evidence that this project is actively maintained. > >Is it? There are several people on the mailing list. There is an active maintainer looking at a 2.0 version. >CppUnit is one of my favorite C++ tools. I've been putting a lot of >time and energy into having my code use it. But, since I don't have the >time and energy to maintain it myself I would prefer to learn something >else if CppUnit isn't being actively maintained. Is there something you feel needs to be fixed? I have been using CppUnit for a couple of years now and havent felt the need to upgrade. Maybe it just works. If you have suggestions, please post them to the list. :-) ...Duane |
From: Eric M. H. <ho...@om...> - 2003-05-17 06:24:44
|
I was looking in the mail archives and things, and I can't see any evidence that this project is actively maintained. Is it? CppUnit is one of my favorite C++ tools. I've been putting a lot of time and energy into having my code use it. But, since I don't have the time and energy to maintain it myself I would prefer to learn something else if CppUnit isn't being actively maintained. Thanks, --=20 The best we can hope for concerning the people at large is that they be properly armed. -- Alexander Hamilton -- Eric Hopper (ho...@om... http://www.omnifarious.org/~hopper)= -- |
From: samir m. <sam...@ya...> - 2003-05-16 15:00:26
|
Hi All, I have build and installed CPP unit 1.8.0 on Solaris 8 using WS6U2. I tried running test program mentioned in cook book. Compilation goes fine. I am getting error when linking to libcppunit file. I have run through the postings in news forum, but did not find any solution for this. Exact error message is attached at the end. Can you please help me with this problem ?? Best Regards, Samir <288 bhavani /dps/deepakg> CC -v -I/usr/CPP-Unit/include -o testCPPUnit -lc -ldl -lnsl -lmp -lcppunit -L/opt/SUNWspro/WS6U2/lib/rw7 -library=rwtools7,iostream testCPPUnit.cpp ### command line files and options (expanded): ### -v -I/usr/CPP-Unit/include -o testCPPUnit -lc -ldl -lnsl -lmp -lcppunit -L/opt/SUNWspro/WS6U2/lib/rw7 testCPPUnit.cpp -library=rwtools7,iostream ### CC: Note: LM_LICENSE_FILE = 1726@narmada:/etc/opt/licenses/licenses_combined ### CC: Note: NLSPATH = /opt/SUNWspro/bin/../WS6U2/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/bin/../WS6U2/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat /opt/SUNWspro/bin/../WS6U2/bin/ccfe -y-o -ytestCPPUnit.o -I/usr/CPP-Unit/include -y-fbe -y/opt/SUNWspro/bin/../WS6U2/bin/fbe -y-xarch=generic -y-verbose -O0 -ptf /tmp/05791%1.%2 -ptx /opt/SUNWspro/bin/../WS6U2/bin/CC -ptk "-v -I/usr/CPP-Unit/include -library=rwtools7,iostream -xs " -D__SunOS_5_8 -D__SUNPRO_CC=0x530 -Dunix -Dsun -Dsparc -D__sparc -D__unix -D__sun -D__BUILTIN_VA_ARG_INCR -D__SVR4 -D__SUNPRO_CC_COMPAT=5 -y-s -I-xbuiltin -I/opt/SUNWspro/WS6U2/include/CCios -instlib=/opt/SUNWspro/WS6U2/lib/libCstd.a -I/opt/SUNWspro/WS6U2/include/CC/Cstd -I/opt/SUNWspro/WS6U2/include/CC -I/opt/SUNWspro/WS6U2/include/CC/rw7 -I/opt/SUNWspro/WS6U2/include/cc -D__SUN_PREFETCH testCPPUnit.cpp -s /tmp/ccfe.05791.0.s rm /tmp/ccfe.05791.0.s /opt/SUNWspro/bin/../WS6U2/bin/CClink -ptk "-v -I/usr/CPP-Unit/include -library=rwtools7,iostream -xs -xildoff " -ptx /opt/SUNWspro/bin/../WS6U2/bin/CC -lc -ldl -lnsl -lmp -lcppunit -L/opt/SUNWspro/WS6U2/lib/rw7 testCPPUnit.o -o testCPPUnit ### CC: Note: LD_LIBRARY_PATH = /usr/CPP-Unit/lib:/usr/lib:/usr/g/lib:/usr/g/mergecom/mc3lib:/usr/SYBASE/lib ### CC: Note: LD_RUN_PATH = (null) ### CC: Note: LD_OPTIONS = (null) /usr/ccs/bin/ld -u __1cH__CimplKcplus_init6F_v_ -R/opt/SUNWspro/lib/rw7:/opt/SUNWspro/lib:/opt/SUNWspro/lib:/usr/ccs/lib:/usr/lib -o testCPPUnit /opt/SUNWspro/WS6U2/lib/crti.o /opt/SUNWspro/WS6U2/lib/CCrti.o /opt/SUNWspro/WS6U2/lib/crt1.o /opt/SUNWspro/WS6U2/lib/values-xa.o -Y P,/opt/SUNWspro/lib/rw7:/opt/SUNWspro/lib:/opt/SUNWspro/WS6U2/lib/rw7:/opt/SUNWspro/WS6U2/lib:/usr/ccs/lib:/usr/lib -lc -ldl -lnsl -lmp -lcppunit -L/opt/SUNWspro/WS6U2/lib/rw7 testCPPUnit.o -lrwtool -liostream -lCstd -lCrun -lm -lw -lcx -lc /opt/SUNWspro/WS6U2/lib/CCrtn.o /opt/SUNWspro/WS6U2/lib/crtn.o >&/tmp/ld.05794.0.err /opt/SUNWspro/bin/../WS6U2/bin/c++filt -stderr </tmp/ld.05794.0.err Undefined first referenced symbol in file void std::deque<CppUnit::Test*,std::allocator<CppUnit::Test*> >::__allocate_at_end() /usr/CPP-Unit/lib/libcppunit.so void __rwstd::__rb_tree<CppUnit::TestFactory*,CppUnit::TestFactory*,__rwstd::__ident<CppUnit::TestFactory*,CppUnit::TestFactory*>,std::less<CppUnit::TestFactory*>,std::allocator<CppUnit::TestFactory*> >::__deallocate_buffers() /usr/CPP-Unit/lib/libcppunit.so __rwstd::__rb_tree<CppUnit::Test*,std::pair<CppUnit::Test*const,CppUnit::TestFailure*>,__rwstd::__select1st<std::pair<CppUnit::Test*const,CppUnit::TestFailure*>,CppUnit::Test*>,std::less<CppUnit::Test*>,std::allocator<std::pair<CppUnit::Test*const,CppUnit::TestFailure*> > >::iterator __rwstd::__rb_tree<CppUnit::Test*,std::pair<CppUnit::Test*const,CppUnit::TestFailure*>,__rwstd::__select1st<std::pair<CppUnit::Test*const,CppUnit::TestFailure*>,CppUnit::Test*>,std::less<CppUnit::Test*>,std::allocator<std::pair<CppUnit::Test*const,CppUnit::TestFailure*> > >::find(CppUnit::Test*const&)const /usr/CPP-Unit/lib/libcppunit.so std::deque<CppUnit::Test*,std::allocator<CppUnit::Test*> >::~deque() /usr/CPP-Unit/lib/libcppunit.so __type_0 std::find<std::deque<CppUnit::TestListener*,std::allocator<CppUnit::TestListener*> >::iterator,CppUnit::TestListener*>(__type_0,__type_0,const __type_1&) /usr/CPP-Unit/lib/libcppunit.so std::deque<CppUnit::TestListener*,std::allocator<CppUnit::TestListener*> >::~deque() /usr/CPP-Unit/lib/libcppunit.so unsigned __rwstd::__rb_tree<CppUnit::TestFactory*,CppUnit::TestFactory*,__rwstd::__ident<CppUnit::TestFactory*,CppUnit::TestFactory*>,std::less<CppUnit::TestFactory*>,std::allocator<CppUnit::TestFactory*> >::count(CppUnit::TestFactory*const&)const /usr/CPP-Unit/lib/libcppunit.so void std::deque<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,std::basic_string<char,std::char_traits<char>,std::allocator<char> > >, __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |
From: Andrey M. <mel...@si...> - 2003-05-16 12:33:07
|
Fortunately, "Namespace" bug was in Visual Studio IDE, not in CppUnit itself. class ExampleTestCase : public CppUnit::TestCase compiles fine, but IDE claims that the namespace doesn't exist, and doesn't want to suggest list of classes when you type "CppUnit::". I think this is a bug in Intellisense subsystem of IDE (Intellisense provides autocompletion for identifiers, shows tooltip with declaration of identifier etc). Andrey -----Original Message----- From: cpp...@li... [mailto:cpp...@li...] On Behalf Of Baptiste Lepilleur Sent: Thursday, May 15, 2003 9:42 AM To: cpp...@li... Subject: Re: [Cppunit-devel] msvc7 support Thanks. I've made the necessary change to the msvc config header. It's now in the CVS. How did you get the 'namespace' bug. I have switched a project to VS 7 recently (rfta of http://cpptool.sf.net) and it compiles correctly, and it contains explicit reference to the CppUnit namespace. By the way (I'm a VS newbie), is there a way to get VS to show you the task error detail other than clicking on the output pane or using the tooltip ? Baptiste. ----- Original Message ----- From: "Andrey Melnikov" <mel...@si...> To: <cpp...@li...> Sent: Wednesday, May 14, 2003 9:29 PM Subject: [Cppunit-devel] msvc7 support > Hello > > I created VC7Outputter class to match format expected by Visual > Studio.NET (see VC7Outputter.h in attached ZIP file). The class > require CompilerOutputter::m_stream to be protected instead of > private, so don't forget to modify CompilerOutputter.h > > Also it seems there are no valid config for VC++ 7. How can I help > with them? > > Compiler detection: #if _MSC_VER >= 1300 (VC6 had _MSC_VER > 1000) > Output format: #define CPPUNIT_COMPILER_LOCATION_FORMAT "%p(%l): error > : " (VC7 had simply "%p(%l): " > > Messages in VC6 format are also parsed and clickable in VC7, but they > don't appear in Tasks window, only in Output window. > > Also all CPPUnit classes are put in global namespace despite > namespases are supported and CPPUNIT_HAVE_NAMESPACES is defined. > > Can somebody try to compile the attached project in Visual Studio .NET > and see if the new class is better than we have now with > CompilerOutputter? > > Andrey > ------------------------------------------------------- Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com _______________________________________________ Cppunit-devel mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppunit-devel |
From: Andrey M. <mel...@si...> - 2003-05-15 08:56:10
|
If anyone has already replied to this message, can he/she send the reply again. I occasionally deleted some messages I received :( -----Original Message----- From: Andrey Melnikov [mailto:mel...@si...] Sent: Wednesday, May 14, 2003 10:29 PM To: 'cpp...@li...' Subject: msvc7 support Hello I created VC7Outputter class to match format expected by Visual Studio.NET (see VC7Outputter.h in attached ZIP file). The class require CompilerOutputter::m_stream to be protected instead of private, so don't forget to modify CompilerOutputter.h Also it seems there are no valid config for VC++ 7. How can I help with them? Compiler detection: #if _MSC_VER >= 1300 (VC6 had _MSC_VER > 1000) Output format: #define CPPUNIT_COMPILER_LOCATION_FORMAT "%p(%l): error : " (VC7 had simply "%p(%l): " Messages in VC6 format are also parsed and clickable in VC7, but they don't appear in Tasks window, only in Output window. Also all CPPUnit classes are put in global namespace despite namespases are supported and CPPUNIT_HAVE_NAMESPACES is defined. Can somebody try to compile the attached project in Visual Studio .NET and see if the new class is better than we have now with CompilerOutputter? Andrey |
From: Baptiste L. <gai...@fr...> - 2003-05-15 06:37:34
|
Thanks. I've made the necessary change to the msvc config header. It's now in the CVS. How did you get the 'namespace' bug. I have switched a project to VS 7 recently (rfta of http://cpptool.sf.net) and it compiles correctly, and it contains explicit reference to the CppUnit namespace. By the way (I'm a VS newbie), is there a way to get VS to show you the task error detail other than clicking on the output pane or using the tooltip ? Baptiste. ----- Original Message ----- From: "Andrey Melnikov" <mel...@si...> To: <cpp...@li...> Sent: Wednesday, May 14, 2003 9:29 PM Subject: [Cppunit-devel] msvc7 support > Hello > > I created VC7Outputter class to match format expected by Visual > Studio.NET (see VC7Outputter.h in attached ZIP file). The class require > CompilerOutputter::m_stream to be protected instead of private, so don't > forget to modify CompilerOutputter.h > > Also it seems there are no valid config for VC++ 7. How can I help with > them? > > Compiler detection: #if _MSC_VER >= 1300 (VC6 had _MSC_VER > 1000) > Output format: #define CPPUNIT_COMPILER_LOCATION_FORMAT "%p(%l): error : > " (VC7 had simply "%p(%l): " > > Messages in VC6 format are also parsed and clickable in VC7, but they > don't appear in Tasks window, only in Output window. > > Also all CPPUnit classes are put in global namespace despite namespases > are supported and CPPUNIT_HAVE_NAMESPACES is defined. > > Can somebody try to compile the attached project in Visual Studio .NET > and see if the new class is better than we have now with > CompilerOutputter? > > Andrey > |
From: Andrey M. <mel...@si...> - 2003-05-14 19:29:32
|
Hello I created VC7Outputter class to match format expected by Visual Studio.NET (see VC7Outputter.h in attached ZIP file). The class require CompilerOutputter::m_stream to be protected instead of private, so don't forget to modify CompilerOutputter.h Also it seems there are no valid config for VC++ 7. How can I help with them? Compiler detection: #if _MSC_VER >= 1300 (VC6 had _MSC_VER > 1000) Output format: #define CPPUNIT_COMPILER_LOCATION_FORMAT "%p(%l): error : " (VC7 had simply "%p(%l): " Messages in VC6 format are also parsed and clickable in VC7, but they don't appear in Tasks window, only in Output window. Also all CPPUnit classes are put in global namespace despite namespases are supported and CPPUNIT_HAVE_NAMESPACES is defined. Can somebody try to compile the attached project in Visual Studio .NET and see if the new class is better than we have now with CompilerOutputter? Andrey |
From: <ma...@89...> - 2003-05-07 00:34:47
|
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-vertical-align-alt: auto"> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2> <o:p></O:P></FONT></SPAN> <P></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-vertical-align-alt: auto"><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: gray; FONT-FAMILY: 굴림"> </SPAN><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="FONT-SIZE: 16pt; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">(광고)차안의 담배냄새, 퀴퀴한 냄새...???@<o:p></O:P></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="FONT-SIZE: 16pt; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt"></SPAN></B> </P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 16pt; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt"><SPAN style="FONT-SIZE: 9pt; COLOR: red; FONT-FAMILY: 굴림; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: KO; mso-bidi-language: AR-SA"><STRONG>안녕하세요 <SPAN lang=EN-US>cpp...@li... 님!!!</SPAN></STRONG></SPAN><o:p></O:P></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-SIZE: 16pt; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">방향제 때문에 머리가 아프시죠<SPAN lang=EN-US>...!<SPAN style="mso-spacerun: yes"> </SPAN>이렇게 하시면 됩니다.</SPAN></SPAN></B><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-SIZE: 14pt; COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">모든 냄새 악취제거 전문<SPAN lang=EN-US>......</SPAN></SPAN></B><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">천연원료 제품으로 인체 전연 무해하고 자연 친화적인 제품으로 두통을 유발하지 않습니다<SPAN lang=EN-US>.....</SPAN></SPAN></B><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>담배냄새<SPAN lang=EN-US>, 음식냄새, 곰팡이냄새, 곰팡이세균, 무좀균, 발냄새, 인체냄세, 된장국냄새, 청국장냄새, 인테리어 내장재 냄새,<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>하수구냄새<SPAN lang=EN-US>, 각종 퀴퀴한 냄새, 승용차안의 냄새, 가축냄새, 가축 분뇨냄새, 화장실냄새, 쓰레기냄새, 쓰레기장 악취,<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>정화조 냄새<SPAN lang=EN-US>, 병원 입원실냄새, 지하실 퀴퀴한 냄새,<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>이 모든 냄새와 악취를 근원적으로 분해 제거하며 각종 세균을 살균처리합니다<SPAN lang=EN-US>....<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="FONT-SIZE: 18pt; COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">www.89894.com<SPAN style="mso-spacerun: yes"> 와사비 원료 제품으로... </SPAN></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>냄새원을 제거한뒤 자연향을 은은하게 풍기어 줍니다<SPAN lang=EN-US>.....<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>%%%<SPAN style="mso-spacerun: yes"> </SPAN></FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-SIZE: 16pt; COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">추사</SPAN></B><FONT size=2><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>%%%</SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=2><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'">제품을 구입하신분에 한해서 <SPAN lang=EN-US> cafe.daum.net/106030 무한동력 카페에 카테고리 회원 등록란을 클릭하고 글을남겨놓으시면 무한동력 개발 완료후</SPAN></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=2><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><SPAN lang=EN-US>참여의 기회가 주어집니다...</SPAN></SPAN></B><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><SPAN style="mso-spacerun: yes"> </SPAN>^^**^^<SPAN style="mso-spacerun: yes"> </SPAN>^^**^^<SPAN style="mso-spacerun: yes"> </SPAN>^^**^^<o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>쇼핑몰<SPAN lang=EN-US><SPAN style="mso-spacerun: yes"> </SPAN>: www.89894.com<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>전<SPAN lang=EN-US><SPAN style="mso-spacerun: yes"> </SPAN>화<SPAN style="mso-spacerun: yes"> </SPAN>: 031-394-0045<SPAN style="mso-spacerun: yes"> </SPAN>hp : 011-281-1434<SPAN style="mso-spacerun: yes"> </SPAN>신<SPAN style="mso-spacerun: yes"> </SPAN>용<SPAN style="mso-spacerun: yes"> </SPAN>철<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>무한 동력<SPAN lang=EN-US> : cafe.daum.net/106030<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>주 소 : 경기도 군초시 당동 853-2 101</FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>감사 합니다<SPAN lang=EN-US>.....<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2></FONT></SPAN></B> </P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><FONT color=#808080>"denied"</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><FONT color=#808080><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: gray; FONT-FAMILY: 굴림"> $EmilFrom, cpp...@li..., http://cppunit.sourceforge.net, cpp...@li...</SPAN><o:p></O:P></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=2><o:p></O:P></FONT></SPAN></P> <P> </P> <br><table width="100%"><td bgcolor="#FFFFFF"><hr> <font color="#808080" face="굴림"><span style="FONT-SIZE:9pt">귀하의 이메일주소는 인터넷<a href="http://cppunit.sourceforge.net">서핑중</a>알게되었으며, 메일주소이외의 어떠한 정보도 가지고 있지 않습니다. 메일수신을 원하지 않을경우 <a href="mailto:ma...@89...?subject=REMOVE&body=본인의 이메일주소 cpp...@li...를 리스트에서 삭제해 주세요...">[수신거부]</a>를 눌러주십시요.. 감사 합니다. </span></font><font face="Arial" size="2"><font color="#808000">If you feel that this information is not what you want, please click <a href="mailto:ma...@89...?subject=REMOVE&body=Pls remove my email cpp...@li... from your list..">[HERE]</a> requesting to be removed. Thank you, and we apologize for any inconvenience.</font><hr></td></table><br></BODY> </HTML> |
From: Website P. <Web...@ya...> - 2003-05-01 10:17:38
|
<p align="center"> <img border="0" src="http://64.191.48.228/SE_Logo.jpg" width="434" height="521"></p> <p align="center"><a href="http://www.gettoprankings.com">This way for free website analysis!</a></p> <p align="center"> </p> <p align="center"><a href="mailto:cus...@cs...">I do not wish to receive further promotions</a></p> imlyqpgyloylyqdcvrodw |
From: <sb...@or...> - 2003-04-27 21:49:29
|
$B!c;v6H<T!dA4?.6(!&!!!!!!(B $B$40U8+$O(B 03-5458-8163$B>5$j@lMQ(B $BFMA3$NG[?.$4MF<O4j$$$^$9!&:#8eITMW$NJ}$O!"BgJQ?=$7Lu$"$j$^$;$,(B http://orient-sky.com/deny.htm$B$K$F$*4j$$(B $B?=$7>e$2$^$9(B $B(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(B $B!!!!!!$"$N;~!"!"#12/1_0J>e$"$C$?$i(B $B!!!!!!!!!!!!!!(B $B!!!!!!!!!!!!!!!!!!$"$N;~!"J]>Z>Z7t$GJ]>Z$N8*Be$o$j$7$F$$$?$i(B $B!!!!!!!!!!!!!!(B $B!!!!!!!!:#$O!":G9b$G!"$h$j0J>e$KK-$+$J?M@8$J$N$K(B $B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!#32/1_$X$N0lJb(B $B!!!!!!!!!y"f"f"f"f"f!z"f"f"f"f"f!y"f"f"f"f"f!z"f"f"f"f"f!y(B $B!zJ]>Z;v6H$KIT67$J$7!&J]>Z$KG:$s$G$$$k?M$O!"B?$$$+$i!#(B3$B@iK|$0$i(B $B!!$$M_$7$$?M$OBgB??t$@$+$i!"<+J,$GJ]>Z8\Ld$K$J$j!"(B2$B2/!"(B3$B2/!"(B5$B2/(B9$B@i(B $BK|1_3MF@<T$KDI$$$D$-$^$7$g$&!#(B $B!!7hCG$H<B9T$O>Z5r$+$i!&>Z5r$OJ*E*>Z5r!&13$D$-$^$;$s!&qY$5$l$?$/$J$$(B $B?M$O>Z5r$r!*(B $B!!!!!!!z"f"f"f"f"f!y"f"f"f"f"f!z"f"f"f"f"f!y"f"f"f"f!z(B $B!!!!!!!!!!!!!!(B $B!!!!!!!!!!!!!!!!!!:#$+$i$G$bCY$/$"$j$^$;$s!*!*(B $B:#$,@d9%$N%A%c%s%9!*IT67$@$+$iDI$$Iw$N!VJ]>Z:_Bp8\Ld!aE9J^IT(B $BMW$N%3%s%S%KE9$N%*!<%J!<$HF1$8!W$K!*>Z5r3NG'>)Ne!">Z5rL5$7$O;v(B $B<BL5$7$H8+$F0B?4$N0U8+B?$$!#(B $B!!!|$3$A$i$+$i(B $B!!(B http://orient-sky.com/ $BL5NA(B $B$N;qNA$4@A5a$G$-$^$9!#(B $B!!(B $B!!(BHP$B$N%H%C%W%Z!<%8$@$18+$F;qNA@A5a$9$kJ}$,B?$$$G$9!#M}M3$O;qNA(B $B!!$NJ}$,2r$j0W$$!&$H$N$3$H$G$9!#(B $B!!!!!!!y"f"f"f"f"f!z"f"f"f"f"f!y"f"f"f"f"f!z"f"f"f"f"f!y(B $B$3$l$+$i$N0B?4$H$f$H$j$N6b3[$rL\;X$7$F!"$"$J$?$b8\Ld$K$J$j$^$;$s(B $B$+!)(B $BBh0lJb$H$7$F;qNA@A5a$r$7$F$/$@$5$$!#!!!!!!L5NA$G;qNA$rM9Aw$7$^$9!#(B $B;qNA$G$$$m$$$m$J;v<B$H>Z5r$r3NG'$7$F2<$5$$!#(B (I"$B>^6b#1#2#0K|1_%W%i%9(B=$B#7#4#4K|1_(I#$B$N8"Mx$r!*?M?t@hCe=g@)8B$K$D$-!"(B $B;j5^;qNA$r@A5a$7$F$/$@$5$$!*(B $B!!!!!!!!(B $B!!!!!!!!!|(B $B2?;v$b>Z5r$,0lHV$K;v<B$N>ZL@(B $B!!!|(B $B$=$NCf$G$bJ*E*>Z5r$,4V0c$$$J$$$N$O<~CN$NDL$j$G$9!#(B $BJ]>Zkz7t$GJ]>Z$NHa7`$rKI$0;v6H$G$9!#(B $B<R2q9W8%$r$7$J$,$i9bN(<}F~$rF@$i$l$^$9!#(B $B$^$?J]>Z$N@UG$$O$9$Y$?<uBw6(2q$,;}$A!"8\Ld$K$O0l@Z@UG$$O$"$j$^(B $B$;$s!#(B $BJ]>Z$N%j%9%/$O0l@Z$"$j$^$;$s!"$40B?4$r!#(B $B8\Ld8xG'HV9f$r;H$&$N$G$"$J$?$NL>A0$OC/$K$bCN$i$l$:$K=PMh$^$9!#(B $B!|$3$A$i$+$i(B $B!!(Bhttp://orient-sky.com/ $B!!L5NA$N(B $B;qNA$4@A5a$G$-$^$9!#(B $B!}8D?M!":_Bp!"7s6H$G!"#22/1_!"#32/1_!"#52/#9@iK|1_$N<}F~<TB3=P>Z(B $B!!5rM-$j$^$9!&8+$;$^$9!&2?;v$bqY$5$l$?$/$J$$0Y$K@'Hs!">Z5r$N3NG'(B $B!!!z(B--$B!z(B--$B!~(B--$B!z!!%M%C%H%P%V%k$NJx2u$N8=67!!!z(B--$B!~(B--$B!z(B--$B!~(B $B!|%M%C%H%S%8%M%9$G!V8D?M$NG/<}#5@iK|1_0J2<$NJ}!9!W$O!V6%AhAj<jF1(B $B!!6H<T2a>j6H<o!W$,860x$H8@$o$l$F$$$^$9!#(B $B(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(B $B!!!!!z(B--$B!~(B--$B!zJ]>Z>Z7tH/9TJ]>Z0z$-<u$1;v6H$O!z(B--$B!~(B--$B!z(B $B!!!!!!!!!z(B--$B!~!!F|K\$G;O$a$FEv6(2q$G3+H/$7#3#7G/!!!z(B--$B!~(B $B!!!!!z(!(!(!!&!&!&(!(!(!(!!&!&!&!&(!(!(!!&!&!&(!(!(!!&!&!&(!!=!=!z(B $BJ]>Z>Z7t$GJ]>Z$NHa7`$r8*Be$o$j$9$k#1#5<o>Z7t!a>Z7tJ]>Z%5!<%S%9(B $B!W$r><OB#4#1G/$+$iH/9T$7$FA49qE*$KJ]>Z$7$F$$$k$N$OF|K\$GM#0l!"Ev(B $BJ]>Z<uBw6(2q$@$1$G$9!#(B $B(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(B $B!!!!!z(B--$B!~!!#22/1_!"#32/1_!"#52/1_$N8D?M<}F~<TH/@8(B $B!z(B--$B!~(B $B!!!!!!!!!!!!!!!z(B--$B!~!!$NM}M3$O%P%V%kJx2u(B $B!z(B--$B!~(B $B!z(!(!(!!&!&!&(!(!(!(!!&!&!&!&(!(!(!!&!&!&(!(!(!!&!&!&(!!=!=!z(B $B!}!H5.J}MM$bDI$$$D$-DI$$H4$/J]>Z>Z7t;v6H!I$O!">&9f!aJ]>Z:_Bp;v(B $B!!6H8\!!Ld!&J]>Z6(2qD9!JE9J^!";vL3=jITMW$N%3%s%S%KE9$N%*!<%J!<$H(B $B!!F1MM!K$O!"!!M=Dj!"4uK>!"L4Ey$r%*!<%P!<$7$?<}F~>Z5r$NM}M3$OC1=c(B $B!!$G$9!#(B $B!!%M%C%H%P%V%k!J<{MW$h$j6!5k<T$,5^A}$7$?!K$H@5H?BP$K!"IT67$N@z$j$G!!(B $B!!;q6b!J@83h!";v6H!"8=>u0];}!"IT7J5$BP:v!K$,M_$7$$?M$,!"%P%V%kJx(B $B!!2u#1#2G/0J>e7QB3$7$FA}2C$7$F$$$k$+$i$G$9!#(B $B!|$3$A$i$+$i(B $B!!(Bhttp://orient-sky.com/ $B!!L5NA$N(B $B;qNA$4@A5a$G$-$^$9!#(B |
From: <ma...@89...> - 2003-04-25 16:41:54
|
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-vertical-align-alt: auto"> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2> <o:p></O:P></FONT></SPAN> <P></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; mso-vertical-align-alt: auto"><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: gray; FONT-FAMILY: 굴림"> </SPAN><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="FONT-SIZE: 16pt; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">(광고)차안의 담배냄새, 퀴퀴한 냄새...???@<o:p></O:P></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="FONT-SIZE: 16pt; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt"></SPAN></B> </P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-SIZE: 16pt; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt"><SPAN style="FONT-SIZE: 9pt; COLOR: red; FONT-FAMILY: 굴림; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: KO; mso-bidi-language: AR-SA"><STRONG>안녕하세요 <SPAN lang=EN-US>cpp...@li... 님!!!</SPAN></STRONG></SPAN><o:p></O:P></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-SIZE: 16pt; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">방향제 때문에 머리가 아프시죠<SPAN lang=EN-US>...!<SPAN style="mso-spacerun: yes"> </SPAN>이렇게 하시면 됩니다.</SPAN></SPAN></B><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-SIZE: 14pt; COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">모든 냄새 악취제거 전문<SPAN lang=EN-US>......</SPAN></SPAN></B><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-SIZE: 12pt; COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">천연원료 제품으로 인체 전연 무해하고 자연 친화적인 제품으로 두통을 유발하지 않습니다<SPAN lang=EN-US>.....</SPAN></SPAN></B><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>담배냄새<SPAN lang=EN-US>, 음식냄새, 곰팡이냄새, 곰팡이세균, 무좀균, 발냄새, 인체냄세, 된장국냄새, 청국장냄새, 인테리어 내장재 냄새,<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>하수구냄새<SPAN lang=EN-US>, 각종 퀴퀴한 냄새, 승용차안의 냄새, 가축냄새, 가축 분뇨냄새, 화장실냄새, 쓰레기냄새, 쓰레기장 악취,<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>정화조 냄새<SPAN lang=EN-US>, 병원 입원실냄새, 지하실 퀴퀴한 냄새,<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>이 모든 냄새와 악취를 근원적으로 분해 제거하며 각종 세균을 살균처리합니다<SPAN lang=EN-US>....<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="FONT-SIZE: 18pt; COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">www.89894.com<SPAN style="mso-spacerun: yes"> 와사비 원료 제품으로... </SPAN></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>냄새원을 제거한뒤 자연향을 은은하게 풍기어 줍니다<SPAN lang=EN-US>.....<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>%%%<SPAN style="mso-spacerun: yes"> </SPAN></FONT></SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-SIZE: 16pt; COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'; mso-bidi-font-size: 10.0pt">추사</SPAN></B><FONT size=2><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: red; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><SPAN style="mso-spacerun: yes"> </SPAN>%%%</SPAN></B><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=2><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'">제품을 구입하신분에 한해서 <SPAN lang=EN-US> cafe.daum.net/106030 무한동력 카페에 카테고리 회원 등록란을 클릭하고 글을남겨놓으시면 무한동력 개발 완료후</SPAN></SPAN></B></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT size=2><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><SPAN lang=EN-US>참여의 기회가 주어집니다...</SPAN></SPAN></B><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><o:p></O:P></SPAN></FONT></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><SPAN style="mso-spacerun: yes"> </SPAN>^^**^^<SPAN style="mso-spacerun: yes"> </SPAN>^^**^^<SPAN style="mso-spacerun: yes"> </SPAN>^^**^^<o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>쇼핑몰<SPAN lang=EN-US><SPAN style="mso-spacerun: yes"> </SPAN>: www.89894.com<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>전<SPAN lang=EN-US><SPAN style="mso-spacerun: yes"> </SPAN>화<SPAN style="mso-spacerun: yes"> </SPAN>: 031-394-0045<SPAN style="mso-spacerun: yes"> </SPAN>hp : 011-281-1434<SPAN style="mso-spacerun: yes"> </SPAN>신<SPAN style="mso-spacerun: yes"> </SPAN>용<SPAN style="mso-spacerun: yes"> </SPAN>철<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>무한 동력<SPAN lang=EN-US> : cafe.daum.net/106030<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>주 소 : 경기도 군초시 당동 853-2 101</FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="COLOR: blue; FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2>감사 합니다<SPAN lang=EN-US>.....<o:p></O:P></SPAN></FONT></SPAN></B></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><B style="mso-bidi-font-weight: normal"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2></FONT></SPAN></B> </P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><FONT color=#808080>"denied"</FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><FONT color=#808080><SPAN lang=EN-US style="FONT-SIZE: 9pt; COLOR: gray; FONT-FAMILY: 굴림"> $EmilFrom, cpp...@li..., http://cppunit.sourceforge.net, cpp...@li...</SPAN><o:p></O:P></FONT></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US style="FONT-FAMILY: 굴림; mso-hansi-font-family: 'Times New Roman'"><FONT size=2><o:p></O:P></FONT></SPAN></P> <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-US><FONT size=2><o:p></O:P></FONT></SPAN></P> <P> </P> <br><table width="100%"><td bgcolor="#FFFFFF"><hr> <font color="#808080" face="굴림"><span style="FONT-SIZE:9pt">귀하의 이메일주소는 인터넷<a href="http://cppunit.sourceforge.net">서핑중</a>알게되었으며, 메일주소이외의 어떠한 정보도 가지고 있지 않습니다. 메일수신을 원하지 않을경우 <a href="mailto:ma...@89...?subject=REMOVE&body=본인의 이메일주소 cpp...@li...를 리스트에서 삭제해 주세요...">[수신거부]</a>를 눌러주십시요.. 감사 합니다. </span></font><font face="Arial" size="2"><font color="#808000">If you feel that this information is not what you want, please click <a href="mailto:ma...@89...?subject=REMOVE&body=Pls remove my email cpp...@li... from your list..">[HERE]</a> requesting to be removed. Thank you, and we apologize for any inconvenience.</font><hr></td></table><br></BODY> </HTML> |
From: Nissim, A. <An...@nd...> - 2003-04-24 14:35:51
|
Hello, I've tried to compile the cpp unit on hp-11 and I couldn't succeed. Is there a way to do it? There seems to be a problem with the std namespace. I'd be glad to receive an answer. Avital Nissim Software Infrastructure and Tools NDS Technologies Israel E-Mail: an...@nd... __________________________________________________________ Information contained in this email message is intended only for use of the individual or entity named above. If the reader of this message is not the intended recipient, or the employee or agent responsible to deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the pos...@nd... and destroy the original message. |
From: Martin L. <mle...@fr...> - 2003-04-18 11:08:01
|
Hi all, I'm new to this list. I just want to let you know that I've developed, as an Eclipse plugin, an integration of CppUnit in the eclipse workbench. The plugin relies on the Eclipse-CDT project (a C/C++ IDE based on Eclipse, targeting the C/C++ developers). Eclipse and the CDT are available at www.eclipse.org and the integration plugin will soon be available there. Martin |
From: Hodge, M. <Mat...@ma...> - 2003-04-17 14:23:57
|
Hi, I am upgrading the version of CppUnit that we are using from 1.5 to 1.8. In addition to a relocation of the include files, I am running into linker errors. Most of them have to do with the deque typedef. Below is one of the linker errors. ild: (undefined symbol) std::deque<CppUnit::TestFailure*,std::allocator<CppUnit::TestFailure*> >::iterator std::deque<CppUnit::TestFailure*,std::allocator<CppUnit::TestFailure*> >::erase(std::deque<CppUnit::TestFailure*,std::allocator<CppUnit::TestFailur e*> >::iterator,std::deque<CppUnit::TestFailure*,std::allocator<CppUnit::TestFai lure*> >::iterator) -- referenced in /users/hodgem/cppUnit/build/lib/libcppunit.so I am running Forte 6u2 compiler on Solaris 8. Has this been seen before? Thanks, Matt |
From: Matt G. <MGo...@sd...> - 2003-04-15 21:14:42
|
cppunit is awesome!!!!!!!!!!!!!!!!!!!!!!! enough said. thanks a ton for = this tool. i wasn't doing any unit testing on my c++ code (just using = junit on my java code). it was really easy to integrate it. thanks again, matt |
From: <bei...@so...> - 2003-04-08 23:13:36
|
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <title>Cost</title> </head> <body> <p class="MsoNormal" align="center" style="margin-left:12.0pt;text-align:center; text-indent:-12.0pt;mso-char-indent-count:-1.0;mso-char-indent-size:12.0pt; line-height:12.0pt;mso-line-height-rule:exactly;mso-pagination:widow-orphan"><i><span lang="EN-US" style="font-size:12.0pt;mso-bidi-font-size:13.5pt;font-family:Arial; color:#006600">Cost-Effective Solutions for Global</span><span lang="EN-US" style="font-size:12.0pt;mso-bidi-font-size:10.0pt;font-family:Arial; color:#006600"> Translations!</span><span lang="EN-US" style="font-size: 14.0pt;mso-bidi-font-size:10.0pt;font-family:Arial;color:white"><br> </span></i><b><span lang="EN-US" style="mso-bidi-font-size:13.5pt;color:#CC3300">Huayi Translation Co., Ltd</span></b></p> <p class="MsoNormal" align="left" style="text-align:left;line-height:12.0pt; mso-line-height-rule:exactly;mso-pagination:widow-orphan"><span lang="EN-US">Dear International Manager:</span><span lang="EN-US" style="font-family:宋体;mso-font-kerning: 0pt"><o:p> </o:p> </span></p> <p class="MsoNormal" style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US">The Huayi Translation Co., Ltd. is based in Beijing, China, providing high translation services in most of the world’s commercially significant languages. In addition to considerable in Chinese and English translations, we offer additional services in the following languages-pairs:</span><span lang="EN-US"> <o:p> </o:p> </span></p> <p class="MsoBodyText3" style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US">English-Chinese, Chinese-English, French-Chinese, Chinese-French, German-Chinese, Chinese-German, Japanese-Chinese, Chinese-Japanese, Russian-Chinese, Chinese-Russian, Korean-Chinese, and Chinese-Korean. <o:p> </o:p> </span></p> <p class="MsoNormal" style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US">We have proven proficiency in large-scale projects and excellent continuing relationships with recognized multinational corporations such as P&G, the Delaware Corporation, Multiling Corporation and many of China’s governmental organizations and publishing houses. Our service offering extends from technical and marking materials to over 30 published works of literature. We have in-depth experience in the areas of : <o:p> </o:p> </span></p> <table border="1" cellspacing="0" cellpadding="0" style="border-collapse:collapse; border:none;mso-border-alt:solid windowtext .5pt;mso-padding-alt:0cm 5.4pt 0cm 5.4pt"> <tr> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Medicine and Medical Instrumentation<o:p> </o:p> </span></p> </td> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Mechanics and Materials Engineering<o:p> </o:p> </span></p> </td> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Architecture<o:p> </o:p> </span></p> </td> </tr> <tr> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Software & IT<o:p> </o:p> </span></p> </td> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Automotive and Railway<o:p> </o:p> </span></p> </td> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Cultural and Social Sciences<o:p> </o:p> </span></p> </td> </tr> <tr> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Chemistry and Chemical Engineering<o:p> </o:p> </span></p> </td> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Finance and Economics</span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt"><o:p> </o:p> </span></p> </td> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Geology and Environment Protection<o:p> </o:p> </span></p> </td> </tr> <tr> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Biology<o:p> </o:p> </span></p> </td> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Corporate Management<o:p> </o:p> </span></p> </td> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Commerce<o:p> </o:p> </span></p> </td> </tr> <tr> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Law and Legal Documentation<o:p> </o:p> </span></p> </td> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt; font-family:"Times New Roman""> </span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt;font-family:Arial">Insurance</span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt;font-family: Arial"><o:p> </o:p> </span></p> </td> <td width="229" valign="top" style="width:171.75pt;border:none;padding:0cm 5.4pt 0cm 5.4pt"> <p align="center" style="text-align:center;line-height:12.0pt;mso-line-height-rule: exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt; font-family:Arial">Education<o:p> </o:p> </span></p> </td> </tr> </table> <p style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt;font-family:"Times New Roman"">With a staff of eight full-time employees and 1,500 staff translators, we are fully able to deal with the most challenging of projects, regardless of size or complexity. A majority of our managers and full-time employees have doctoral or master’s degrees in science, law or other specialties and have considerable knowledge of our client's areas of business activity. </span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt"><o:p> </o:p> </span></p> <p style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt;font-family:"Times New Roman"; mso-font-kerning:1.0pt">We translate both in the traditional way, by human professionals, and by computer-aided translation software. We use industry-standard software such as Star Transit and TermStar. The combination of translation professionals and advanced software technology produces higher quality and elevated productivity.</span><span lang="EN-US" style="font-size: 10.5pt;mso-bidi-font-size:10.0pt;font-family:"Times New Roman""> </span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt"><o:p> </o:p> </span></p> <p style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt;font-family:"Times New Roman"">We would greatly appreciate any opportunity to find cost-effective and professional solutions to your company’s translations needs. Our management and staff look forward to hearing from you soon!</span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt"><o:p> </o:p> </span></p> <p style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt;font-family:"Times New Roman"">Dr. Zhen Wei</span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size: 10.0pt"><o:p> </o:p> </span></p> <p style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt;font-family:"Times New Roman"">General Manager<br> Beijing Huayi Translation Co.,Ltd.<br> <br> Tel: 008610-62144551 62144542 Fax: 0086-10-62149508<br> </span><span lang="IT" style="font-size:10.5pt;mso-bidi-font-size:10.0pt; font-family:"Times New Roman";mso-font-kerning:1.0pt;mso-ansi-language:IT">E-mail: <a href="mailto:bj...@16...">bei...@so...</a></span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt"><o:p> </o:p> </span></p> <p style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:13.5pt">Rates: </span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt"> <o:p> </o:p> </span></p> <p style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt">English-Chinese: US$0.045-0.05/English word<br> Chinese-English: US$0.065-0.08/English word<br> French-Chinese:<span style="mso-spacerun: yes"> </span>US$0.055-0.06/French word<br> Chinese-French:<span style="mso-spacerun: yes"> </span>US$0.065-0.08/French word<br> German-Chinese: US$0.055-0.06 per French word<br> Chinese-German: US$0.065-0.08 per French word<br> Japanese-Chinese: US$0.035-0.05 /Japanese Character<br> Chinese-Japanese: US$0.04-0.06 /Japanese Character<br> Japanese-Chinese: US$0.035-0.05/Japanese Character<br> Chinese-Japanese:<span style="mso-spacerun: yes"> </span>US$0.04-0.06/Japanese Character<br> Russian-Chinese: US$0.03-0.035/Chinese Character<br> Chinese-Russian: US$0.04-0.045 /Chinese Character<br> Korean-Chinese:<span style="mso-spacerun: yes"> </span>US$0.03-0.035/Chinese Character<br> <span style="mso-font-kerning:1.0pt">Chinese-Korean:<span style="mso-spacerun: yes"> </span>US$0.040-0.045/ Chinese Character.</span><o:p> </o:p> </span></p> <p style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt;font-family:"Times New Roman"; mso-font-kerning:1.0pt">Please accept my apologies if this message is an intrusion. You can e-mail me at: </span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt;font-family:Arial;mso-font-kerning: 1.0pt"><a href="mailto:to:tra...@so..."><span style="font-family: "Times New Roman"">tra...@so...</span></a></span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt;font-family:"Times New Roman"; mso-font-kerning:1.0pt"> and I will remove your address from our lists.</span><span lang="EN-US" style="font-size:10.5pt;mso-bidi-font-size:10.0pt"><o:p> </o:p> </span></p> <p class="MsoNormal" style="line-height:12.0pt;mso-line-height-rule:exactly"><span lang="EN-US"> <o:p> </o:p> </span></p> </body> </html> |
From: Philippe F. <ph...@fr...> - 2003-04-07 07:17:48
|
Hi, It would be good if the upcoming version of CppUnit could be compiled with -pedantic -Wall -W -ansi. Right now, these flags generates some warning each time I recompile the tests for my project and this is annoying. The warnings are quite easy to fix, it is just about unused arguments in the class Test. regards, Philippe |
From: Gary A. <gar...@wi...> - 2003-04-06 15:18:02
|
Hi, I've modified the MFC test runner to with Visual Studio .NET via its automation interface. How can I submit my changes, if anyone's = interested? Thanks Gary =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Gary Ash=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Phone#: = (586) 731-1744 12946 Beresford=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Fax # : (586) 731-7016 Sterling Heights MI 48313=A0 E-mail: gar...@wi... =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =A0=20 =20 |
From: Baptiste L. <gai...@fr...> - 2003-04-06 09:55:35
|
JUnit behave the same way. This ensure test case isolation. CppUnit 2.x will support this way of implementing test suite (even though it is ill advised, it is useful for performance when implementing some functionnal tests). Here is one way to get this to work in CppUnit 1.9.10 (rough sketch): After CPPUNIT_TEST_SUITExxx: - create the fixture that will be shared between the tests. Use a smart-pointer to manage its life time. - subclass TestCaller and pass the smart-pointer to the subclass. Use by reference constructor of TestCaller. - introduce new helper macros that replace the CPPUNIT_TESTxxx macros. This new macros should use the subclassed TestCaller. As you see it's not trivial. Baptiste. PS: notes that TestSuiteBuilder does not exist anymore. ----- Original Message ----- From: "Mark Winrock" <mwi...@ie...> To: <cpp...@li...> Sent: Friday, April 04, 2003 11:39 PM Subject: [Cppunit-devel] Question on TestSuite::addTest() and Test Fixture instantiation > Hi, > > A work colleague noticed that her test classes were getting instantiated > once per test method when using the helper macros > (as in the heirarchy demo). We are using CppUnit 1.8.0. I had assured her > that this was probably a bug, and I would look into > what might be causing it. I was under the impression, with the "xUnit" > frameworks, that the "fixturing" gets instantiated once per suite of test > methods on that fixture. But, after looking into the 1.8.0 helper macros, > TestSuiteBuilder and TestCaller, I find this is done by design. > > Our goal is to have the ability to have a persistent resource, or to have a > single task performed, that can be used across the set of test methods on > the fixture. This may seem contrary to setUp()/tearDown(), but often there > is a dependent piece of work that would push the test times out > extraordinarily long, or take up too much resources, if done more than once > per fixture. It had been our intention to do this in the constructor of the > fixture. > > I have investigated using derivations of TestSuiteBuilder, > TestFixtureFactory, and TestCaller, but I am hopefull there is a simpler way > and I'm just too dense to recognize it just now. Do you have any suggestions > on how we might readily accommodate that goal in CppUnit? > > Thanks! > > Mark Winrock > mwi...@ie... > Software Test Engineer |
From: Thomas K. <tho...@gm...> - 2003-04-05 08:42:52
|
Hello Developer, I have a lot of problems with the cppunit cookbook. This is not very helpful for a beginner, because there are only small pieces of code so that you could not verify the first simple tests. After a couple of minutes I could successfully compile and link the tests, but no output after starting the test. This is too frustrating :(. bye Thomas |
From: Mark W. <mwi...@ie...> - 2003-04-04 21:31:41
|
Hi, A work colleague noticed that her test classes were getting instantiated once per test method when using the helper macros (as in the heirarchy demo). We are using CppUnit 1.8.0. I had assured her that this was probably a bug, and I would look into what might be causing it. I was under the impression, with the "xUnit" frameworks, that the "fixturing" gets instantiated once per suite of test methods on that fixture. But, after looking into the 1.8.0 helper macros, TestSuiteBuilder and TestCaller, I find this is done by design. Our goal is to have the ability to have a persistent resource, or to have a single task performed, that can be used across the set of test methods on the fixture. This may seem contrary to setUp()/tearDown(), but often there is a dependent piece of work that would push the test times out extraordinarily long, or take up too much resources, if done more than once per fixture. It had been our intention to do this in the constructor of the fixture. I have investigated using derivations of TestSuiteBuilder, TestFixtureFactory, and TestCaller, but I am hopefull there is a simpler way and I'm just too dense to recognize it just now. Do you have any suggestions on how we might readily accommodate that goal in CppUnit? Thanks! Mark Winrock mwi...@ie... Software Test Engineer |
From: King D. <dal...@th...> - 2003-03-17 14:38:57
|
> Message: 1 > Date: Fri, 14 Mar 2003 09:28:50 -0800 (PST) > From: Dk Pat <pat...@ya...> > To: cpp...@li... > Subject: [Cppunit-devel] Help regarding Unit Test > > Hi, > I have developed some mathematical functions which > is both compatible to C/ C++ and are running under > Linux machine. I have not written the assertion macros > in the .C files. > > Now my question is : > > 1. Is is possible to pass the source file (.c/ > .cpp) as a parameter to any standard function/ command > of CppUnit s/w for the testing without adding the > macros and classes to the .c/ .cpp file ? Not sure if I completely understand your question, but what I have done when testing a C file is to create a wrapper file for the file being tested. That wrapper includes the file to be tested and contain any definitions include you need to use it in your testing environment. If the file is compilable in C++ I will use a C++ wrapper file and put the file to be tested in its own namespace. ---------------------------------------------------------------------------- ---- As of February 12th, 2003 Thomson unified its email addresses on a worldwide basis. Please note my new email address: dal...@th... http://www.thomson.net/ |