Click here to Skip to main content
16,004,887 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: C++/CLI linked with win32 dll's in C# (msvs2005) Pin
ursus zeta21-Aug-05 10:06
ursus zeta21-Aug-05 10:06 
GeneralRe: C++/CLI linked with win32 dll's in C# (msvs2005) Pin
Anonymous21-Aug-05 11:35
Anonymous21-Aug-05 11:35 
GeneralThat was me :P Pin
_eulogy_21-Aug-05 11:38
_eulogy_21-Aug-05 11:38 
GeneralI know,... Pin
ursus zeta23-Aug-05 9:58
ursus zeta23-Aug-05 9:58 
QuestionWhat is shared Pin
Umair Ahmad khan19-Aug-05 17:51
Umair Ahmad khan19-Aug-05 17:51 
GeneralChanging the row color of a dataGrid Pin
timbo_mobo18-Aug-05 17:47
timbo_mobo18-Aug-05 17:47 
GeneralRe: Changing the row color of a dataGrid Pin
Saksida Bojan19-Aug-05 11:04
Saksida Bojan19-Aug-05 11:04 
Generalincluding pthread.h Pin
Geilkonijn18-Aug-05 7:25
Geilkonijn18-Aug-05 7:25 
I'm having a problem with including the pthread.h as I would like to complete several tutorials, such as :
http://www.llnl.gov/computing/tutorials/pthreads/#CreatingThreads
or
http://www.yolinux.com/TUTORIALS/LinuxTutorialPosixThreads.html

The pthread.h is located in stlport directory (Borland C++ 6), including it with #include <stlport/pthread> seems to work but then I'm getting an error message within the pthread.h itself on the line :

# include _STLP_NATIVE_C_HEADER(pthread.h)

[C++ Error] pthread.h(26): E2209 Unable to open include file 'oldstl/pthread.h'

when I copy the pthread.h file into oldstl directory
I get a different error at thesame line within pthread.h

[C++ Fatal Error] pthread.h(26): F1005 Include files nested too deep

I have searched for the sollution to this for 2 days now with no luck Frown | :(

I hope someone is able post sollution to this problem or a step by step instructions on how to include this file.
GeneralRe: including pthread.h Pin
try8818-Aug-05 8:08
try8818-Aug-05 8:08 
GeneralRe: including pthread.h Pin
Christian Graus18-Aug-05 17:59
protectorChristian Graus18-Aug-05 17:59 
GeneralRe: including pthread.h Pin
Geilkonijn19-Aug-05 4:23
Geilkonijn19-Aug-05 4:23 
GeneralRe: including pthread.h Pin
S. Senthil Kumar19-Aug-05 8:13
S. Senthil Kumar19-Aug-05 8:13 
QuestionExcel Program in c++? Pin
Anonymous17-Aug-05 16:35
Anonymous17-Aug-05 16:35 
AnswerRe: Excel Program in c++? Pin
Christian Graus17-Aug-05 17:08
protectorChristian Graus17-Aug-05 17:08 
AnswerRe: Excel Program in c++? Pin
Tim Zorn21-Aug-05 5:52
Tim Zorn21-Aug-05 5:52 
GeneralReferenceEquals not behaving logically Pin
ChuckStar17-Aug-05 11:35
ChuckStar17-Aug-05 11:35 
GeneralRe: ReferenceEquals not behaving logically Pin
Christian Graus17-Aug-05 12:01
protectorChristian Graus17-Aug-05 12:01 
GeneralRe: ReferenceEquals not behaving logically Pin
ChuckStar18-Aug-05 4:03
ChuckStar18-Aug-05 4:03 
GeneralRe: ReferenceEquals not behaving logically Pin
Christian Graus18-Aug-05 14:57
protectorChristian Graus18-Aug-05 14:57 
GeneralRe: ReferenceEquals not behaving logically Pin
Saksida Bojan17-Aug-05 20:26
Saksida Bojan17-Aug-05 20:26 
GeneralRe: ReferenceEquals not behaving logically Pin
ChuckStar18-Aug-05 4:26
ChuckStar18-Aug-05 4:26 
GeneralRe: ReferenceEquals not behaving logically Pin
ChuckStar18-Aug-05 7:38
ChuckStar18-Aug-05 7:38 
GeneralRe: ReferenceEquals not behaving logically Pin
Nish Nishant18-Aug-05 23:55
sitebuilderNish Nishant18-Aug-05 23:55 
GeneralRe: ReferenceEquals not behaving logically Pin
S. Senthil Kumar19-Aug-05 4:21
S. Senthil Kumar19-Aug-05 4:21 
GeneralRe: ReferenceEquals not behaving logically Pin
Nish Nishant19-Aug-05 15:03
sitebuilderNish Nishant19-Aug-05 15:03 

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.