Write excel file using python
4:21
5 жыл бұрын
Export a C++ class from a DLL
5:48
5 жыл бұрын
Python Basics Using PyCharm
4:43
5 жыл бұрын
Python Hello World PyCharm
2:37
5 жыл бұрын
Python Hello World
1:47
5 жыл бұрын
Call C++ COM DLL from C++ Client
6:51
Call C++ COM DLL from C#
3:04
5 жыл бұрын
Create COM DLL using ATL
6:44
5 жыл бұрын
Private IP Ubuntu Linux VM Windows
3:29
Пікірлер
@behrampatel4872
@behrampatel4872 4 ай бұрын
I think this is one of the most clearest explanations of what's going on in Dll land, especially the macros and defines. So many struggle with this topic on forums and you mad it clear within seconds ! Cheers 💯
@nemowhere
@nemowhere 4 ай бұрын
i want to see the what is context in the mylib.cpp ,pls 😄
@rydeoff1023
@rydeoff1023 6 ай бұрын
when i heard the idian voice, i knew 100% that you will be the solution. thank you
@shaikgouse7034
@shaikgouse7034 6 ай бұрын
Thank you for your efforts for making such an informative video and we are waiting for your next C++ videos and on DLL in C++.
@jeffarmstrong2035
@jeffarmstrong2035 7 ай бұрын
I appreciate this video very much. I found the documentation on how to do this very sketchy and hard to follow. Your tutorial was soooo much easier. Thank you!
@abdelmalekounis4416
@abdelmalekounis4416 9 ай бұрын
Thank you very much for this video because it helped me how to create a DLL file in c++ ♥ ♥ ♥
@srijitaghosh9761
@srijitaghosh9761 Жыл бұрын
Can we go in debug of the getarea or any function inside the c++ com dll? Can u please tell how to do that?thank you.
@RajendraKumar-uw1uh
@RajendraKumar-uw1uh Жыл бұрын
Nice tutorial. But we get the error as class not registered, any help on this?
@kumarashutosh2531
@kumarashutosh2531 Жыл бұрын
Hi Thank you for this information, please make some more videos.
@darrickroberts7890
@darrickroberts7890 Жыл бұрын
Very clear and helpful. Thank you!
@AnhNguyen-lj1gd
@AnhNguyen-lj1gd Жыл бұрын
Thankyou
@madasudhamanakanagasuresh9235
@madasudhamanakanagasuresh9235 Жыл бұрын
I'm searching for ATL COM to learn can u share the details please
@caglayang5348
@caglayang5348 2 жыл бұрын
Thanks ! 🎉
@TomislavPetrlic
@TomislavPetrlic 2 жыл бұрын
Great video. You state that the .c and .h files had to be included because of the CLSIDs and IIDs. In the examples on the internet I found, f.e. CLSID_FileOpenDialog in Micrisoft's example, no such file was imported, yet this should run. Where is the value of CLSID_FileOpenDialog defined?
@ankushpatil5354
@ankushpatil5354 2 жыл бұрын
Thanks...you just simplified those jargons 👍
@us2393
@us2393 2 жыл бұрын
good video. thx
@madasudhamanakanagasuresh9235
@madasudhamanakanagasuresh9235 2 жыл бұрын
Please it’s help to me
@alluruvarma8764
@alluruvarma8764 Жыл бұрын
Hi did you learn com if yes please teach me also
@madasudhamanakanagasuresh9235
@madasudhamanakanagasuresh9235 2 жыл бұрын
Please tell me u are telling any classes on COM means I will learn.
@gangireddynagarjunareddy5299
@gangireddynagarjunareddy5299 2 жыл бұрын
Useful thanks
@Archak77
@Archak77 2 жыл бұрын
Copyin dll file to debug is not required ...just header n libs are enough
@trueindian2108
@trueindian2108 2 жыл бұрын
I need a code that can extract classes from registered dll file.. in c #. Can you plz help me?
@trueindian2108
@trueindian2108 2 жыл бұрын
I need to export dll classes through c#. Kindly make video on that.
@shanecherniss
@shanecherniss 2 жыл бұрын
Straight and to the point. Thank you
@sbsyr5555
@sbsyr5555 2 жыл бұрын
Simple n perfect demonstration
@basawarajshivashetty
@basawarajshivashetty 3 жыл бұрын
Mam request you please do some more in-depth videos on COM, keeping interviews in mind...
@ugopianti751
@ugopianti751 3 жыл бұрын
Please, do a video how to code a COM Server!
@shems08
@shems08 3 жыл бұрын
was helpful thanks!
@techtoffee919
@techtoffee919 3 жыл бұрын
Glad it helped!
@RohitKumar-tk3df
@RohitKumar-tk3df 3 жыл бұрын
brother zoom your code at the time of creating other videos....By the way Great tutorial
@techtoffee919
@techtoffee919 3 жыл бұрын
Ok next time
@hdjfgt
@hdjfgt 3 жыл бұрын
Thanks, this was great
@landstalkerlandstalker1678
@landstalkerlandstalker1678 3 жыл бұрын
Great video ! please, can you do a video for DCom protocol showing how we can call a REMOTE component ? Thanks
@vipinsainilol
@vipinsainilol 3 жыл бұрын
Thank you for the video...very well explained the installation of elasticsearch!
@techtoffee919
@techtoffee919 3 жыл бұрын
Glad it was helpful!
@rahulr9301
@rahulr9301 3 жыл бұрын
very much helpful mam..
@alluruvarma8764
@alluruvarma8764 3 жыл бұрын
can you please do more videos on com
@jord019
@jord019 3 жыл бұрын
This really helped me, thankyou
@ВікторіяМагнушевська-х1ч
@ВікторіяМагнушевська-х1ч 3 жыл бұрын
THANK YOU VERY MUCH 💓💓💓
@slowmotion7118
@slowmotion7118 3 жыл бұрын
Hello, what is the difference between exporting and COM?
@Archak77
@Archak77 2 жыл бұрын
COM also uses Dll ".DEF" exporting .... COM is just an additional encapsulated technique build upon DLL technology only ....COM provides complete hiding of class definition unlike in normal C++ dll exporting we dont need to provide header file to the client
@huyvole9724
@huyvole9724 4 жыл бұрын
When I create C++ DLL project, result of build is *.dll *.lib, C++ console add *.dll *.lib and include *.h. When I create C++ Static lib project, result of build is *.lib, C++ console add *.lib and include *.h. Your *.def use for what? I don't understand
@ireneberdugo6181
@ireneberdugo6181 4 жыл бұрын
Thanks for the tutorial! It was really usefull
@huyvole9724
@huyvole9724 4 жыл бұрын
When we use dllexport/dllimport?
@harryshuman9637
@harryshuman9637 4 жыл бұрын
So how would you import this thing? I don't see a way other than a dedicated make/delete interface, which wasn't implemented here. How did you intend to do it?
@matsmcmats
@matsmcmats 4 жыл бұрын
thanks! clear and concise!
@cosmefulanito1863
@cosmefulanito1863 4 жыл бұрын
gracias
@eelapata
@eelapata 4 жыл бұрын
Very useful video..
@vvpChannel3112
@vvpChannel3112 4 жыл бұрын
Is this COM Automation ?
@FeedScrn
@FeedScrn 4 жыл бұрын
Is COM 32 or 64bit? And how do I know which one it is? - Can a 32 Bit program call a 64 Bit COM object, or maybe it doesn't matter? (I'm pretty sure that a 64bit program can call a 32bit COM object no problem).
@fart_m0nster_420
@fart_m0nster_420 4 жыл бұрын
Thank you so much
@mithileshgavane8892
@mithileshgavane8892 4 жыл бұрын
Plz share more on c++ com...
@alluruvarma8764
@alluruvarma8764 3 жыл бұрын
do you com bro
@duylekhac6044
@duylekhac6044 4 жыл бұрын
This is what I need. Thank you!
@ReckyXXX
@ReckyXXX 4 жыл бұрын
Thanks! Please, remove noise from audio next time..
@bhanodayareddy7773
@bhanodayareddy7773 4 жыл бұрын
Hi Mam, your teaching is so simple and easy to understand the concept. Could you please continue more videos on MFC, COM and DCOM. These topics are not available outside tuition centers in Hyderabad, it will be very much useful for us. Thank you