Search found 4 matches

by Prash
Mon, 2007-07-23, 17:40
Forum: DCMTK - General
Topic: Linking with static dcmdata/ofst lib from a .Net application
Replies: 3
Views: 5955

Thank you Michael. :)

For now, I am only mending a small hobby project, mostly to learn as I go. I will definitely keep ClearCanvas in mind.

Regards,

Prash
by Prash
Mon, 2007-07-23, 04:20
Forum: DCMTK - General
Topic: Linking with static dcmdata/ofst lib from a .Net application
Replies: 3
Views: 5955

Re: using static dcmtk libs with managed forms application

Ok I found the fix. Apparently this is a known issue in VC2005 express edition, so when using a static constructor in unmanaged code with a managed forms application, the entry point of the managed app should not be 'main'. Here is the link to the angelic description (I tried, works like magic:-) ht...
by Prash
Fri, 2007-07-20, 17:41
Forum: DCMTK - General
Topic: Linking with static dcmdata/ofst lib from a .Net application
Replies: 3
Views: 5955

Linking with static dcmdata/ofst lib from a .Net application

Hi, I recently attempted to build a simple forms application in Visual Studio 2005 (Express) C++ edition. I built dcmtk package myself, as a collection of static C++ libs. I then link with these libs from the managed C++ forms application. Everything compiles fine, links great. But there is a runtim...
by Prash
Fri, 2007-07-20, 17:37
Forum: DCMTK - General
Topic: Using DCMTK with Visual Studio 2005?
Replies: 2
Views: 4751

Re: Using DCMTK with Visual Studio 2005?

Hi, I am in the process of a similar attempt, although I dont use wxwidgets, so I dont get duplicate definition errors. I am able to successfully compile dcmdata and ofstd libs, and link them with a managed C++ forms application; and it runs in release build, but gives access violation in debug buil...