Click here to Skip to main content
15,926,959 members
Home / Discussions / C#
   

C#

 
GeneralRe: C++ SendMessage Pin
skn2k16-Aug-02 11:25
skn2k16-Aug-02 11:25 
GeneralRe: C++ SendMessage Pin
ke5in16-Aug-02 16:49
ke5in16-Aug-02 16:49 
GeneralRe: C++ SendMessage Pin
Stephane Rodriguez.16-Aug-02 22:59
Stephane Rodriguez.16-Aug-02 22:59 
GeneralRe: C++ SendMessage Pin
Paul Riley17-Aug-02 0:34
Paul Riley17-Aug-02 0:34 
GeneralRe: C++ SendMessage Pin
Stuart Dootson17-Aug-02 0:43
professionalStuart Dootson17-Aug-02 0:43 
GeneralRe: C++ SendMessage Pin
James T. Johnson17-Aug-02 1:52
James T. Johnson17-Aug-02 1:52 
GeneralRe: C++ SendMessage Pin
Stephane Rodriguez.17-Aug-02 4:36
Stephane Rodriguez.17-Aug-02 4:36 
GeneralRe: C++ SendMessage Pin
James T. Johnson17-Aug-02 5:47
James T. Johnson17-Aug-02 5:47 
StephaneRodriguez wrote:
If we forget UI or other application layers, and go down to the simplest types such like "int" and "char", then if we refer to the MSDN documentation is is clearly said that :
- "int" is 32 bits : how does it cope with 64-bit oses ready this year?


int will always be 32-bit in .NET; the full typename is System.Int32. In cases where you need a scalable value such as for pointers use IntPtr as that is what it is used for. On 32-bit platforms IntPtr will be 4 bytes and on 64-bit platforms it will be 8 bytes.

If you need a 64 bit integer use C#s "long" or System.Int64.

StephaneRodriguez wrote:
- "char" is 16bits : how does it cope with the latest Unicode additions (I have read somewhere that 30 000 symbols have been added lately) ?

Good point, and I have no idea; I assume we'll be stuck in the same situation as before and use codepages.

StephaneRodriguez wrote:
I have to argue that WindowsCE is with the .NET framework not even part of their strategy, as (as for what I have seen so far) no method implementation targets this platform.

Its coming, last I knew the Compact Framework was still in beta. Quite a few people got to play with it back in the early Beta phases and they liked it. Unfortunately I only have a Palm 100 so I didn't get to have any fun Cry | :((

Smart Device Extensions and .NET Compact Framework Beta 1[^]

StephaneRodriguez wrote:
The Mobile internet toolkit looks like an application layer, not a framework layer.

It provides server controls for ASP.NET which should render correctly given the devices support. Whether that is an application layer or a framework layer could be debated because it behaves as both in places.

StephaneRodriguez wrote:
In fact, what MS calls interoperable is on the one hand interoperable across their own Windows platforms (not between Sun,HP,S/390,...).

Aside from not having an implementation of the CLI, what would stop a .NET console program from working on Sun, HP, S/390, etc? The CLI is the only part that Microsoft has said would be open for porting, the other technologies are more or less tied to Windows and kin thus it wouldn't make much sense to port them.

Of course MS is pushing the usage of Windows Forms and non-CLI portions of .NET, just like they've pushed the use of COM. Unlike COM though, we're seeing other implementations being produced.

StephaneRodriguez wrote:
This happen to have been a failure for many of MS APIs, including DirectX.

I would hardly call DirectX a failure; you'll have a hard time finding any retail game released in the last 3 years that doesn't use at least some part of DirectX. Keep in mind that DirectX started when the developers of Office saw the cool things the game SDK had and wanted to use some of those in Office.

James
"And we are all men; apart from the females." - Colin Davies
GeneralRe: C++ SendMessage Pin
Stephane Rodriguez.17-Aug-02 8:01
Stephane Rodriguez.17-Aug-02 8:01 
Questionhow to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
skn2k16-Aug-02 10:56
skn2k16-Aug-02 10:56 
AnswerRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Nnamdi Onyeyiri16-Aug-02 11:52
Nnamdi Onyeyiri16-Aug-02 11:52 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Anonymous16-Aug-02 12:02
Anonymous16-Aug-02 12:02 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Nnamdi Onyeyiri16-Aug-02 12:04
Nnamdi Onyeyiri16-Aug-02 12:04 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Anonymous16-Aug-02 12:14
Anonymous16-Aug-02 12:14 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Marc Clifton16-Aug-02 13:14
mvaMarc Clifton16-Aug-02 13:14 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
skn2k16-Aug-02 16:39
skn2k16-Aug-02 16:39 
AnswerRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Stephane Rodriguez.16-Aug-02 22:46
Stephane Rodriguez.16-Aug-02 22:46 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
nitro66618-Aug-02 4:17
nitro66618-Aug-02 4:17 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Stephane Rodriguez.18-Aug-02 4:39
Stephane Rodriguez.18-Aug-02 4:39 
GeneralRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
nitro66618-Aug-02 6:07
nitro66618-Aug-02 6:07 
AnswerRe: how to hide c# windows Application from windows task manager processess list..(windows 2000) Pin
Stephane Rodriguez.18-Aug-02 4:51
Stephane Rodriguez.18-Aug-02 4:51 
GeneralEvents from a Remote Object Pin
16-Aug-02 10:12
suss16-Aug-02 10:12 
GeneralRe: Events from a Remote Object Pin
Sijin17-Aug-02 1:39
Sijin17-Aug-02 1:39 
GeneralIdentifying struct type from pointer Pin
leppie16-Aug-02 9:52
leppie16-Aug-02 9:52 
GeneralRe: Identifying struct type from pointer Pin
Stephane Rodriguez.16-Aug-02 10:15
Stephane Rodriguez.16-Aug-02 10:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.