C and C++

Moderators: None (Apply to moderate this forum)
Number of threads: 28695
Number of posts: 94715

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Problem with URLDownloadToFile Posted by DDominator on 18 Aug 2012 at 2:14 PM
Hello,
my problem with URLDownloadToFile is that I can't use variables to set my url and my save-path. Both variables are defined as std::string.

HRESULT hr = URLDownloadToFile ( NULL, _T(file.c_str), _T(savepath.c_str()), 0, NULL );


I've got the following errors:

[BCC32 Error] E2451 Undefined symbol 'Lfile'
[BCC32 Error] E2451 Undefined symbol 'Lsavepath'


When I change the variables to constant text (like "http:/www.test.com/test.xy and C:\test.xy) it will compile correctly. What can I do?



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.