View Single Post
Old 09-13-2009, 04:04 PM   #144
Antartica
Evangelist
Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.Antartica ought to be getting tired of karma fortunes by now.
 
Antartica's Avatar
 
Posts: 423
Karma: 1517132
Join Date: Jun 2006
Location: Madrid, Spain
Device: quaderno, remarkable2, yotaphone2, prs950, iliad, onhandpc, newton
Quote:
Originally Posted by ericshliao View Post
My original intention was to compile it to an object file. But I have too few knowledge using gcc. So I included (or copied) "xepdmgrclient.c" and "xepdmgrclient.h". It's working, but not in an elegant way.
To compile it into an object file:

Code:
gcc -c xepdmgrclient.c
That will produce "xepdmgrclient.o", that you can link with your program.

If anything needs more explanations, don't hesitate to ask .
Antartica is offline   Reply With Quote