Re: Low-level coding

2006-09-13 Thread hendric
Hi,Slunt Hmm as my thought you'd better read something about windows kernel technology. If you got difficult in assembly , which I thought the very low-level coding you refered to , to have a look at books about assembly maybe the best choice. But I still think windows kernel techn

Re: Low-level coding

2006-09-12 Thread Kai Blin
On Monday 11 September 2006 22:58, Kuba Ober wrote: > On Monday 11 September 2006 12:12, Frank Richter wrote: [...] > > ":S" might've been an emoticon here. > > Thought about that, a quick google for :S didn't show up anything > interesting. According to [1], it's a "contratidcory remark" smiley.

Re: Low-level coding

2006-09-11 Thread Kuba Ober
On Monday 11 September 2006 12:12, Frank Richter wrote: > On 11.09.2006 15:24, Kuba Ober wrote: > >> Correct me if I'm wrong, I could be looking at the wrong files :S. > > > > Are you looking at assembly files? Those have .S extension. Methinks you > > should focus on the C sources first, which hav

Re: Low-level coding

2006-09-11 Thread Aaron Slunt
Saulius Krasuckas wrote: * On Sun, 10 Sep 2006, Aaron Slunt wrote: I was interested in starting to play with wine and maybe even build a few functions for it...but then I realized that it's low-level coding, something I'm not familiar with (higher level is more of my expertise).

Re: Low-level coding

2006-09-11 Thread Frank Richter
On 11.09.2006 15:24, Kuba Ober wrote: >> Correct me if I'm wrong, I could be looking at the wrong files :S. > > Are you looking at assembly files? Those have .S extension. Methinks you > should focus on the C sources first, which have .c extension. ":S" might've been an emoticon here. -f.r.

Re: Low-level coding

2006-09-11 Thread Kuba Ober
> I was interested in starting to play with wine and maybe even build a few > functions for it...but then I realized that it's low-level coding, What do you mean by low-level? > Correct me if I'm wrong, I could be looking at the wrong files :S. Are you looking at assembly f

Re: Low-level coding

2006-09-11 Thread Damjan Jovanovic
--- Aaron Slunt <[EMAIL PROTECTED]> wrote: > Hi, > > I was interested in starting to play with wine and > maybe even build a few > functions for it...but then I realized that it's > low-level coding, something > I'm not familiar with (higher level is m

Re: Low-level coding

2006-09-11 Thread Saulius Krasuckas
* On Sun, 10 Sep 2006, Aaron Slunt wrote: > I was interested in starting to play with wine and maybe even build a > few functions for it...but then I realized that it's low-level coding, > something I'm not familiar with (higher level is more of my expertise). > Correct me

Low-level coding

2006-09-10 Thread Aaron Slunt
Hi,I was interested in starting to play with wine and maybe even build a few functions for it...but then I realized that it's low-level coding, something I'm not familiar with (higher level is more of my expertise). Correct me if I'm wrong, I could be looking at the wrong files