Search found 7 matches

by veryhotsauasge
Mon, 2006-02-20, 13:08
Forum: DCMTK - Installation
Topic: Need help with VS 2003 .NET compiler error LNK2019: unresolved external symbol _main referenc
Replies: 4
Views: 7268

hahahaha Thanks for that. I had really big problems for VS2005 starting up win32 applications so i took on of the console projects and just started editing it. I did the same with the initial VS2003 one. The fix was to just start again with a new win32 project in VS2003, it compiles, then i took the...
by veryhotsauasge
Sun, 2006-02-19, 13:21
Forum: DCMTK - Installation
Topic: Need help with VS 2003 .NET compiler error LNK2019: unresolved external symbol _main referenc
Replies: 4
Views: 7268

This is by far becoming my favorite thread =)

i found that you can add gdiplus to vs6 by defining the following:

#define ULONG_PTR ULONG
#include <gdiplus.h>

however, it would still be nice to be able to compile and link on the newer VS versions.
by veryhotsauasge
Sun, 2006-02-19, 13:15
Forum: DCMTK - Installation
Topic: Need help with VS 2003 .NET compiler error LNK2019: unresolved external symbol _main referenc
Replies: 4
Views: 7268

Just for the record,

the above code compile perfectly in VS6 but i can't include gdiplus.h and use the library because i get an overload of compile errors.

If anyone has found a workaround and can supply the source, i would be so grateful.
by veryhotsauasge
Sun, 2006-02-19, 13:07
Forum: DCMTK - Installation
Topic: Need help with VS 2003 .NET compiler error LNK2019: unresolved external symbol _main referenc
Replies: 4
Views: 7268

Need help with VS 2003 .NET compiler error LNK2019: unresolved external symbol _main referenc

Hi, I have had limited success with DCMtk using VS6 but i have not managed to get a windows program to compile with both VS2005 and 2003. I have made a simple console application converting .bmp images into dicom images and wish to extend it by making it a windows application that reads more than ju...
by veryhotsauasge
Sat, 2006-02-18, 16:41
Forum: DCMTK - General
Topic: dicom file problem
Replies: 15
Views: 23118

Hi, I would like to get a sample of your dicom saving source code. please send to veryhotsausage@gmail.com. Thank you so much in advance. Where can we get documentation on the "DCM_ " parameters? I think more information about DCM_PhotometricInterpretation and DCM_PixelData and the importa...
by veryhotsauasge
Tue, 2006-01-31, 13:19
Forum: DCMTK - General
Topic: Build Errors for DicomImage Class Construction in VS8
Replies: 1
Views: 2855

Build Errors for DicomImage Class Construction in VS8

Please Help! I've written a really simple code contained in DicomReaderWrap.cpp and DicomReaderWrap.h -------------DicomReaderWrap.h----------------------------------------------------------------- #pragma once #include "dcmtk/dcmimgle/dcmimage.h" class DicomReaderWrap { private: DicomImag...
by veryhotsauasge
Tue, 2006-01-31, 00:04
Forum: DCMTK - General
Topic: Using With /CLR in .NET
Replies: 7
Views: 12415

Using With /CLR in .NET

Hi, I'm trying to use the DiComImage Class to read in a DICOM image and display it in a C++ .NET Form using VC 2005. I get link errors. If I compile without using managed code, it works. Please let me know if anyone has tried to write a wrapper for the DicomImage Class for the .NET Framework. Thanks