473,466 Members | 1,343 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

COM/ATL/OLE/ActiveX vs .NET

101 New Member
I was originally all gung-ho about C++ programming on windows, but have realized it to be a colossal amount of effort to learn. You have to learn COM/DCOM and ATL. Then, there's OLE and ActiveX, plus MTS and a whole lot of other technologies.

The question is, if I throw all this to the wind and opt for c#, will I be limiting myself?

But before you answer that, I'll give you an idea of what I want to do:

I want to go beyond windows forms and be able to create my own designs, implementations and behaviors and not be at the mercy of Microsoft's API. I'd like to make my windows opaque, draw them pixel for pixel, and render 3D objects within my windows.

I also want to do networking programming, and have it be as efficient as possible. I would like to be able to work with the network stack as closely as I can without too many layers or wrappers.

And, I want to be able to use opengl and directX applications that take over the desktop, such as in a videogame.

Here's a list of applications that do what I'd like to be able to do:
-Audacity
-winamp
-steam (valve's content system)
zsnes (super nintendo emulator)

So, should I keep on trucking with COM/ATL and OLE?, or opt for something else?
Aug 26 '07 #1
3 4131
drhowarddrfine
7,435 Recognized Expert Expert
I was originally all gung-ho about C++ programming on windows, but have realized it to be a colossal amount of effort to learn. You have to learn COM/DCOM and ATL. Then, there's OLE and ActiveX, plus MTS and a whole lot of other technologies.
Then next year Microsoft changes it on you. I feel your pain.
I want to go beyond windows forms and be able to create my own designs, implementations and behaviors and not be at the mercy of Microsoft's API. I'd like to make my windows opaque, draw them pixel for pixel, and render 3D objects within my windows.
With .NET, you can't help but go through that framework to get at anything. I believe it might still be possible, but can't help but wondering how much things get slowed down by all these layers. What you mention can be done with Linux/Unix/BSD, just not Microsoft Windows stuff.
I also want to do networking programming, and have it be as efficient as possible. I would like to be able to work with the network stack as closely as I can without too many layers or wrappers.
Again, easy with Linux/Unix/BSD.
And, I want to be able to use opengl and directX applications that take over the desktop, such as in a videogame.
Too bad you insist on Windows. Most graphics research is done with Unix, et al.
Here's a list of applications that do what I'd like to be able to do:
-Audacity
-winamp
-steam (valve's content system)
zsnes (super nintendo emulator)
Audacity is open source. Isn't Steam code available for Linux? I thought I had a copy of that.
So, should I keep on trucking with COM/ATL and OLE?, or opt for something else?
I think it's easier to create things on Linux/Unix, and then port them to Windows because *nix won't move around on you and you can get closer to the metal when optimization is necessary. We assembly language programmers have a tough time with .NET, not that we use it at all. I used to write graphics routines that interfaced with DirectX and COM. That wasn't too bad except trying to follow the documentation around and the multitude of required setup function calls and attributes in those functions. Things have just gotten way too complicated.
Aug 27 '07 #2
zensunni
101 New Member
First off, sorry for the late reply.

Secondly, everyone does tell me to go with linux. Don't worry, I will probably do most of my work on linux/unix systems when I take that dive. In fact, I'm really looking forward to it.

But I still would like to be able to make good, flexible windows programs if the need be. I've set aside my study time for windows and I hope that "use linux" isn't the only gained knowledge I take out of it.

You said that you ported Linux programs to windows? How was that done? I can understand for simple programs using std, but how are windows and graphical renderings ported?

Thanks again for the thoughts and ideas.
Oct 3 '07 #3
drhowarddrfine
7,435 Recognized Expert Expert
No. I've not ported anything to Windows from Unix.
how are windows and graphical renderings ported?
You can use OpenGL on both systems but if you write your own custom rendering engine then the only difference will be the output to the screen/graphics card using DirectX. Many of the drivers for graphics cards are also available on Unix so we can write to that hardware just like DirectX can, just different library calls. But the only difference between a Unix program and a Windows one would be just that, the library calls (generally).
Oct 6 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: AnalogKid | last post by:
Short question: What's the difference between SingleUse and MultiUse ? Long question: I've been writing some sample code to see how different Instancing values and threading models work. I...
1
by: wang xiaoyu | last post by:
Hello: i want use activex in wxpython program,but when i use MakeActiveXClass an exception occurs. this is my source code dealing the DICOM ocx.I must note that in this program "hwtxcontrol" is...
2
by: Fie Fie Niles | last post by:
This one XP machine (with IE 6) is having a problem viewing any ActiveX controls (created on VB6) on the Internet Explorer browser. I put the same ActiveX control in a VB program, and when I run...
6
by: Pippen | last post by:
I'm getting a little confused about what is supported in MS-SQL ActiveX and what is Visual Basic and what is VBScript. Can someone please point me to a website, recommend a book or if I've missed...
12
by: A.M. | last post by:
Hi at all, how can I do to insert into a HTML page a file .txt stored in the same directory of the server where is the html file that must display the text file.txt? Thank you very much P.Pietro
0
by: Ike | last post by:
I have an Activex Control created in VB6, which, displays no problem on any machine I have, but, on some machines of others, it does not. All machines are running either XP or Windows 2000, and all...
18
by: DartmanX | last post by:
Is there a simple way to determine if someone using Internet Explorer has completely disabled ActiveX controls? Jason
7
by: Jarod_24 | last post by:
I just downloaded a activex control that was written in C# and tried to view it on my PDA's Internet Explorer. At my regular PC it displayed just fine, but nothing showed up on the pda. Do...
4
by: Wilfried Mestdagh | last post by:
Hi, I have a C# application (VS2005) with Microsoft Mappoint activeX control on a form. At a certain moment I want to create a second one temporary in code. This seems not to work, when I try to...
6
by: hufaunder | last post by:
I have an ActiveX component that I want to use in a library that I am writing. As a first test I used the ActiveX component in a windows form application. Adding the component created: Ax.dll...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.