is there any lib to be used?
thank you.
how could i merge storescu to my own code?
Moderator: Moderator Team
-
- Posts: 33
- Joined: Mon, 2010-07-26, 15:12
Re: how could i merge storescu to my own code?
first i got libdcmnet.a.winstonshi wrote:is there any lib to be used?
thank you.
then i wrote main.c with
int main(void)
{
storescu("127.0.0.1", 104, "//mnt//hgfs//D//1.dcm");
return 1;
}
and a MakeFile with
test.exe:main.o libdcmnet(storescu)
gcc -o main main.c
after that i use
make MakeFile and always got
make: Nothing to be done for `MakeFile'.
what is wrong?
thank you.
-
- Posts: 33
- Joined: Mon, 2010-07-26, 15:12
Re: how could i merge storescu to my own code?
hi there, i changed my make file to
test:main.o libdcmnet(storescu)
gcc main.o -o test
main.o:main.c
gcc -c main.c
but the error is the same, plz help.
thank you.
test:main.o libdcmnet(storescu)
gcc main.o -o test
main.o:main.c
gcc -c main.c
but the error is the same, plz help.
thank you.
winstonshi wrote:first i got libdcmnet.a.winstonshi wrote:is there any lib to be used?
thank you.
then i wrote main.c with
int main(void)
{
storescu("127.0.0.1", 104, "//mnt//hgfs//D//1.dcm");
return 1;
}
and a MakeFile with
test.exe:main.o libdcmnet(storescu)
gcc -o main main.c
after that i use
make MakeFile and always got
make: Nothing to be done for `MakeFile'.
what is wrong?
thank you.
Who is online
Users browsing this forum: No registered users and 1 guest