Click here to Skip to main content
15,915,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Draw a transparent rectangle Pin
Mark Salsbery13-Oct-07 7:33
Mark Salsbery13-Oct-07 7:33 
AnswerRe: Draw a transparent rectangle Pin
Hamid_RT12-Oct-07 20:50
Hamid_RT12-Oct-07 20:50 
QuestionAcesssing printer Pin
Deepu Antony12-Oct-07 18:46
Deepu Antony12-Oct-07 18:46 
AnswerRe: Acesssing printer Pin
led mike12-Oct-07 19:05
led mike12-Oct-07 19:05 
AnswerRe: Acesssing printer Pin
Hamid_RT12-Oct-07 20:53
Hamid_RT12-Oct-07 20:53 
QuestionLibrary including problem Pin
ashishbhatt12-Oct-07 17:42
ashishbhatt12-Oct-07 17:42 
AnswerRe: Library including problem Pin
zakkas248312-Oct-07 18:24
zakkas248312-Oct-07 18:24 
GeneralRe: Library including problem Pin
ashishbhatt12-Oct-07 18:42
ashishbhatt12-Oct-07 18:42 
When I give the full path then it gives the error like...........


1>d:\testing_and_download\testing\testrtmp_working\testrtmp\omnithread\omnithread.h(137) : fatal error C1189: #error : "No implementation header file"


And I hope It comes from omnithread.h file in which I have defined like..........


****************************************************


#if defined (_OMNITHREAD_DLL) && defined(_WINSTATIC)
#error "Both _OMNITHREAD_DLL and _WINSTATIC are defined."
#elif defined(_OMNITHREAD_DLL)
#define _OMNITHREAD_NTDLL_ __declspec(dllexport)
#elif !defined(_WINSTATIC)
#define _OMNITHREAD_NTDLL_ __declspec(dllimport)
#elif defined(_WINSTATIC)
#define _OMNITHREAD_NTDLL_
#endif
// _OMNITHREAD_DLL && _WINSTATIC

#else

// Not using MSVC++ to compile
#define _OMNITHREAD_NTDLL_

#endif
// _MSC_VER

#elif defined(__sunos__) && (__OSVERSION__ == 5)
#ifdef UsePthread
#include <omnithread posix.h="">
#else
#include <omnithread solaris.h="">
#endif

#elif defined(__linux__)
#include <omnithread posix.h="">

#elif defined(__nextstep__)
#include <omnithread mach.h="">

#elif defined(__VMS)
#include <omnithread posix.h="">

#elif defined(__SINIX__)
#include <omnithread posix.h="">

#elif defined(__osr5__)
#include <omnithread posix.h="">

#elif defined(__irix__)
#include <omnithread posix.h="">

#else
#error "No implementation header file" ///////////ERROR Message Is like thisSleepy | :zzz: Sleepy | :zzz:
#endif


******************************************************************

Sorry for big code but I hope error comes from here and I have no that to much idea about this definition.

Thanks Hiru.

Ashish
GeneralRe: Library including problem Pin
zakkas248312-Oct-07 18:58
zakkas248312-Oct-07 18:58 
Questionabout data packet Pin
Michel_Huang12-Oct-07 15:40
Michel_Huang12-Oct-07 15:40 
AnswerRe: about data packet Pin
chandu00412-Oct-07 17:39
chandu00412-Oct-07 17:39 
AnswerRe: about data packet Pin
led mike12-Oct-07 18:51
led mike12-Oct-07 18:51 
GeneralRe: about data packet Pin
Michel_Huang14-Oct-07 16:53
Michel_Huang14-Oct-07 16:53 
AnswerRe: about data packet Pin
Mike Dimmick14-Oct-07 11:00
Mike Dimmick14-Oct-07 11:00 
GeneralRe: about data packet Pin
Michel_Huang14-Oct-07 16:53
Michel_Huang14-Oct-07 16:53 
QuestionBitdepth of avi file Pin
nripun12-Oct-07 12:35
nripun12-Oct-07 12:35 
AnswerRe: Bitdepth of avi file Pin
Mark Salsbery12-Oct-07 14:47
Mark Salsbery12-Oct-07 14:47 
QuestionFund Raising Thermometer Pin
Naturalwoman12-Oct-07 12:25
Naturalwoman12-Oct-07 12:25 
QuestionRe: Fund Raising Thermometer Pin
chandu00412-Oct-07 13:28
chandu00412-Oct-07 13:28 
AnswerRe: Fund Raising Thermometer Pin
chandu00412-Oct-07 13:30
chandu00412-Oct-07 13:30 
GeneralRe: Fund Raising Thermometer [solved] Pin
Naturalwoman12-Oct-07 14:51
Naturalwoman12-Oct-07 14:51 
GeneralRe: Fund Raising Thermometer [solved] Pin
chandu00412-Oct-07 17:37
chandu00412-Oct-07 17:37 
QuestionWrite .dll to load in Win95 Pin
ryan027012-Oct-07 10:55
ryan027012-Oct-07 10:55 
AnswerRe: Write .dll to load in Win95 Pin
JudyL_MD15-Oct-07 3:00
JudyL_MD15-Oct-07 3:00 
QuestionHow can I respond to a splitter bar move? Pin
Interrobang12-Oct-07 10:12
Interrobang12-Oct-07 10:12 

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.