473,326 Members | 2,110 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Making a Application (.NET/C#) truely platform independant

Hi All,

We have a windows from application written in C#, there we have used Browser
COM and other basic libraries present in standard .NET/C# SDK. So the next
part is to make this appliaction available to Unix and Mac platform. I have
couple of questions here

1. What are the possibilities we have of doing some thing like this?
2. What are the technical chalenges we will face of doing this?
3. What are the direct indirect solution we have to achive our goal?
4. What short of support we can get from MONO, ROTOR, and WINE?

Please shade some light on these ........ I really appreciate it..
Add what ever comment you have becos we deadly need lots of ideas.

Thanks,
Regards,
Nirosh.
Nov 15 '05 #1
14 1942
1.Possibilities are very very high - Ximian is working on Mono project,
which is .NET framework for linux; I do cross windows / linux programming
and thus far it works and in some cases better then microsofts:)
2. Mac -... not sure about that, but considering that mac is running BSD
underneath, would not be surprised if Mono compiles there as well.
3. I have fears that .NET soon will be the only cross platform solution as
it looks like Sun might take Java down with it (would be a shame but hey -
that is another camp)
4. With Novell getting involved into Linux (and their recent purchase of
SuSe) they got to move somewhere (surely all of their products will move to
linux) but I would not be surprised if they start working on something that
will differentiate them from the rest of distributions (i.e. .NET? - this is
as wild guess as it gets.)
5. If you do develop cross platform get ready for the pain (no pivoke CLR
compliant code only)

"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi All,

We have a windows from application written in C#, there we have used Browser COM and other basic libraries present in standard .NET/C# SDK. So the next
part is to make this appliaction available to Unix and Mac platform. I have couple of questions here

1. What are the possibilities we have of doing some thing like this?
2. What are the technical chalenges we will face of doing this?
3. What are the direct indirect solution we have to achive our goal?
4. What short of support we can get from MONO, ROTOR, and WINE?

Please shade some light on these ........ I really appreciate it..
Add what ever comment you have becos we deadly need lots of ideas.

Thanks,
Regards,
Nirosh.

Nov 15 '05 #2
Thanks Arthur for your detailful comment

"Arthur Mnev" <ar********@optonline-no-spam.net> wrote in message
news:u9**************@TK2MSFTNGP10.phx.gbl...
1.Possibilities are very very high - Ximian is working on Mono project,
which is .NET framework for linux; I do cross windows / linux programming
and thus far it works and in some cases better then microsofts:)
2. Mac -... not sure about that, but considering that mac is running BSD
underneath, would not be surprised if Mono compiles there as well.
3. I have fears that .NET soon will be the only cross platform solution as
it looks like Sun might take Java down with it (would be a shame but hey -
that is another camp)
4. With Novell getting involved into Linux (and their recent purchase of
SuSe) they got to move somewhere (surely all of their products will move to linux) but I would not be surprised if they start working on something that will differentiate them from the rest of distributions (i.e. .NET? - this is as wild guess as it gets.)
5. If you do develop cross platform get ready for the pain (no pivoke CLR
compliant code only)

"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi All,

We have a windows from application written in C#, there we have used

Browser
COM and other basic libraries present in standard .NET/C# SDK. So the next part is to make this appliaction available to Unix and Mac platform. I

have
couple of questions here

1. What are the possibilities we have of doing some thing like this?
2. What are the technical chalenges we will face of doing this?
3. What are the direct indirect solution we have to achive our goal?
4. What short of support we can get from MONO, ROTOR, and WINE?

Please shade some light on these ........ I really appreciate it..
Add what ever comment you have becos we deadly need lots of ideas.

Thanks,
Regards,
Nirosh.


Nov 15 '05 #3
Hi,

If you want get things running, just use java works pretty nice and is very
similar to c#.
MONO, ROTOR, and WINE Takes years to get this stuff running, currently you can't do pretty much
nothing with them, you can run hello world.

