Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Strange characters after extract method

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
good_alias Posted - Apr 13 2007 : 03:29:28 AM
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:

2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jul 07 2007 : 12:27:12 AM
case=6017 is fixed in Build 1559
feline Posted - Apr 13 2007 : 2:56:37 PM
I am seeing the same effect here. Thank you for the clear description.

case=6017

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000