Click here to Skip to main content
16,013,642 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C Question Pin
RichardS16-Mar-06 23:38
RichardS16-Mar-06 23:38 
GeneralRe: C Question Pin
RichardS16-Mar-06 23:36
RichardS16-Mar-06 23:36 
GeneralRe: C Question Pin
<color>Aljechin 16-Mar-06 23:59
<color>Aljechin 16-Mar-06 23:59 
GeneralRe: C Question Pin
RichardS17-Mar-06 0:05
RichardS17-Mar-06 0:05 
GeneralRe: C Question Pin
<color>Aljechin 17-Mar-06 0:08
<color>Aljechin 17-Mar-06 0:08 
GeneralRe: C Question Pin
RichardS17-Mar-06 0:12
RichardS17-Mar-06 0:12 
GeneralRe: C Question Pin
<color>Aljechin 17-Mar-06 0:19
<color>Aljechin 17-Mar-06 0:19 
GeneralRe: C Question Pin
RichardS17-Mar-06 0:37
RichardS17-Mar-06 0:37 
Ok. I think what you have done is slightly incorrect. With that command, tcc will create the a.obj and b.obj but the obj's will be identical (i.e. it will compile a.c into both a.obj and b.obj).

Try:
tcc a.c a.obj
for a.c and:
tcc b.c b.obj
for b.c.

Now to link there should be a TLINK.exe? Try:
tlink a.obj b.obj


regards,
Rich

"Programming today is a race between software engineers striving to build bigger and
better idiot-proof programs, and the Universe trying to produce bigger and better idiots.
So far the Universe is winning." -- Rich Cook
AnswerRe: C Question Pin
khan++17-Mar-06 0:34
khan++17-Mar-06 0:34 
QuestionCtreeCtrl problems Pin
mysticlol16-Mar-06 22:54
mysticlol16-Mar-06 22:54 
AnswerRe: CtreeCtrl problems Pin
Hamid_RT17-Mar-06 1:01
Hamid_RT17-Mar-06 1:01 
Questionimage display Pin
_tasleem16-Mar-06 22:46
_tasleem16-Mar-06 22:46 
AnswerRe: image display Pin
ThatsAlok17-Mar-06 0:42
ThatsAlok17-Mar-06 0:42 
GeneralRe: image display Pin
_tasleem17-Mar-06 1:42
_tasleem17-Mar-06 1:42 
QuestionCTime 32 bit/64 bit Pin
rwilmink16-Mar-06 22:08
rwilmink16-Mar-06 22:08 
QuestionHelp needed to launch each of the system tray icons present Pin
giftsana16-Mar-06 21:42
giftsana16-Mar-06 21:42 
AnswerRe: Help needed to launch each of the system tray icons present Pin
ThatsAlok17-Mar-06 0:44
ThatsAlok17-Mar-06 0:44 
GeneralRe: Help needed to launch each of the system tray icons present Pin
giftsana21-Mar-06 16:39
giftsana21-Mar-06 16:39 
QuestionCould someone help me? Pin
Syouki_kou16-Mar-06 21:23
Syouki_kou16-Mar-06 21:23 
AnswerRe: Could someone help me? Pin
toxcct16-Mar-06 21:56
toxcct16-Mar-06 21:56 
QuestionProblem with wave audio input device Pin
Remco Hoogenboezem16-Mar-06 21:13
Remco Hoogenboezem16-Mar-06 21:13 
QuestionBSCMAKE: error BK1503 : cannot write to file 'TouchDbg/test.bsc' Pin
itkid16-Mar-06 20:38
itkid16-Mar-06 20:38 
AnswerRe: BSCMAKE: error BK1503 : cannot write to file 'TouchDbg/test.bsc' Pin
Nibu babu thomas16-Mar-06 20:40
Nibu babu thomas16-Mar-06 20:40 
GeneralRe: BSCMAKE: error BK1503 : cannot write to file 'TouchDbg/test.bsc' Pin
itkid16-Mar-06 21:06
itkid16-Mar-06 21:06 
GeneralRe: BSCMAKE: error BK1503 : cannot write to file 'TouchDbg/test.bsc' Pin
Nibu babu thomas16-Mar-06 21:09
Nibu babu thomas16-Mar-06 21:09 

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.