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

Managed C++/CLI

 
QuestionMultimedia Timer Problem in MFC VS2010 Pin
lephanhung30-Mar-14 18:44
lephanhung30-Mar-14 18:44 
AnswerRe: Multimedia Timer Problem in MFC VS2010 Pin
Richard MacCutchan30-Mar-14 21:52
mveRichard MacCutchan30-Mar-14 21:52 
GeneralRe: Multimedia Timer Problem in MFC VS2010 Pin
lephanhung31-Mar-14 2:11
lephanhung31-Mar-14 2:11 
GeneralRe: Multimedia Timer Problem in MFC VS2010 Pin
lephanhung31-Mar-14 19:24
lephanhung31-Mar-14 19:24 
QuestionCompiler Bug in C++/CLI vs Native C++ Pin
John Schroedl28-Mar-14 1:51
professionalJohn Schroedl28-Mar-14 1:51 
QuestionRun exe resource from memory. Pin
Member 1055963526-Mar-14 1:23
Member 1055963526-Mar-14 1:23 
AnswerRe: Run exe resource from memory. Pin
Richard Andrew x6426-Mar-14 5:41
professionalRichard Andrew x6426-Mar-14 5:41 
Newscursor problem Pin
neterfari26-Mar-14 1:10
neterfari26-Mar-14 1:10 
Hello ,
I have a problem, I use LoadCursor () , but at runtime it shows me two error messages.
Here is the code:
term.h
C++
void LoadCursor(double latitude,double longitude);

term.cpp
C++
void Term::LoadCursor(double longitude,double latitude)
{
	CursorLongitudeCurrent=longitude;
	CursorLatitudeCurrent=latitude;
}


nem.h
C++
double ReadLatitudeValue(void);
string ReadLongitude(void);


FormD.h
C++
private: System::Void TMR_RS232Read_Tick(System::Object^  sender, System::EventArgs^  e) {
      ptr_Term> LoadCursor(ptr_nem->ReadLatitudeValue(),ptr_nem->ReadLongitudeValue());
}


AND errors:
first:
error LNK2019: unresolved external symbol "public: void __thiscall term::LoadCursorW(double,double)" (?LoadCursorW@term@@$$FQAEXNN@Z) referenced in the function "private: void __clrcall FormD.cpp::Form_D::TMR_RS232Read_Tick(class System::Object ^,class System::EventArgs ^)" (?TMR_RS232Read_Tick@FormD@FormD.cpp@@$$FA$AAMXP$AAVObject@System@@P$AAVEventArgs@4@@Z)

Second:
error LNK2028: unresolved token (0A0004AF) "public: void __thiscall term::LoadCursorW(double,double)" (?LoadCursorW@term@@$$FQAEXNN@Z) referenced in the function "private: void __clrcall FormD.cpp::FormD::TMR_RS232Read_Tick(class System::Object ^,class System::EventArgs ^)" (?TMR_RS232Read_Tick@FormD@FormD.cpp@@$$FA$AAMXP$AAVObject@System@@P$AAVEventArgs@4@@Z)

if you have an idea
Thank you

modified 26-Mar-14 7:24am.

GeneralRe: cursor problem Pin
Richard MacCutchan26-Mar-14 1:38
mveRichard MacCutchan26-Mar-14 1:38 
GeneralRe: cursor problem Pin
neterfari26-Mar-14 3:17
neterfari26-Mar-14 3:17 
GeneralRe: cursor problem Pin
neterfari26-Mar-14 3:19
neterfari26-Mar-14 3:19 
GeneralRe: cursor problem Pin
John Schroedl26-Mar-14 5:06
professionalJohn Schroedl26-Mar-14 5:06 
GeneralRe: cursor problem Pin
Richard MacCutchan26-Mar-14 5:35
mveRichard MacCutchan26-Mar-14 5:35 
GeneralRe: cursor problem Pin
neterfari26-Mar-14 10:02
neterfari26-Mar-14 10:02 
GeneralRe: cursor problem Pin
Richard MacCutchan26-Mar-14 22:48
mveRichard MacCutchan26-Mar-14 22:48 
GeneralRe: cursor problem Pin
neterfari26-Mar-14 23:08
neterfari26-Mar-14 23:08 
GeneralRe: cursor problem Pin
Richard MacCutchan26-Mar-14 23:18
mveRichard MacCutchan26-Mar-14 23:18 
GeneralRe: cursor problem Pin
neterfari27-Mar-14 0:38
neterfari27-Mar-14 0:38 
QuestionConvert a C# WinSCP program to C++/CLI Pin
biop.codeproject19-Mar-14 23:06
biop.codeproject19-Mar-14 23:06 
AnswerRe: Convert a C# WinSCP program to C++/CLI Pin
Richard MacCutchan19-Mar-14 23:31
mveRichard MacCutchan19-Mar-14 23:31 
GeneralRe: Convert a C# WinSCP program to C++/CLI Pin
biop.codeproject20-Mar-14 17:24
biop.codeproject20-Mar-14 17:24 
AnswerRe: Convert a C# WinSCP program to C++/CLI Pin
sunshine@work.20-Mar-14 0:03
professionalsunshine@work.20-Mar-14 0:03 
GeneralRe: Convert a C# WinSCP program to C++/CLI Pin
biop.codeproject20-Mar-14 15:43
biop.codeproject20-Mar-14 15:43 
QuestionC++ to Managed CLI Pin
sunshine@work.19-Mar-14 5:01
professionalsunshine@work.19-Mar-14 5:01 
AnswerRe: C++ to Managed CLI Pin
Richard MacCutchan19-Mar-14 7:33
mveRichard MacCutchan19-Mar-14 7:33 

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.