Search found 6 matches

by catalinvasile
Wed Mar 19, 2014 10:28 pm
Forum: Coding
Topic: Codding outside of K-OS and testing
Replies: 4
Views: 4699

Re: Codding outside of K-OS and testing

hidnplayr wrote:
catalinvasile wrote:The FTP one connects, I can see the current directory and change to a new one, but it fails to download files.
Can you make a screenshot from the log when it fails?
catalinvasile wrote:The TFTP clients doesn't even connect.
I'll need to investigate that.
I will do this, this weekend.
by catalinvasile
Sat Mar 15, 2014 12:06 pm
Forum: Coding
Topic: Rolling up window event
Replies: 5
Views: 5315

Re: Rolling up window event

I'm aware of that description file and I went through it.
I was thinking if there was an undocumented behavior or such.
by catalinvasile
Sat Mar 15, 2014 11:27 am
Forum: Coding
Topic: Rolling up window event
Replies: 5
Views: 5315

Re: Rolling up window event

Ok, sounds good.
Still, in most applications does an API function (such as SysFn 12, subfunction 1) check automatically for this flag and does ?
I'm trying to see if an app has a bug inside it's code, or if it's a bug inside the API.
by catalinvasile
Sat Mar 15, 2014 3:08 am
Forum: Coding
Topic: function 9 valid slot
Replies: 1
Views: 3310

function 9 valid slot

From what I understand, API function 9 takes in ECX the slot number of a thread and after the execution EAX should contain the maximum slot number. Also in the remarks it states that: "Returned value is not a total number of threads, because there can be free slots." Is there a way functio...
by catalinvasile
Sat Mar 15, 2014 2:37 am
Forum: Coding
Topic: Rolling up window event
Replies: 5
Views: 5315

Rolling up window event

How does a window know it got rolled up?
Does it triggers some internal behavior?
Or do you call an API function which tells you this happened and you must not redraw parts of the window?
by catalinvasile
Fri Mar 14, 2014 2:20 am
Forum: Coding
Topic: Codding outside of K-OS and testing
Replies: 4
Views: 4699

Codding outside of K-OS and testing

Hi, I'm trying to get along with the OS and app development. I've looked over FASM (as I've been working only with TASM and a little on NASM). Now I want to write the code on my guest machine, and then run it on Kolibri OS that is running in my VirtualBox machine. I've tried using the FTP and TFTP c...