Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » 'Web/Web.h': No such file or directory
Re: 'Web/Web.h': No such file or directory [message #37405 is a reply to message #37403] Sun, 30 September 2012 20:16 Go to previous messageGo to previous message
nlneilson is currently offline  nlneilson
Messages: 644
Registered: January 2010
Location: U.S. California. Mojave &...
Contributor
Thanks oman!
Got it to run once.

Now I get this error:
LINK : fatal error LNK1181: cannot open input file 'C:\upp\out\MyApps\Web\MSC9.Force_Size.Gui.Mt\Web.lib'

This is my code:
#ifndef _ConnSock_ConnSock_h_
#define _ConnSock_ConnSock_h_

#include <Core/Core.h>

using namespace Upp;

bool IO;
String snd(String r, int a){
	TcpSocket s;
	if(!s.Connect("127.0.0.1", 11811)) {
	    return "x";
	}

	if(IO) s.Put(r + "\n\0");
	if(a==1 && IO){
    	String st = s.GetLine();
	    return st;
	}
	return "y";
}
#endif


C:\upp\out\MyApps\Web\MSC9.Force_Size.Gui.Mt is empty.
The same for MSC10 and debug

The first time it compiled and ran it put the .exe in:
C:\upp\out\MyApps\MSC9.Debug.Debug_Full.Gui.Mt\NLNe.exe
and that seems to run OK.

Why the Web directory?
I have a java app that has a server to connect with.

edit: Even with a reboot and upp re-install it gives the same error:
LINK : fatal error LNK1181: cannot open input file 'C:\upp\out\MyApps\Web\MSC9.Force_Size.Gui.Mt\Web.lib'

[Updated on: Sat, 22 December 2012 14:01]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon7.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Witz and Skylark weird behaviour (possibly a bug)
Next Topic: TcpSocket issues on XP but not on Win7?
Goto Forum:
  


Current Time: Wed May 08 12:46:30 CEST 2024

Total time taken to generate the page: 0.03547 seconds