Message 1 of 1
Big trouble with PutLogicalFileName

Not applicable
12-31-2005
05:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
here is code example:
Put function with test
rf->GetLogicalFileName(&qw1, &qw2);
if(!IsFailed(rf->PutLogicalFileNameUsingFull(qw3),
"PutLogicalFileNameUsingFull", false))
m_Log->Info("PutLogicalFileNameUsingFull: %s : ok", W2A(qw3));
m_Log->Info("PutLogicalFileNameUsingFull step2: %s ", W2A(qw3));
rf->GetLogicalFileName(&qw1, &qw2);
Put function with test
rf->GetLogicalFileName(&qw1, &qw2);
if(!IsFailed(rf->PutLogicalFileNameUsingFull(qw3),
"PutLogicalFileNameUsingFull", false))
m_Log->Info("PutLogicalFileNameUsingFull: %s : ok", W2A(qw3));
m_Log->Info("PutLogicalFileNameUsingFull step2: %s ", W2A(qw3));
rf->GetLogicalFileName(&qw1, &qw2);