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 » Problem when compiling multiple threads
Re: Problem when compiling multiple threads [message #27557 is a reply to message #27438] Fri, 23 July 2010 11:19 Go to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
mubeta wrote on Sat, 17 July 2010 16:54

Ok for MSC9 and SDK32 ... (lot of troubles for donwload all).

Now, compiling the application I get thi s two complains:

C:\upp_2467\uppsrc\Core\Debug.cpp(233) : warning C4390: ';' : empty controlled statement found; is this the intent?

C:\upp_2467\uppsrc\plugin\z\lib\gzio.c(131) : warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable d
eprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.

With google I undertand that only second complain is serius point, but without a standard solution for different compiler, and both can be hide using #pragma ...



It is not a problem at all. It is just M$ playing smart ass, invalidating most of standard C library for "security reasons".

Happily ignore the warning. In U++ code you will not get these, but plugin/z is opensource library created according to existing standards.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: PROPOSAL: Monitor mutex in objects
Next Topic: HttpsClient problems?
Goto Forum:
  


Current Time: Sun May 12 11:15:41 CEST 2024

Total time taken to generate the page: 0.02629 seconds