Displaying 1 result from an estimated 1 matches for "islogen".
Did you mean:
iogen
2010 Jun 26
1
Problem in "porting" a function on windows to linux?
Hi all!
I use ubuntu 9.04;
I have a function called "isLogEnabled" in my project on windows, I wanna port it to linux.
I know that I should have a "config.h" file in linux to get log from a specific Shared object and ..., but because I'm new to linux,
I don't know how this should be done, this is my function:
Code:
//This function r...