Click here to Skip to main content
16,011,685 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Path to default files called by program Pin
Dave Kreskowiak21-Dec-05 13:13
mveDave Kreskowiak21-Dec-05 13:13 
AnswerRe: Path to default files called by program Pin
HakunaMatada22-Dec-05 0:07
HakunaMatada22-Dec-05 0:07 
GeneralRe: Path to default files called by program Pin
Dave Kreskowiak22-Dec-05 5:52
mveDave Kreskowiak22-Dec-05 5:52 
GeneralRe: Path to default files called by program Pin
HakunaMatada22-Dec-05 17:12
HakunaMatada22-Dec-05 17:12 
GeneralRe: Path to default files called by program Pin
Dave Kreskowiak22-Dec-05 17:55
mveDave Kreskowiak22-Dec-05 17:55 
GeneralRe: Path to default files called by program Pin
HakunaMatada22-Dec-05 18:17
HakunaMatada22-Dec-05 18:17 
AnswerRe: Path to default files called by program Pin
HakunaMatada22-Dec-05 0:11
HakunaMatada22-Dec-05 0:11 
Questionerror LNK2028: unresolved token Pin
Lythimer21-Dec-05 2:41
Lythimer21-Dec-05 2:41 
Hi,

I have a native DLL exporting somes functions (__declspec( dllexport )).

I have converted the project in VS 2005... all work fine.

I try now to compile the project with /clr option.

All work fine.

But when I compile my other project (this project call functions from the native DLL)
(it's in native compiled in VS 2005 with /clr option),

when it link I got lot of error like this:

NodeRDTiff.obj : error LNK2028: unresolved token (0A00024C) "int __cdecl file_Close(void *)" (?file_Close@@$$FYAHPAX@Z) referenced in function "public: virtual void __thiscall CNodeRDTiff::ReleaseFile(void)" (?ReleaseFile@CNodeRDTiff@@$$FUAEXXZ)


But if I compile the first project without /clr, the second project will link correctly.

Someone can help me ?

Best regards,

===================
Martin Bonneville
Analyst-programmer
AnswerRe: error LNK2028: unresolved token Pin
hiraljv21-Dec-05 20:21
hiraljv21-Dec-05 20:21 
GeneralRe: error LNK2028: unresolved token Pin
Lythimer22-Dec-05 9:12
Lythimer22-Dec-05 9:12 
QuestionPictureBox in .NET Pin
HakunaMatada20-Dec-05 18:17
HakunaMatada20-Dec-05 18:17 
AnswerRe: PictureBox in .NET Pin
Dave Kreskowiak21-Dec-05 2:48
mveDave Kreskowiak21-Dec-05 2:48 
GeneralRe: PictureBox in .NET Pin
HakunaMatada22-Dec-05 0:23
HakunaMatada22-Dec-05 0:23 
GeneralRe: PictureBox in .NET Pin
Dave Kreskowiak22-Dec-05 1:39
mveDave Kreskowiak22-Dec-05 1:39 
GeneralRe: PictureBox in .NET Pin
HakunaMatada22-Dec-05 20:26
HakunaMatada22-Dec-05 20:26 
GeneralRe: PictureBox in .NET Pin
Dave Kreskowiak23-Dec-05 3:57
mveDave Kreskowiak23-Dec-05 3:57 
GeneralRe: PictureBox in .NET Pin
HakunaMatada23-Dec-05 17:27
HakunaMatada23-Dec-05 17:27 
GeneralRe: PictureBox in .NET Pin
Dave Kreskowiak26-Dec-05 6:15
mveDave Kreskowiak26-Dec-05 6:15 
GeneralRe: PictureBox in .NET Pin
HakunaMatada26-Dec-05 17:20
HakunaMatada26-Dec-05 17:20 
GeneralRe: PictureBox in .NET Pin
Colin Angus Mackay26-Dec-05 6:42
Colin Angus Mackay26-Dec-05 6:42 
GeneralRe: PictureBox in .NET Pin
HakunaMatada26-Dec-05 17:24
HakunaMatada26-Dec-05 17:24 
QuestionManaged RTP stack Pin
Ray Cassick20-Dec-05 16:49
Ray Cassick20-Dec-05 16:49 
Questionproblem in creating dll Pin
Jax_qqq20-Dec-05 16:40
Jax_qqq20-Dec-05 16:40 
AnswerRe: problem in creating dll Pin
Christian Graus20-Dec-05 16:47
protectorChristian Graus20-Dec-05 16:47 
AnswerRe: problem in creating dll Pin
Dave Kreskowiak21-Dec-05 2:44
mveDave Kreskowiak21-Dec-05 2:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.