Search found 4 matches

by idea
Mon, 2006-12-11, 18:32
Forum: DCMTK - Installation
Topic: Creating Windows Form Application with Visual Studio 2005
Replies: 3
Views: 8929

I need really help please! I've created following CMakeLists.txt file: ################################################# PROJECT(guitest) SET(DCMTK_DIR dcmtk-3.5.4-win32-i386) FILE(GLOB SOURCE_FILES "*.cpp") FILE(GLOB HEADER_FILES "*.h") SET(RESOURCE_FILES app.rc res/app.ico ) SE...
by idea
Mon, 2006-12-11, 15:57
Forum: DCMTK - Installation
Topic: Creating Windows Form Application with Visual Studio 2005
Replies: 3
Views: 8929

Can someone help me by describing the steps to develop a very simple Windows Forms Application?

Thank you in advance
Daniele
by idea
Fri, 2006-12-08, 21:06
Forum: DCMTK - Installation
Topic: Creating Windows Form Application with Visual Studio 2005
Replies: 3
Views: 8929

Creating Windows Form Application with Visual Studio 2005

Hi all, I've installed dcmtk under Windows XP SP2, i had develop a simple console application with Visual Studio 2005 Express Edition, and it works correctly. Now i want to develop a Windows Form Application, but when i try to build follow errors occurs: ------ Build started: Project: demo_applicati...
by idea
Wed, 2006-08-23, 14:46
Forum: DCMTK - Installation
Topic: Installing DCMTK on Borland C++Builder 6
Replies: 2
Views: 7065

Installing DCMTK on Borland C++Builder 6

I must write an application using DCMTK library and Borland C++Builder 6, but i have some problem on installing DCMTK library. I've read others threads on installation of DCMTK, but i'm not be able to do this correctly. I think i do something wrong. Is there somebody that can explain me DETAILED STE...