See c# controls converted to java, looks exactly same as in .NET.
http://www.lumisoft.ee/lsWWW/Downloa...UI/testUI.html
"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl... Hi All,

We have a windows from application written in C#, there we have used Browser COM and other basic libraries present in standard .NET/C# SDK. So the next
part is to make this appliaction available to Unix and Mac platform. I have couple of questions here

1. What are the possibilities we have of doing some thing like this?
2. What are the technical chalenges we will face of doing this?
3. What are the direct indirect solution we have to achive our goal?
4. What short of support we can get from MONO, ROTOR, and WINE?

Please shade some light on these ........ I really appreciate it..
Add what ever comment you have becos we deadly need lots of ideas.

Thanks,
Regards,
Nirosh.

Nov 15 '05 #4
Thanks for your thought but don't be too pessimistic about Mono and Wine as
well as ROTOR ..

WINE can run not only hello world but it can run Ms Office, Media player and
even some games..

MONO and ROTOR also not tiny as you described.

Thanks for the link but I think it has a problem, it didn't work for me

Yes as you said Java is a good option but I found that for XML processing
the power of C# is far better than Java (in general even c# seems to be much
faster than Java) and second is UI but you are saying it is not .. any way
once again thanks fo rthe comment

Nirosh.

"Ivar" <iv**@lumisoft.ee> wrote in message
news:Of**************@TK2MSFTNGP12.phx.gbl...
Hi,

If you want get things running, just use java works pretty nice and is very similar to c#.
MONO, ROTOR, and WINE

Takes years to get this stuff running, currently you can't do pretty much
nothing with them, you can run hello world.

See c# controls converted to java, looks exactly same as in .NET.
http://www.lumisoft.ee/lsWWW/Downloa...UI/testUI.html
"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi All,

We have a windows from application written in C#, there we have used

Browser
COM and other basic libraries present in standard .NET/C# SDK. So the next part is to make this appliaction available to Unix and Mac platform. I

have
couple of questions here

1. What are the possibilities we have of doing some thing like this?
2. What are the technical chalenges we will face of doing this?
3. What are the direct indirect solution we have to achive our goal?
4. What short of support we can get from MONO, ROTOR, and WINE?

Please shade some light on these ........ I really appreciate it..
Add what ever comment you have becos we deadly need lots of ideas.

Thanks,
Regards,
Nirosh.


