Hi Frederic how are you ?

Thanks by your comments about problems through the code. I remember you told me about your failing harddrive. I hope long life to your harddrive and you too, sure. :.)

About the sleep and usleep, the code was made and compiled using a Linux box but is so easy change to Windows platform, I can do it and send to list again.
FlightGear has some internal library functions to provide multiplatform solutions for cases like this ??? Or I need write conditional compiler directives through the code like #ifdef _WIN32_ ???

About the printf, I'm sorry, I didn't know about Flightgear's log routines and this printf was done only to help me while developing this feature. In fact, the printf lines must be deleted.

About the identation, I don't know about flightgear identation scheme, but I can fix this too if you send me the identation scheme instructions.

Can you or Curtis, as the more experiencied FlightGear developers, help me with theses questions ?

I'll wait by Curtis response too because recently I sent the code then I'll be waiting his comments about the code.


Thank you again.

Leidson

On 10/22/06, Frederic Bouvier <[EMAIL PROTECTED] > wrote:
Frederic Bouvier wrote :
> Leidson Campos A. Ferreira wrote :
>
>>     Would you be willing to either send me patches (diff -c
>>     oldfile.cxx newfile.cxx) or just an entire copy of each changed
>>     file?
>>
>>
>>
>> Sure. I'm sending to you  a tar.gz file containing the changed files.
>> You can see the changes wihout diff, if you prefer, only search
>> through the code by tags //[Leidson<] (Begin of changed block code)
>> and //[Leidson>] (End of changed block code)
>>
>
>
> I remember this patch. Unfortunately, it doesn't compile with MSVC
> because of the usage of 'sleep' and 'usleep'
>

other problems is that it is cumbered with printf ( FlightGear is in
C++, and the official way to output to the console is to use SG_LOG )
and the indentation is screwed.

-Fred

--
Frédéric Bouvier
http://frfoto.free.fr         Photo gallery - album photo
http://www.fotolia.fr/p/2278  Other photo gallery
http://fgsd.sourceforge.net/  FlightGear Scenery Designer



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to