-
Oops, forgot to add that I am using 0.8.1 !
K.Shyam.
2007-09-12 22:44:40 UTC in VMime
-
Hi;
I have an e-mail which has this in its header:
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Now, I need to extract the charset.
If I use
mailHdr->findField(vmime::fields::CONTENT_TYPE).dynamicCast <vmime::contentTypeField>()->getCharset();
it works fine.
However, if I use
mailHdr->ContentType()->getValue().dynamicCast...
2007-09-12 22:38:40 UTC in VMime
-
Hi Vincent;
Yes, the crash was because of the compiler bug. I tried the change you suggested and the crash did not happen. What is indeed surprising is that if i compile it using gcc and g++ it works smoothly !
Strange bug !!
Thanks
K.Shyam.
2007-03-10 21:50:45 UTC in VMime
-
Find the build log of 0.8.0. The example 7 does not crash with version 0.8.0
HTH
K.Shyam
<html>
<head>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body>
<pre>
<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>
Build Log...
2007-03-09 03:43:30 UTC in VMime
-
Find attached the build log when i build it using visual studio 2003. There is an error message that says "recursive on all control paths, function will cause runtime stack overflow". That is the crash that is happening with example 7.
K.Shyam
<html>
<head>
<META HTTP-EQUIV="Content-Type" content="text/html; charset=Windows-1252">...
2007-03-09 03:26:24 UTC in VMime
-
Hi;
I am trying to compile the file example7.cpp included with vmime0.8.1 on visual studio 2003. I am trying this because i need base64 encoder/decoder objects and quoted-printable encoder/decoder objects.
However, when i compile and try to debug the source code, there is a crash. The stack trace tells me that it originates from the function
operator ref <const T>() const
{
if...
2007-03-08 01:00:20 UTC in VMime
-
Problem Solved. Vmime was being compiled with a /MT flag while my other libraries were using /MD. Once i changed the /MT flag to /MD, the problem went away.
K.Shyam.
2007-02-09 20:20:34 UTC in VMime
-
Has anyone compiled and used vmime with other applications using visual studio 2005 ? I am able to compile vmime perfectly well using visual studio 2005. But when i want to integrate it to use it in my application, that is when i get these kinds of linking errors.
K.Shyam.
2006-12-16 11:09:44 UTC in VMime
-
Hi All;
I am getting the following linker errors using Visual Studio 2005
My config.hpp has 0's for SASL and TLS suppport.
Any pointers would be appreciated.
Thanks
K.Shyam
Linking...
msvcprtd.lib(MSVCP80D.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::~basic_string<char,struct...
2006-12-13 07:31:53 UTC in VMime
-
Hi All;
I was using a certain config file in doxygen 1.4.7. If i import the same config file to 1.5.1 the output has inlined source code which is undesirable. Any change in options between these two versions ? How do i prevent inlined source code using the new version. By inlined source code, i mean that when i click on the file tab, a description of the file along with a link to the source...
2006-11-14 07:06:01 UTC in Doxygen