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

Managed C++/CLI

 
GeneralRe: help if any 1 can :) Pin
George L. Jackson10-Jan-07 23:53
George L. Jackson10-Jan-07 23:53 
GeneralRe: help if any 1 can :) Pin
core9911-Jan-07 12:31
core9911-Jan-07 12:31 
QuestionHow to Ask Questions [modified] Pin
George L. Jackson5-Jan-07 15:36
George L. Jackson5-Jan-07 15:36 
AnswerRe: How to Ask Questions Pin
Mark Salsbery6-Jan-07 6:58
Mark Salsbery6-Jan-07 6:58 
GeneralRe: How to Ask Questions Pin
George L. Jackson6-Jan-07 8:09
George L. Jackson6-Jan-07 8:09 
QuestionDynamic Data Exchange in a CLI project [modified] Pin
dcoy5-Jan-07 4:02
dcoy5-Jan-07 4:02 
AnswerRe: Dynamic Data Exchange in a CLI project Pin
J. Dunlap5-Jan-07 4:52
J. Dunlap5-Jan-07 4:52 
GeneralRe: Dynamic Data Exchange in a CLI project [modified] Pin
dcoy5-Jan-07 5:19
dcoy5-Jan-07 5:19 
I thought so too. It compiles ok, but doesn't link. Seems it can't find the library, which should be internal?


error LNK2028: unresolved token (0A0002FB) "extern "C" unsigned int __stdcall DdeGetLastError(unsigned long)
...
error LNK2019: unresolved external symbol "extern "C" struct HSZ__ * __stdcall DdeCreateStringHandleW(unsigned long,wchar_t const *,int)"
...
fatal error LNK1120: 34 unresolved externals


Compiler command line:
/Od /D "WIN32" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /FD /EHa /MDd /Yu"stdafx.h" /Fp"Debug\DDE_MAIN.pch" /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /nologo /c /Zi /clr /TP /showIncludes /errorReport:prompt /FU "f:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll" /FU "f:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll" /FU "f:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll" /FU "f:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll" /FU "f:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.XML.dll"

Linker command line:
/OUT:"c:\DDE_Router\Debug\DDE_MAIN.exe" /INCREMENTAL /NOLOGO /MANIFEST /MANIFESTFILE:"Debug\DDE_MAIN.exe.intermediate.manifest" /DEBUG /ASSEMBLYDEBUG /PDB:"c:\DDE_Router\debug\DDE_MAIN.pdb" /SUBSYSTEM:WINDOWS /ENTRY:"main" /MACHINE:X86 /FIXED:No /ERRORREPORT:PROMPT

-- modified at 11:56 Friday 5th January, 2007
Added the command lines..
GeneralRe: Dynamic Data Exchange in a CLI project Pin
dcoy5-Jan-07 6:28
dcoy5-Jan-07 6:28 
Questionc++ Pin
pradeeba4-Jan-07 19:47
pradeeba4-Jan-07 19:47 
AnswerRe: c++ Pin
bsaksida4-Jan-07 22:25
bsaksida4-Jan-07 22:25 
AnswerRe: c++ Pin
Christian Graus5-Jan-07 10:50
protectorChristian Graus5-Jan-07 10:50 
GeneralRe: c++ Pin
Mark Salsbery5-Jan-07 11:35
Mark Salsbery5-Jan-07 11:35 
Questionabout System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd4-Jan-07 19:39
Super Lloyd4-Jan-07 19:39 
AnswerRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
bsaksida4-Jan-07 22:30
bsaksida4-Jan-07 22:30 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd4-Jan-07 22:55
Super Lloyd4-Jan-07 22:55 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
bsaksida4-Jan-07 23:17
bsaksida4-Jan-07 23:17 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd4-Jan-07 23:38
Super Lloyd4-Jan-07 23:38 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
bsaksida4-Jan-07 23:49
bsaksida4-Jan-07 23:49 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd5-Jan-07 0:27
Super Lloyd5-Jan-07 0:27 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
bsaksida5-Jan-07 1:12
bsaksida5-Jan-07 1:12 
GeneralRe: about System.IO.FileLoadException Exception from HRESULT: 0x800736B1 (Could not load file or assembly ...) Pin
Super Lloyd5-Jan-07 10:15
Super Lloyd5-Jan-07 10:15 
QuestionDetecting sql server and db2 Pin
saqib823-Jan-07 18:56
saqib823-Jan-07 18:56 
AnswerRe: Detecting sql server and db2 Pin
Christian Graus3-Jan-07 19:03
protectorChristian Graus3-Jan-07 19:03 
AnswerRe: Detecting sql server and db2 Pin
bsaksida4-Jan-07 22:32
bsaksida4-Jan-07 22:32 

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.