Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Strange characters after extract method
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

good_alias
New Member

Sweden
3 Posts

Posted - Apr 13 2007 :  03:29:28 AM  Show Profile  Reply with Quote
If I try extract method on the for loop below, I will get some very strange characters

/////////// resulting method signature ////////////////

void MyMethod( vector<Poco.UInt64> &outSequenceNumbers, vectorTimestampTimeValue outTimes, vectordouble outValues )

///////////// Original code /////////////
#include "stdafx.h"

int _tmain(int argc, _TCHAR* argv[])
{
const Timestamp::TimeValue timeValueStart = timeStart.GetTimeValue();
const Timestamp::TimeValue timeValueEnd = timeEnd.GetTimeValue();
vector<Poco::UInt64> outSequenceNumbers;
vector<double> outValues;
vector<Timestamp::TimeValue> outTimes;
int minId;
int maxId;
for (unsigned int i = 0; i < outSequenceNumbers.size(); i++)
{
TrendLogRecord trendLog(id, outTimes[i], outValues[i], outSequenceNumbers[i]);
const std::auto_ptr<RecordInstance> Rec = trendLog.GetRecordInstance(provider);
InsertRecord(Rec, pList);
}

return 0;
}



VA_X.dll file version 10.3.1549.0 built 2007.03.16
Licensed to:
VA X: b.r.carlssonATgmail.com (2-user license) Support ends 2008.02.12
VA.NET 7.1: bjorn.carlssonATbeijerelectronics.com (15-user license)
VAOpsWin.dll version 1.3.4.8
VATE.dll version 1.0.6.2
DevEnv.exe version 8.0.50727.867
msenv.dll version 8.0.50727.867
Font: Consolas 16(Pixels)
Comctl32.dll version 6.10.6000.16386
Windows Vista 6.0 Build 6000
2 processors

Platform: Win32
Stable Includes:
f:\\Program Files\\Microsoft Visual Studio 8\\VC\\include;
f:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\include;
f:\\Program Files\\Microsoft Visual Studio 8\\VC\\PlatformSDK\\include;
f:\\Program Files\\Microsoft Visual Studio 8\\SDK\\v2.0\\include;

Library Includes:
f:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfc;
f:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfcm;
f:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\atl;
f:\\Program Files\\Microsoft Visual Studio 8\\VC\\crt\\src;

Other Includes:


Edited by - good_alias on Apr 13 2007 03:31:18 AM

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Apr 13 2007 :  2:56:37 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=6017

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jul 07 2007 :  12:27:12 AM  Show Profile  Reply with Quote
case=6017 is fixed in Build 1559
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000