Click here to Skip to main content
15,915,319 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionSet/GetItemData Pin
Epi11-Dec-06 5:31
Epi11-Dec-06 5:31 
AnswerRe: Set/GetItemData Pin
George L. Jackson11-Dec-06 15:15
George L. Jackson11-Dec-06 15:15 
AnswerRe: Set/GetItemData Pin
User 58385211-Dec-06 16:26
User 58385211-Dec-06 16:26 
GeneralRe: Set/GetItemData Pin
Epi12-Dec-06 0:18
Epi12-Dec-06 0:18 
GeneralRe: Set/GetItemData Pin
Epi12-Dec-06 1:51
Epi12-Dec-06 1:51 
QuestionUsing VB dll's in C++ Pin
jgrogan11-Dec-06 0:52
jgrogan11-Dec-06 0:52 
AnswerRe: Using VB dll's in C++ Pin
Sam Hobbs11-Dec-06 0:58
Sam Hobbs11-Dec-06 0:58 
QuestionSome Compiler Error (from VS .Net 2k3 to VS .Net 2k5) Pin
Programm3r10-Dec-06 20:32
Programm3r10-Dec-06 20:32 
Hi all,

First of all, I hope this is the right place to post this thread...
I have recently received code which I must re-compile, the only thing is that the code was compiled in VS 2003 .Net, and I'm trying to re-compile it in VS 2005. I'm receiving alot of errors, and I have no Idea how to fix them, could any one please help??!!??

Thanx in advance.

ERRORS:

Error 1 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ) Stdafx.obj
Error 2 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ) AssemblyInfo.obj
Error 3 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ) AssemblyInfo.obj
Error 4 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ) Gdi.obj
Error 5 error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ) Gdi.obj
Error 6 fatal error LNK1120: 1 unresolved externals c:\ID Print Source\IDCardPrint 2005-11-22\Native\bin\Release\Native.dll 1
Error 7 fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds C:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\include\afxver_.h 77
Error 9 'Could not load file or assembly 'Syncfusion.Core' or one of its dependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))' C:\ID Print Source\IDCardPrint 2005-11-22\IDDesign\LC IDDesign
Error 11 'Could not load file or assembly 'Syncfusion.Core' or one of its dependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))' C:\ID Print Source\IDCardPrint 2005-11-22\IDDesignApp\LC IDDesignApp


The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

QuestionMaking a callback an instance member function... Pin
Shy Agam10-Dec-06 19:16
Shy Agam10-Dec-06 19:16 
AnswerRe: Making a callback an instance member function... Pin
Sam Hobbs11-Dec-06 0:55
Sam Hobbs11-Dec-06 0:55 
GeneralRe: Making a callback an instance member function... Pin
Shy Agam11-Dec-06 1:02
Shy Agam11-Dec-06 1:02 
GeneralRe: Making a callback an instance member function... Pin
Sam Hobbs11-Dec-06 1:14
Sam Hobbs11-Dec-06 1:14 
GeneralRe: Making a callback an instance member function... Pin
Shy Agam11-Dec-06 1:16
Shy Agam11-Dec-06 1:16 
GeneralRe: Making a callback an instance member function... Pin
Sam Hobbs11-Dec-06 1:18
Sam Hobbs11-Dec-06 1:18 
GeneralRe: Making a callback an instance member function... Pin
Shy Agam11-Dec-06 1:24
Shy Agam11-Dec-06 1:24 
GeneralRe: Making a callback an instance member function... Pin
Mark Salsbery11-Dec-06 6:56
Mark Salsbery11-Dec-06 6:56 
GeneralRe: Making a callback an instance member function... Pin
Shy Agam11-Dec-06 7:52
Shy Agam11-Dec-06 7:52 
GeneralRe: Making a callback an instance member function... Pin
Mark Salsbery11-Dec-06 8:04
Mark Salsbery11-Dec-06 8:04 
GeneralRe: Making a callback an instance member function... Pin
Shy Agam11-Dec-06 8:13
Shy Agam11-Dec-06 8:13 
GeneralRe: Making a callback an instance member function... Pin
Mark Salsbery11-Dec-06 8:18
Mark Salsbery11-Dec-06 8:18 
GeneralRe: Making a callback an instance member function... Pin
Shy Agam11-Dec-06 8:20
Shy Agam11-Dec-06 8:20 
QuestionRunning an external EXE ? Pin
Fritzables10-Dec-06 15:01
Fritzables10-Dec-06 15:01 
Questionstarting an application as a service Pin
arnluci10-Dec-06 8:34
arnluci10-Dec-06 8:34 
AnswerRe: starting an application as a service Pin
George L. Jackson10-Dec-06 11:27
George L. Jackson10-Dec-06 11:27 
Questionapplication appearence Pin
arnluci10-Dec-06 8:30
arnluci10-Dec-06 8:30 

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.