Diluka Moratuwage wrote:
Samisa Abeysinghe wrote:
Diluka Moratuwage wrote:
I'm planning to include another platform specific folder and reimplement some of these functions from scratch. Will that be a good option ? Any other suggestions ?

What are the functions that you are going to implement? How are you going to auto sense the platform?

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


I'm still finding how to do the auto sense (since I'm doing the cross platform development). I may need to write functions for ftime, alphasort, scandir, using the available functions in the platform, and use some other versions for functions like rand, srand, and signal.

You can have have a look into the header util\include\platforms\axutil_platform_auto_sense.h to get an idea on how to implement auto sense. Since this seems to be a unix like platform, I propose that you create a sub folder within unix platform folder, may be called mobile, and use the unix stuff that works as it is and override whatever stuff that does not work.

Thanks,
Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to