Author |
Message
|
tosaurav |
Posted: Thu Mar 29, 2007 10:21 am Post subject: cmqc.h not found |
|
|
Acolyte
Joined: 16 Jan 2007 Posts: 62
|
Not able to compile *.c file because of missing "cmqc.h".Please tell me where to get it.
Thanks |
|
Back to top |
|
 |
tosaurav |
Posted: Thu Mar 29, 2007 10:39 am Post subject: |
|
|
Acolyte
Joined: 16 Jan 2007 Posts: 62
|
Forget to mention OS - it's Windows XP. |
|
Back to top |
|
 |
EddieA |
Posted: Thu Mar 29, 2007 11:38 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Perhaps you didn't install all the features. The headers might be part of the Samples.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
tosaurav |
Posted: Thu Mar 29, 2007 11:57 am Post subject: |
|
|
Acolyte
Joined: 16 Jan 2007 Posts: 62
|
Possibly, but that's the only compilation error I am getting.Can you tell me where to locate this file or which folder,jar,dll,bin etc.etc require to specify in compilation path. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Mar 29, 2007 3:30 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The Application Programming Guide has specific compilation commands/steps for most every platform, including Windows. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
tosaurav |
Posted: Fri Mar 30, 2007 11:51 am Post subject: |
|
|
Acolyte
Joined: 16 Jan 2007 Posts: 62
|
Jeff,
I am trying to run inbuilt web-service sample which uses legacy application to respond.I made some changes in legacy application and trying to compile it where it throws cmqc.h not available.
I have complete set-up with respect to Java and everythings works fine if use unaltered application but after alteration I have to compile this c file for which I downloaded compiler.So it looks to me some path or lib error because in even in unaltered condition it will use cmqc.h at runtime and somehow it gets at that time but failing to get it while compiling using another tool. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Mar 30, 2007 11:59 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There are specific steps in the Application Programming Guide for compiling c programs on Windows. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
yortch |
Posted: Thu Apr 05, 2007 10:37 am Post subject: |
|
|
Apprentice
Joined: 30 Aug 2004 Posts: 34
|
The cmqc.h file is in Tools\c\include folder |
|
Back to top |
|
 |
|