Nov 15 '05 #5
WINE can run not only hello world but it can run Ms Office, Media player and even some games.. Have tried it by yourself ? (very problematic to get things to work, avg
user can't handle it)
MONO and ROTOR also not tiny as you described. Agian have you tried it. Just see source their code, most part full of
todo:, because it even some simple apps won't work.
Thanks for the link but I think it has a problem, it didn't work for me it requires java 1.4.
the power of C# is far better than Java Is it power when it only runs on windows ?

I made big project in c#, now I feel "power" when converting it to java.
For multiplatform UI , java is best choiche.
second is UI but you are saying it is not .. any way Yes UI is slower, but usable.


"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:uU**************@tk2msftngp13.phx.gbl... Thanks for your thought but don't be too pessimistic about Mono and Wine as well as ROTOR ..

WINE can run not only hello world but it can run Ms Office, Media player and even some games..

MONO and ROTOR also not tiny as you described.

Thanks for the link but I think it has a problem, it didn't work for me

Yes as you said Java is a good option but I found that for XML processing
the power of C# is far better than Java (in general even c# seems to be much faster than Java) and second is UI but you are saying it is not .. any way
once again thanks fo rthe comment

Nirosh.

"Ivar" <iv**@lumisoft.ee> wrote in message
news:Of**************@TK2MSFTNGP12.phx.gbl...
Hi,

If you want get things running, just use java works pretty nice and is

very
similar to c#.
MONO, ROTOR, and WINE

Takes years to get this stuff running, currently you can't do pretty much
nothing with them, you can run hello world.

See c# controls converted to java, looks exactly same as in .NET.
http://www.lumisoft.ee/lsWWW/Downloa...UI/testUI.html

"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi All,

We have a windows from application written in C#, there we have used

Browser
COM and other basic libraries present in standard .NET/C# SDK. So the

next part is to make this appliaction available to Unix and Mac platform. I

have
couple of questions here

1. What are the possibilities we have of doing some thing like this?
2. What are the technical chalenges we will face of doing this?
3. What are the direct indirect solution we have to achive our goal?
4. What short of support we can get from MONO, ROTOR, and WINE?

Please shade some light on these ........ I really appreciate it..
Add what ever comment you have becos we deadly need lots of ideas.

Thanks,
Regards,
Nirosh.



Nov 15 '05 #6
Hi Ivar,

Yes I have tried it myself and I feel they are building nicely .. I mean you
cannot expect wonders over night and I still can remeber what we had with
Java 1.0.2. (but c# started with a lot), it has built into a strong stage
now and I have no argument with you on Java but my point is if C# can shift
it's power to other platforms as well it will definitely be better than Java
and c# xml manupulation is far far better than Java and we use lots of xml
since we basically in the e-learning sector. Java is not a choice for us.
You also agree on the average speed. So why not expect a change than holding
to the traditional end.

Nirosh.

"Ivar" <iv**@lumisoft.ee> wrote in message
news:#I**************@tk2msftngp13.phx.gbl...
WINE can run not only hello world but it can run Ms Office, Media player

and
even some games..

Have tried it by yourself ? (very problematic to get things to work, avg
user can't handle it)
MONO and ROTOR also not tiny as you described.

Agian have you tried it. Just see source their code, most part full of
todo:, because it even some simple apps won't work.
Thanks for the link but I think it has a problem, it didn't work for me

it requires java 1.4.
the power of C# is far better than Java

Is it power when it only runs on windows ?

I made big project in c#, now I feel "power" when converting it to java.
For multiplatform UI , java is best choiche.
second is UI but you are saying it is not .. any way

Yes UI is slower, but usable.


"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:uU**************@tk2msftngp13.phx.gbl...
Thanks for your thought but don't be too pessimistic about Mono and Wine

as
well as ROTOR ..

WINE can run not only hello world but it can run Ms Office, Media player

and
even some games..

MONO and ROTOR also not tiny as you described.

Thanks for the link but I think it has a problem, it didn't work for me

Yes as you said Java is a good option but I found that for XML processing
the power of C# is far better than Java (in general even c# seems to be

much
faster than Java) and second is UI but you are saying it is not .. any way once again thanks fo rthe comment

Nirosh.

"Ivar" <iv**@lumisoft.ee> wrote in message
news:Of**************@TK2MSFTNGP12.phx.gbl...
Hi,

If you want get things running, just use java works pretty nice and is

very
similar to c#.

>MONO, ROTOR, and WINE
Takes years to get this stuff running, currently you can't do pretty much nothing with them, you can run hello world.

See c# controls converted to java, looks exactly same as in .NET.
http://www.lumisoft.ee/lsWWW/Downloa...UI/testUI.html

"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
> Hi All,
>
> We have a windows from application written in C#, there we have used
Browser
> COM and other basic libraries present in standard .NET/C# SDK. So the next
> part is to make this appliaction available to Unix and Mac platform.

I have
> couple of questions here
>
> 1. What are the possibilities we have of doing some thing like this?
> 2. What are the technical chalenges we will face of doing this?
> 3. What are the direct indirect solution we have to achive our goal?
> 4. What short of support we can get from MONO, ROTOR, and WINE?
>
> Please shade some light on these ........ I really appreciate it..
> Add what ever comment you have becos we deadly need lots of ideas.
>
> Thanks,
> Regards,
> Nirosh.
>
>



Nov 15 '05 #7
COM is not platform independant, COM is a Microsoft technology.

Anything under System.* namespaces SHOULD be platform neutral .

"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:#5**************@TK2MSFTNGP11.phx.gbl...
Hi All,

We have a windows from application written in C#, there we have used Browser COM and other basic libraries present in standard .NET/C# SDK. So the next
part is to make this appliaction available to Unix and Mac platform. I have couple of questions here

1. What are the possibilities we have of doing some thing like this?
2. What are the technical chalenges we will face of doing this?
3. What are the direct indirect solution we have to achive our goal?
4. What short of support we can get from MONO, ROTOR, and WINE?

Please shade some light on these ........ I really appreciate it..
Add what ever comment you have becos we deadly need lots of ideas.

Thanks,
Regards,
Nirosh.

Nov 15 '05 #8
Thanks for the reply any thought on how we can get the Browser COM work in
MAC?

<.> wrote in message news:#J**************@TK2MSFTNGP10.phx.gbl...
COM is not platform independant, COM is a Microsoft technology.

Anything under System.* namespaces SHOULD be platform neutral .

"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:#5**************@TK2MSFTNGP11.phx.gbl...
Hi All,

We have a windows from application written in C#, there we have used

Browser
COM and other basic libraries present in standard .NET/C# SDK. So the next part is to make this appliaction available to Unix and Mac platform. I

have
couple of questions here

1. What are the possibilities we have of doing some thing like this?
2. What are the technical chalenges we will face of doing this?
3. What are the direct indirect solution we have to achive our goal?
4. What short of support we can get from MONO, ROTOR, and WINE?

Please shade some light on these ........ I really appreciate it..
Add what ever comment you have becos we deadly need lots of ideas.

Thanks,
Regards,
Nirosh.


Nov 15 '05 #9
You won't. Browsers and other interop are often the biggest platform
compatibility issues you'll have. While COM is not soley tied to windows,
most, if not all other systems do not run COM normally(there are COM
implementations for unix, probably macs as well). As a result you will have
alot of work to get things going.
What are you attempting to do? If you just want to host the browser locally,
you could look into embedding mozilla or another OSS browser(assuming
licensing will suit you). If you need automation you will hav eto invest in
platform specific modules(which can be tricky, mono annoyingly claims to be
windows XP) which performs the work for you. How are you interfacing with
say Mozilla now? Or are you totally dependent on IE?
"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:eA**************@TK2MSFTNGP11.phx.gbl...
Thanks for the reply any thought on how we can get the Browser COM work in
MAC?

<.> wrote in message news:#J**************@TK2MSFTNGP10.phx.gbl...
COM is not platform independant, COM is a Microsoft technology.

Anything under System.* namespaces SHOULD be platform neutral .

"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:#5**************@TK2MSFTNGP11.phx.gbl...
Hi All,

We have a windows from application written in C#, there we have used

Browser
COM and other basic libraries present in standard .NET/C# SDK. So the next part is to make this appliaction available to Unix and Mac platform. I

have
couple of questions here

1. What are the possibilities we have of doing some thing like this?
2. What are the technical chalenges we will face of doing this?
3. What are the direct indirect solution we have to achive our goal?
4. What short of support we can get from MONO, ROTOR, and WINE?

Please shade some light on these ........ I really appreciate it..
Add what ever comment you have becos we deadly need lots of ideas.

Thanks,
Regards,
Nirosh.



Nov 15 '05 #10
Thanks for the reply Daniel

What we have right now is a Winform application that purely uses Microsoft
Web Browser COM for content browsing and many other operations. The Winform
application is a thin client and it is commnicating with a Web service
interface (that is a content repository) to download and view the content.
They are SCORM compliant (if you don't know just ignore this it is a
standard). So I don't mind the effort we are ready, but the issue is the
correct path and the potential problem we may face of getting our
application run on MAC and Unix. I even don't mind going for Mozilla. We do
lots of marking on the content like we highlight certain part of the content
and we add annotations so on plus we drag drop content to create short notes
there we use html dom do get access to the html document so if mozilla can
support these we are OK. But if there is any other way which we can get the
Ms Browser COM work in other plat form we will choose that root. if you know
can you please comment on the WINE and it usage here.

Nirosh.

"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:O7**************@TK2MSFTNGP10.phx.gbl...
You won't. Browsers and other interop are often the biggest platform
compatibility issues you'll have. While COM is not soley tied to windows,
most, if not all other systems do not run COM normally(there are COM
implementations for unix, probably macs as well). As a result you will have alot of work to get things going.
What are you attempting to do? If you just want to host the browser locally, you could look into embedding mozilla or another OSS browser(assuming
licensing will suit you). If you need automation you will hav eto invest in platform specific modules(which can be tricky, mono annoyingly claims to be windows XP) which performs the work for you. How are you interfacing with
say Mozilla now? Or are you totally dependent on IE?
"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:eA**************@TK2MSFTNGP11.phx.gbl...
Thanks for the reply any thought on how we can get the Browser COM work in MAC?

<.> wrote in message news:#J**************@TK2MSFTNGP10.phx.gbl...
COM is not platform independant, COM is a Microsoft technology.

Anything under System.* namespaces SHOULD be platform neutral .

"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:#5**************@TK2MSFTNGP11.phx.gbl...
> Hi All,
>
> We have a windows from application written in C#, there we have used
Browser
> COM and other basic libraries present in standard .NET/C# SDK. So the
next
> part is to make this appliaction available to Unix and Mac platform.

I have
> couple of questions here
>
> 1. What are the possibilities we have of doing some thing like this?
> 2. What are the technical chalenges we will face of doing this?
> 3. What are the direct indirect solution we have to achive our goal?
> 4. What short of support we can get from MONO, ROTOR, and WINE?
>
> Please shade some light on these ........ I really appreciate it..
> Add what ever comment you have becos we deadly need lots of ideas.
>
> Thanks,
> Regards,
> Nirosh.
>
>



Nov 15 '05 #11

"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:e%***************@tk2msftngp13.phx.gbl...
Thanks for the reply Daniel

What we have right now is a Winform application that purely uses Microsoft
Web Browser COM for content browsing and many other operations. The Winform application is a thin client and it is commnicating with a Web service
interface (that is a content repository) to download and view the content.
They are SCORM compliant (if you don't know just ignore this it is a
standard). So I don't mind the effort we are ready, but the issue is the
correct path and the potential problem we may face of getting our
application run on MAC and Unix. I even don't mind going for Mozilla. We do lots of marking on the content like we highlight certain part of the content and we add annotations so on plus we drag drop content to create short notes there we use html dom do get access to the html document so if mozilla can
support these we are OK. But if there is any other way which we can get the Ms Browser COM work in other plat form we will choose that root. if you know can you please comment on the WINE and it usage here.
Unfortunatly I know very little about WINE, I would say simply test it and
see what happens.

Getting the MS Browser control to work off platform is likely going to be
hard, if possible. Examining Mozilla for the features you need would be my
first suggestion(if they don't have waht you want...khtml or a few of the
other OSS ones may). However, you may want to research how to interface with
the Mac version of IE, its probably not the most popular browser on the
platform but it does still exist(although I don't know its state of
maintainence).

Currently I don't know of a standalone managed code html renderer. Its
something I want to see, something I've even considered trying, but time and
a low level dislike of html have kept me from doing so, ;).

Sorry I can't offer much advice, I hope this helps in some way. Nirosh.

"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:O7**************@TK2MSFTNGP10.phx.gbl...
You won't. Browsers and other interop are often the biggest platform
compatibility issues you'll have. While COM is not soley tied to windows,
most, if not all other systems do not run COM normally(there are COM
implementations for unix, probably macs as well). As a result you will have
alot of work to get things going.
What are you attempting to do? If you just want to host the browser

locally,
you could look into embedding mozilla or another OSS browser(assuming
licensing will suit you). If you need automation you will hav eto invest

in
platform specific modules(which can be tricky, mono annoyingly claims to

be
windows XP) which performs the work for you. How are you interfacing with say Mozilla now? Or are you totally dependent on IE?
"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:eA**************@TK2MSFTNGP11.phx.gbl...
Thanks for the reply any thought on how we can get the Browser COM work in MAC?

<.> wrote in message news:#J**************@TK2MSFTNGP10.phx.gbl...
> COM is not platform independant, COM is a Microsoft technology.
>
> Anything under System.* namespaces SHOULD be platform neutral .
>
>
>
>
>
> "Champika Nirosh" <cn*****@textcentric.lk> wrote in message
> news:#5**************@TK2MSFTNGP11.phx.gbl...
> > Hi All,
> >
> > We have a windows from application written in C#, there we have
used > Browser
> > COM and other basic libraries present in standard .NET/C# SDK. So
the next
> > part is to make this appliaction available to Unix and Mac platform. I
> have
> > couple of questions here
> >
> > 1. What are the possibilities we have of doing some thing like

this? > > 2. What are the technical chalenges we will face of doing this?
> > 3. What are the direct indirect solution we have to achive our goal? > > 4. What short of support we can get from MONO, ROTOR, and WINE?
> >
> > Please shade some light on these ........ I really appreciate it..
> > Add what ever comment you have becos we deadly need lots of ideas.
> >
> > Thanks,
> > Regards,
> > Nirosh.
> >
> >
>
>



Nov 15 '05 #12


with regards,
J.V.Ravichandran
- http://www.geocities.com/
jvravichandran
- http://www.411asp.net/func/search?
qry=Ravichandran+J.V.&cob=aspnetpro
- http://www.southasianoutlook.com
- http://www.MSDNAA.Net
- http://www.csharphelp.com
- http://www.poetry.com/Publications/
display.asp?ID=P3966388&BN=999&PN=2
- Or, just search on "J.V.Ravichandran"
at http://www.Google.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 15 '05 #13
Highly appreciate your interest on helping me.. we will see how it goes, the
info I gathered from here is truely helpful

Nirosh.

"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:eN**************@TK2MSFTNGP10.phx.gbl...

"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:e%***************@tk2msftngp13.phx.gbl...
Thanks for the reply Daniel

What we have right now is a Winform application that purely uses Microsoft
Web Browser COM for content browsing and many other operations. The Winform
application is a thin client and it is commnicating with a Web service
interface (that is a content repository) to download and view the content. They are SCORM compliant (if you don't know just ignore this it is a
standard). So I don't mind the effort we are ready, but the issue is the
correct path and the potential problem we may face of getting our
application run on MAC and Unix. I even don't mind going for Mozilla. We

do
lots of marking on the content like we highlight certain part of the

content
and we add annotations so on plus we drag drop content to create short

notes
there we use html dom do get access to the html document so if mozilla can support these we are OK. But if there is any other way which we can get

the
Ms Browser COM work in other plat form we will choose that root. if you

know
can you please comment on the WINE and it usage here.

Unfortunatly I know very little about WINE, I would say simply test it and
see what happens.

Getting the MS Browser control to work off platform is likely going to be
hard, if possible. Examining Mozilla for the features you need would be my
first suggestion(if they don't have waht you want...khtml or a few of the
other OSS ones may). However, you may want to research how to interface

with the Mac version of IE, its probably not the most popular browser on the
platform but it does still exist(although I don't know its state of
maintainence).

Currently I don't know of a standalone managed code html renderer. Its
something I want to see, something I've even considered trying, but time and a low level dislike of html have kept me from doing so, ;).

Sorry I can't offer much advice, I hope this helps in some way.
Nirosh.

"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:O7**************@TK2MSFTNGP10.phx.gbl...
You won't. Browsers and other interop are often the biggest platform
compatibility issues you'll have. While COM is not soley tied to windows, most, if not all other systems do not run COM normally(there are COM
implementations for unix, probably macs as well). As a result you will

