Click here to Skip to main content
15,913,453 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSQLConnect connection string Pin
BlackDice24-Mar-04 7:49
BlackDice24-Mar-04 7:49 
GeneralRe: SQLConnect connection string Pin
David Crow24-Mar-04 7:53
David Crow24-Mar-04 7:53 
GeneralRe: SQLConnect connection string Pin
BlackDice24-Mar-04 8:01
BlackDice24-Mar-04 8:01 
GeneralRe: SQLConnect connection string Pin
David Crow24-Mar-04 8:10
David Crow24-Mar-04 8:10 
GeneralRe: SQLConnect connection string Pin
BlackDice24-Mar-04 8:18
BlackDice24-Mar-04 8:18 
GeneralRe: SQLConnect connection string Pin
David Crow24-Mar-04 9:11
David Crow24-Mar-04 9:11 
QuestionMouse direction settings? Pin
DaFrawg24-Mar-04 7:31
DaFrawg24-Mar-04 7:31 
GeneralLink Error Pin
satcat24-Mar-04 6:27
satcat24-Mar-04 6:27 
GeneralRe: Link Error Pin
Navin24-Mar-04 6:35
Navin24-Mar-04 6:35 
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 

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.