Read and write to a file in a COM application
COM
3
Posts
3
Posters
0
Views
1
Watching
-
I want to write to a bmp file and read from it from a COM dll, kindly give me a quick solution.
There is nothing COM related here. You can still use
CreateFile
,ReadFile
,WriteFile
for one. You could also usefopen
orfstream
etc.«_Superman_» I love work. It gives me something to do between weekends.
-
I want to write to a bmp file and read from it from a COM dll, kindly give me a quick solution.
i need its source file
Sujit Sahu (Cruel Handsome)