
Rewrite VB activeX dll to C++
Quote:
>> I've developed an server side activeX fileupload component in VB. It
>> works ok, but could use some speed improvements, and therefor im going
>> to try to re-write it in Visual C++ 6.
>> Could someone please help me getting started? All i need i an "empty"
>> activeX dll "project" with the binary input from the form, and a way
>> to return an error code to the asp-page using the dll.
>You'd be better off looking for that in a VC++ NG.
>You want to post some details of the VB server? Doesn't sound
>like there should be performance problems.
>--
>MikeC
>Please reply to the group.
I've tried a C++ NS as well, but those NS's supplied by my server are
quite limited :-(
When processing multipart form data, and extracting the file i use up
quite a lot of ram! The uploaded formdata is first stored in the
webserver (?) befor it is passed to my dll. There i search the binary
sequence for certain patterns that devides the form data from the
header. Processing & saving this down to disk bit by bit takes quite a
while.. :-(
Thanx anyway :)