Rewrite VB activeX dll to C++ 
Author Message
 Rewrite VB activeX dll to C++

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.

Please help a beginner :-)



Tue, 02 Sep 2003 18:24:36 GMT  
 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 :)



Tue, 02 Sep 2003 22:23:36 GMT  
 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.



Tue, 02 Sep 2003 20:49:41 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. accessing objects in a c++ DLL from a c++ activeX control placed in a VB application

2. Rewriting DOS C code to DLL or ActiveX

3. C++ ActiveX dll in VB

4. VB-ActiveX-DLL access violation error when call from C++

5. VB and C++ clients declaring the same ActiveX .dll

6. VB and C++ Clients declaring the same ActiveX .dll

7. Calling VB ActiveX DLL from Visual C++ problem

8. SPEED: VB5 ActiveX DLL vs C++ ATL COM DLL

9. I need testers for serial port comm DLL and alpha paging DLL (Delphi, C/C++, VB)

10. VB DLL reading from ADO and colliding with C++ DLL reading there too (on NT)

11. DLL question -- integrating VB with C++ DLL

12. VB 5.0 calling C++ 5.0 DLL that calls winsock.dll

 

 
Powered by phpBB® Forum Software