Click here to Skip to main content
15,900,108 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Link Error Pin
satcat24-Mar-04 7:21
satcat24-Mar-04 7:21 
GeneralRe: Link Error Pin
David Crow24-Mar-04 7:11
David Crow24-Mar-04 7:11 
GeneralRe: Link Error Pin
satcat24-Mar-04 7:46
satcat24-Mar-04 7:46 
GeneralRe: Link Error Pin
David Crow24-Mar-04 7:49
David Crow24-Mar-04 7:49 
GeneralRe: Link Error Pin
satcat24-Mar-04 9:12
satcat24-Mar-04 9:12 
GeneralRe: Link Error Pin
David Crow24-Mar-04 9:21
David Crow24-Mar-04 9:21 
GeneralRe: Link Error Pin
satcat24-Mar-04 9:51
satcat24-Mar-04 9:51 
GeneralRe: Link Error Pin
David Crow24-Mar-04 10:10
David Crow24-Mar-04 10:10 
Try changing the .mak file to the following in hopes of narrowing down which of the three modules is causing the problem:

todo: cliente.exe<br />
 <br />
cliente.exe: cliente.obj imevoc.obj<br />
link.exe cliente.obj imevoc.obj TAO_Portableserver.lib TAO_RTEvent.lib TAO_CosNaming.lib TAO.lib ace.lib /libpath:"C:\corba\ACE_wrappers\LIB"<br />
 <br />
cliente.obj: cliente.cpp imevoc.h <br />
CL cliente.CPP /MD /W3 /GX /O2 /I "C:\corba\ACE_wrappers" /I "C:\corba\ACE_wrappers\TAO" /I "C:\corba\ACE_wrappers\TAO\orbsvcs" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /c<br />
 <br />
imevoc.obj: imevoc.cpp imevoc.h<br />
CL imevoC.CPP /MD /W3 /GX /O2 /I "C:\corba\ACE_wrappers" /I "C:\corba\ACE_wrappers\TAO" /I "C:\corba\ACE_wrappers\TAO\orbsvcs" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /FD /c


If this works, do the same for servidor.exe, and then servidorv.exe.


"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)


GeneralRe: Link Error Pin
satcat24-Mar-04 12:00
satcat24-Mar-04 12:00 
GeneralRe: Link Error Pin
David Crow25-Mar-04 2:17
David Crow25-Mar-04 2:17 
GeneralRe: Link Error Pin
satcat25-Mar-04 2:42
satcat25-Mar-04 2:42 
GeneralRe: Link Error Pin
David Crow25-Mar-04 3:01
David Crow25-Mar-04 3:01 
Generalcontrolling a webcam Pin
PotatisPulver24-Mar-04 6:04
PotatisPulver24-Mar-04 6:04 
Generalcompile from command line Pin
skoizumi2911024-Mar-04 5:56
sussskoizumi2911024-Mar-04 5:56 
GeneralRe: compile from command line Pin
Steve S24-Mar-04 6:26
Steve S24-Mar-04 6:26 
GeneralRe: compile from command line Pin
skoizumi2911024-Mar-04 6:35
sussskoizumi2911024-Mar-04 6:35 
GeneralRe: compile from command line Pin
John M. Drescher24-Mar-04 6:49
John M. Drescher24-Mar-04 6:49 
GeneralRe: compile from command line Pin
vancouver77726-Mar-04 11:09
vancouver77726-Mar-04 11:09 
GeneralListening to Keyboard Input Pin
0v3rloader24-Mar-04 5:29
0v3rloader24-Mar-04 5:29 
GeneralRe: Listening to Keyboard Input Pin
Dudi Avramov24-Mar-04 5:48
Dudi Avramov24-Mar-04 5:48 
GeneralRe: Listening to Keyboard Input Pin
0v3rloader24-Mar-04 7:39
0v3rloader24-Mar-04 7:39 
GeneralRe: Listening to Keyboard Input Pin
Steve S24-Mar-04 6:34
Steve S24-Mar-04 6:34 
General'class' type redefinition error Pin
Mughi24-Mar-04 5:13
Mughi24-Mar-04 5:13 
GeneralRe: 'class' type redefinition error Pin
David Crow24-Mar-04 7:56
David Crow24-Mar-04 7:56 
QuestionC++ Generic Autorun app ? Pin
Marc Piulachs24-Mar-04 4:38
Marc Piulachs24-Mar-04 4:38 

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.