Search found 78 matches
- Fri Aug 10, 2012 5:55 am
- Forum: Platform Support
- Topic: 64 bit support
- Replies: 15
- Views: 198293
Re: 64 bit support
Hi Jerome, this is certainly a good news. I have checked the Mantis link.. Would it not be better to instead of Platform::win32 to Platform::windows do a Platform::win32 and Platform::win64 which would allow the programmer to check in his/hers application if one code or another should be run. Also J...
- Thu Aug 02, 2012 7:56 pm
- Forum: General Discussion
- Topic: website SDK failed to load under win7
- Replies: 4
- Views: 62162
Re: website SDK failed to load under win7
Mostly unrelated to the post above ---
Jerome, it seems that the links are of 'follow' type.. Save your link juice I would add 'nofollow' to links in posts
Cheers,
D.Bane.
Jerome, it seems that the links are of 'follow' type.. Save your link juice I would add 'nofollow' to links in posts
Cheers,
D.Bane.
- Thu Aug 02, 2012 7:51 pm
- Forum: General Discussion
- Topic: website SDK failed to load under win7
- Replies: 4
- Views: 62162
Re: website SDK failed to load under win7
Hi Sam,
I got the website opened right after clicking on it...
Just wanted to let you know.
PS: Maybe you should inspect the source of the webpage when you call it, or try with portable firefox
Cheers
D.Bane.
I got the website opened right after clicking on it...
Just wanted to let you know.
PS: Maybe you should inspect the source of the webpage when you call it, or try with portable firefox
Cheers
D.Bane.
- Sat Jul 21, 2012 11:09 am
- Forum: GUI Toolkit & 2D Graphics
- Topic: Ecere DLL update - class Circle
- Replies: 4
- Views: 47979
Re: Ecere DLL update - class Circle
Hi Jerome, OK, then we will talk about it later on to see exactly how that could be accomplished :) Also, just a note, for now, the Draw Circle function is recursive if you have borderSize bigger then 1, so for borderSize = 3, it would draw 3 circles. When I figure it out for a fast way to fill in t...
- Fri Jul 20, 2012 4:57 pm
- Forum: GUI Toolkit & 2D Graphics
- Topic: Ecere DLL update - class Circle
- Replies: 4
- Views: 47979
Re: Ecere DLL update - class Circle
Hi Jerome, Thank you for putting it all in one file. Yes, now that you have mentioned it, I searched for it and for some reason I had it in Surface.ec, not in units.ec, don't know why.. Thanks for noticing it. If you want you can put it in extras, as far as I know all code we 'give to Ecere' is for ...
- Fri Jul 20, 2012 6:52 am
- Forum: GUI Toolkit & 2D Graphics
- Topic: Ecere DLL update - class Circle
- Replies: 4
- Views: 47979
Ecere DLL update - class Circle
Hi, I wanted to do this on Git, but I can not download anything at the moment (for some time, who knows for how long :/) so it is easier to copy paste it here, I hope you do not mind :) I personally really like the option of having a Circular button but, not the one that will 'shine' when you are in...
- Mon Mar 26, 2012 2:54 am
- Forum: Compiler Errors
- Topic: Compiler stops right away
- Replies: 15
- Views: 102610
Re: Compiler stops right away
Hi, Thank you Jerome, I will see what may be the problem. I have access to other computers so I will try that, although I am thinking of switching to Ubuntu I already have it setup and everything :) Are you running any anti-virus software on your system? Or perhaps you actually have some kind of mal...
- Sun Mar 25, 2012 4:02 pm
- Forum: Compiler Errors
- Topic: Compiler stops right away
- Replies: 15
- Views: 102610
Re: Compiler stops right away
Hi. Uf... It is not working... Can you try taking out the 'q' (quiet) in the ear awq command, and then doing make clean/make again? If you meant that I should open sdk/ear/cmd/ear.epj and change this section: 452 | //case 'q': 453 | // quiet = true; 454 | // break; (I have added the comments to them...
- Sat Mar 24, 2012 7:51 pm
- Forum: Compiler Errors
- Topic: Compiler stops right away
- Replies: 15
- Views: 102610
Re: Compiler stops right away
Hi. Thanks for working this through with me :) Thank you Jerome for working with me :) I am sorry, I forgot to destroy the cmd window so yes, I am able to just call it from any folder and I get the version info... for both of them. Now, I tried what you said about building inside of "sdk\ear\cm...
- Sat Mar 24, 2012 5:08 am
- Forum: Compiler Errors
- Topic: Compiler stops right away
- Replies: 15
- Views: 102610
Re: Compiler stops right away
Hi Jerome, I have tried yesterday to compile by removing the items from the path, so I left only what the ecere has in its path. (Yes, that is the user path, I usually was needed to add info only to it, I will post the other path as well). When I had changed to smaller pathe (ecere bin and mingw bin...