Andraw111 wrote:
I don't where should I put my Fortran question, so I put it here.
Have you tried here?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
Is setlocale() or SetThreadLocale() of any help?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Show me a community that obeys the Ten Commandments and I'll show you a less crowded prison system." - Anonymous
void aChinaGarbageTest()
{
ASSERT(31 < _TCHAR('武') && _TCHAR('武') < 128);
}
They sought it with thimbles, they sought it with care; They pursued it with forks and hope; They threatened its life with a railway-share; They charmed it with smiles and soap. :)
Then you should change the subject on your question and put a SOLVED at the end or at the beginning. And it would be nice that you would put the answer/solution there too. ;)
[www.tamautomation.com] Robots, CNC and PLC machines for grinding and polishing.
Andraw111 wrote:
this issue is caused by pass std::string between EXE and DLL.
I'm sure it's more than just that.
Andraw111 wrote:
you canno pass std::string between DLLs
If that were true you would not be able to pass any objects between DLLs.
One of these days I'm going to think of a really clever signature.
I would suppose that passing the fstream by value in 6.0 was wrong too. It might have worked but only by luck. A fstream is a representation of a computer resource. Passing by value implicitly duplicates the representation without duplicating the actual resource. Thus it represents a broken design/implementation.
i Think as far as my understanding it the problem with the browser related issues..!So you have fix the width..! This is Only my understanding of your question..!
LatestArticle :Log4Net Why Do Some People Forget To Mark as Answer .If It Helps.