<실행 결과>
 bfType[4d42]
 bfSize[29f76]
 bfReserved1[0]
 bfReserved2[0]
 bfOffBits[36]
 biSize[28]
 biWidth[140]
 biHeight[b3]
 biPlanes[1]
 biBitCount[18]
 biCompression[0]
 biSizeImage[29f40]
 biXpelsPerMeter[b12]
 biYpelsPerMeter[b12]
 biClrUsed[0]
 biClrIMportant[0]


Shared Library 빌드하기


# make
gcc -fPIC -c *.c
gcc -shared -Wl,-soname,libguiplk.so.1 -o libguiplk.so.1.0.1 *.o
ln -s libguiplk.so.1.0.1 libguiplk.so
ln -s libguiplk.so.1.0.1 libguiplk.so.1

#make clean
rm -f *.o libguiplk.*


'Programming > Linux Coding' 카테고리의 다른 글

Ex11. 비트맵 이미지 Frame Buffer에 뿌리기  (1) 2016.12.19
Ex11. 비트맵 파일 정보 갖어오기  (0) 2016.12.19
shell script에서 하는 산술연산  (0) 2016.05.03
chmod  (0) 2016.05.02
linux svn command  (1) 2016.04.28
다이얼로그 속성 -> Clip Children -> True 로 설정

+ Recent posts