Search found 11 matches

by richard567
Mon Mar 28, 2011 9:01 pm
Forum: General Help
Topic: Debugging error - no make file
Replies: 3
Views: 14394

Re: Debugging error - no make file

Hi Sharhebe, I am not an Admin and I am new to Ecere and just an amateur programmer but I think I had the same problem on my first project initially. Try removing spaces out of the filename(s) for the .epj and related files, etc. I think that corrected my compile issue. NOTE -- I would recommend if ...
by richard567
Thu Mar 03, 2011 5:12 pm
Forum: General Help
Topic: Problem with time.month
Replies: 5
Views: 17944

Re: Problem with time.month

Thanks redj. Will do that. I changed the image on 03-03-2011 as I made minor enhancements since the original post.

Richard
by richard567
Wed Mar 02, 2011 3:27 pm
Forum: General Help
Topic: Problem with time.month
Replies: 5
Views: 17944

Re: Problem with time.month

Thanks Jerome. A screen shot of my finished product can be viewed below: http://i339.photobucket.com/albums/n461/burbs2008/Solar%20Position/Solar259.jpg Updated 03-03-2011 with minor enhancements to finished product. Updated 03-15-2011 with more minor enhancements to finished product. You were a gre...
by richard567
Tue Mar 01, 2011 9:01 pm
Forum: General Help
Topic: Problem with time.month
Replies: 5
Views: 17944

Re: Problem with time.month

Okay. I'm starting to feel like an idiot. Can somebody just verify that I am correct on the following: time.month returns a cardinal number 0-11 as months since January. To use a value from system time corresponding to March, I need to use (time.month + 1) and same for all the other months? Thanks i...
by richard567
Tue Mar 01, 2011 6:36 pm
Forum: General Help
Topic: Problem with time.month
Replies: 5
Views: 17944

Problem with time.month

Hi All, I am having a problem with time.month returning a value of 1 rather than the current system clock month. All other time values are returning correctly including time.year; time.day; time.hour; time.minute; and time.second. I have a feeling it is returning an error value of 1 rather than the ...
by richard567
Mon Feb 28, 2011 12:54 am
Forum: General Help
Topic: Need help - function output to form1
Replies: 7
Views: 22732

Re: Need help - function output to form1

Hi Jerome, I am making progress but have one problem and one question following the attached code. Following code is entire program so far. This compiles and works fine when including the spa.c and spa.h files. If the entire code is too much, let me know and I can change it.   import "ecere&quo...
by richard567
Wed Feb 23, 2011 11:06 pm
Forum: General Help
Topic: Need help - function output to form1
Replies: 7
Views: 22732

Re: Need help - function output to form1

Oh ... I also wanted to say that I was used to using the MS VB 2010 and MS C++ 2010 timer which I think work different from straight C, eC or C++. With VB 2010, I just put all real-time related input/output within the timer brackets in the proper order of course and all would continually input/recal...
by richard567
Wed Feb 23, 2011 10:57 pm
Forum: General Help
Topic: Need help - function output to form1
Replies: 7
Views: 22732

Re: Need help - function output to form1

No problem about the timeout. It's happened before elsewhere more than once and I should have known to copy before I pressed Submit. I did try moving the function once inside the OnRefresh brackets. I don't remember the results because I have been trying so many different things. What I will do is r...
by richard567
Wed Feb 23, 2011 9:19 pm
Forum: General Help
Topic: Need help - function output to form1
Replies: 7
Views: 22732

Re: Need help - function output to form1

Thanks very much Jerome. I had a better reply, but by the time I finished it I had timed out on the forum and lost the message because I didn't copy or save it before posting. I'll keep this one shorter. I've got more studying to do but you have pointed me in the right direction(s). My head is spinn...
by richard567
Wed Feb 23, 2011 6:59 pm
Forum: General Help
Topic: Need help - function output to form1
Replies: 7
Views: 22732

Need help - function output to form1

You can read my introduction in the General section. My problem may be a mix of C and eC and the fact that I am an amateur. Please excuse me if I get some programming terminology wrong or maybe get beyond the scope of this forum. Brief program description: Intent is to have a continually refreshing/...