have
alot of work to get things going.
What are you attempting to do? If you just want to host the browser

locally,
you could look into embedding mozilla or another OSS browser(assuming
licensing will suit you). If you need automation you will hav eto invest in
platform specific modules(which can be tricky, mono annoyingly claims
to
be
windows XP) which performs the work for you. How are you interfacing with say Mozilla now? Or are you totally dependent on IE?
"Champika Nirosh" <cn*****@textcentric.lk> wrote in message
news:eA**************@TK2MSFTNGP11.phx.gbl...
> Thanks for the reply any thought on how we can get the Browser COM work
in
> MAC?
>
> <.> wrote in message news:#J**************@TK2MSFTNGP10.phx.gbl...
> > COM is not platform independant, COM is a Microsoft technology.
> >
> > Anything under System.* namespaces SHOULD be platform neutral .
> >
> >
> >
> >
> >
> > "Champika Nirosh" <cn*****@textcentric.lk> wrote in message
> > news:#5**************@TK2MSFTNGP11.phx.gbl...
> > > Hi All,
> > >
> > > We have a windows from application written in C#, there we have

used > > Browser
> > > COM and other basic libraries present in standard .NET/C# SDK.
So the
> next
> > > part is to make this appliaction available to Unix and Mac

platform.
I
> > have
> > > couple of questions here
> > >
> > > 1. What are the possibilities we have of doing some thing like

