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

Managed C++/CLI

 
GeneralRe: std not recognized Pin
Anil_vvs6-Dec-06 17:55
Anil_vvs6-Dec-06 17:55 
GeneralRe: std not recognized Pin
Christian Graus6-Dec-06 18:01
protectorChristian Graus6-Dec-06 18:01 
GeneralRe: std not recognized Pin
Anil_vvs6-Dec-06 18:52
Anil_vvs6-Dec-06 18:52 
QuestionHelp with converting GMT time to AEDT time in c++ Pin
dusty1435-Dec-06 17:49
dusty1435-Dec-06 17:49 
AnswerRe: Help with converting GMT time to AEDT time in c++ Pin
User 5838525-Dec-06 18:41
User 5838525-Dec-06 18:41 
Questionmemory & handle increase when using IXMLDOMDocument::load(), Pin
neerajkchauhan4-Dec-06 17:18
neerajkchauhan4-Dec-06 17:18 
AnswerRe: memory & handle increase when using IXMLDOMDocument::load(), Pin
George L. Jackson4-Dec-06 23:37
George L. Jackson4-Dec-06 23:37 
Questionundefined reference... [modified] Pin
thathvamsi4-Dec-06 16:03
thathvamsi4-Dec-06 16:03 
hi all,
I have declared and defined a function as
inside example.h
static int func1(struct st1 ex1, ....);
inside example.c
static int func1(struct st1 ex1,...)<br />
{<br />
---<br />
---<br />
---<br />
}


I export these functions in test.h as:
extern int func1(struct st1 ex1,...);<br />

and inside test.c, I try to call func1
<br />
#include "test.h"<br />
int main( void )<br />
{<br />
<br />
---<br />
---<br />
struct st1 ex1;<br />
int f1;<br />
f1= func1(ex1,...);<br />
}


The compiler returns with the error: undefined reference to func1.
Can anyone help me with what is wrong? My guess is : that it is to do with static; as I have defined and declared the func1 as static inside the example.h & example.c? But I dont know how to resolve?
Thanks.



-- modified at 22:12 Monday 4th December, 2006
AnswerRe: undefined reference... Pin
Christian Graus4-Dec-06 17:46
protectorChristian Graus4-Dec-06 17:46 
GeneralRe: undefined reference... Pin
thathvamsi4-Dec-06 18:08
thathvamsi4-Dec-06 18:08 
AnswerRe: undefined reference... Pin
Pierre Leclercq5-Dec-06 2:11
Pierre Leclercq5-Dec-06 2:11 
QuestionIDE Code completion & templates Pin
User 5838524-Dec-06 13:19
User 5838524-Dec-06 13:19 
AnswerRe: IDE Code completion &amp; templates Pin
George L. Jackson4-Dec-06 14:39
George L. Jackson4-Dec-06 14:39 
GeneralRe: IDE Code completion & templates Pin
User 5838524-Dec-06 14:44
User 5838524-Dec-06 14:44 
GeneralRe: IDE Code completion & templates Pin
George L. Jackson4-Dec-06 14:54
George L. Jackson4-Dec-06 14:54 
GeneralRe: IDE Code completion & templates Pin
User 5838524-Dec-06 15:00
User 5838524-Dec-06 15:00 
GeneralRe: IDE Code completion &amp; templates Pin
George L. Jackson4-Dec-06 15:20
George L. Jackson4-Dec-06 15:20 
Questionmultiple dimensional vector array Pin
cy163@hotmail.com4-Dec-06 3:25
cy163@hotmail.com4-Dec-06 3:25 
AnswerRe: multiple dimensional vector array Pin
Christian Graus4-Dec-06 9:45
protectorChristian Graus4-Dec-06 9:45 
GeneralRe: multiple dimensional vector array Pin
George L. Jackson4-Dec-06 10:37
George L. Jackson4-Dec-06 10:37 
GeneralRe: multiple dimensional vector array Pin
Christian Graus4-Dec-06 10:46
protectorChristian Graus4-Dec-06 10:46 
QuestionFill the ListView using DataSet Pin
ksandy454-Dec-06 2:32
ksandy454-Dec-06 2:32 
AnswerRe: Fill the ListView using DataSet Pin
teejayem10-Dec-06 10:48
teejayem10-Dec-06 10:48 
GeneralRe: Fill the ListView using DataSet Pin
ksandy4510-Dec-06 22:09
ksandy4510-Dec-06 22:09 
GeneralRe: Fill the ListView using DataSet Pin
teejayem10-Dec-06 22:13
teejayem10-Dec-06 22:13 

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.