> oh yeah, i intended to do that... but its not even running that code, i
had
> compiled a cout line in it to see, and it never showed... so humm?
>
> plus the addition of the ./ had me extremly suspicious... is it safe to
say
> that its not even trying to use my class?
>
> thanks again, i must be missing somthing setting it up... maybe.. ?
>
It wouldn't be calling it, because its treating that URL as a relative file
path. Somehow, the URL code must not be reporting it as a fully qualified
URL. So it tries to make it relative to the parent entity, which is a file.
So it creates this new, incorrect, file path and tries to open it as a file,
never calling the netaccessor.
--------------------------
Dean Roddey
The CIDLib C++ Frameworks
Charmed Quark Software
[EMAIL PROTECTED]
http://www.charmedquark.com
"Why put off until tomorrow what you can
put off until the day after tomorrow?"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]