this? > > > 2. What are the technical chalenges we will face of doing this?
> > > 3. What are the direct indirect solution we have to achive our goal? > > > 4. What short of support we can get from MONO, ROTOR, and WINE?
> > >
> > > Please shade some light on these ........ I really appreciate

it.. > > > Add what ever comment you have becos we deadly need lots of ideas. > > >
> > > Thanks,
> > > Regards,
> > > Nirosh.
> > >
> > >
> >
> >
>
>



Nov 15 '05 #14
???????????????????????????????
"Ravichandran J.V." <jv************@yahoo.com> wrote in message
news:OR**************@TK2MSFTNGP09.phx.gbl...


with regards,
J.V.Ravichandran
- http://www.geocities.com/
jvravichandran
- http://www.411asp.net/func/search?
qry=Ravichandran+J.V.&cob=aspnetpro
- http://www.southasianoutlook.com
- http://www.MSDNAA.Net
- http://www.csharphelp.com
- http://www.poetry.com/Publications/
display.asp?ID=P3966388&BN=999&PN=2
- Or, just search on "J.V.Ravichandran"
at http://www.Google.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 15 '05 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Anon Email | last post by:
Hi everyone, Let's see, now. This question is about the capabilities of ANSI C++. I want to write and compile code in ANSI C++ that, when compiled, will make the computer speaker beep; or, at...
11
by: Paul Tremblay | last post by:
Hi, Is there a way to ensure that only one instance of an application runs on a physical machine. I would want to do this in a cross platform way. One ide I have is to obtain a list of the...
3
by: nrhayyal | last post by:
Hi All, thanks for reading this post. just wanted to know about the ratio of threads and processors. i am working on c++ on AIX5.2 platform. my c++ program are multithreaded programs. In a...
4
by: Navin Mishra | last post by:
Hi, Are there any implications of having ASMX and ASPX in same ASP.NET application ? Both would share the same global varriables, etc. Regards Navin
4
by: Nader | last post by:
Is it possible to make, build and deploy a windows .Net application which can be installed in any pc without installing .Net framework on it?? In VB6 it's possible because you can deliver the .dll...
16
by: Andy | last post by:
Hi, I have read that 'C' is platform-independent and portable. I can'tsee much a difference between the two terms. Could anyone differentiate the two? Also is the statement actually true? Thanks...
9
by: SeC | last post by:
Hi. Is there any way to detect if application is being killed by 'End Process' via Task Manager ?
4
by: archana | last post by:
Hi all, can anyone tell me does dot net platform independent? Why can't i run dot net on unix operating system?. thanks in advance.
2
by: sono | last post by:
1. I am looking which HTML CODE is AS GENERAL AS POSSIBLE (i.e. independant of platform and browser). 2. To be more explicit : 2.a) I am writing HTML code which I would like to run on ALL...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.